Skip to content

chore(main): release 8.7.0#1499

Merged
csrbarber merged 2 commits intomainfrom
release-please--branches--main--components--node
Feb 26, 2026
Merged

chore(main): release 8.7.0#1499
csrbarber merged 2 commits intomainfrom
release-please--branches--main--components--node

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 24, 2026

🤖 I have created a release beep boop

8.7.0 (2026-02-26)

Features

  • add resourceTypeSlug to permissions, environment and organization roles (#1502) (74dadc6)
  • Add deserialisation support for feature flag events (#1494) (3621424)

Bug Fixes

  • update release-please manifest to match actual version 8.6.0 (#1503) (6814a5c)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot requested a review from a team as a code owner February 24, 2026 22:16
@github-actions github-actions bot requested a review from dandorman February 24, 2026 22:16
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 24, 2026

Greptile Summary

This is an automated release PR that bumps the version from 8.6.0 to 8.7.0 and creates the initial CHANGELOG.md file.

  • Version correctly updated across all package files (package.json, package-lock.json, .release-please-manifest.json)
  • New CHANGELOG.md created documenting the 8.7.0 release with 2 features and 1 bug fix
  • All version numbers are consistent and properly synchronized
  • No code changes in this PR - only version metadata updates

Confidence Score: 5/5

  • This PR is safe to merge with no risk - it only updates version metadata
  • Standard release-please PR with correct version bumps across all files, no code changes, and properly formatted changelog
  • No files require special attention

Important Files Changed

Filename Overview
package.json Version bumped from 8.6.0 to 8.7.0 as expected for this release
package-lock.json Lock file version synchronized with package.json (8.6.0 → 8.7.0)
.release-please-manifest.json Manifest updated to track new version 8.7.0
CHANGELOG.md New changelog file created with 8.7.0 release notes including 2 features and 1 bug fix

Last reviewed commit: bf5da17

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4 files reviewed, 3 comments

Edit Code Review Agent Settings | Greptile

package.json Outdated
@@ -1,5 +1,5 @@
{
"version": "8.6.0",
"version": "8.2.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version downgrade from 8.6.0 to 8.2.1 - this will break published packages. The parent commit (23929b6) has version 8.6.0, but this PR downgrades to 8.2.1. Check release-please configuration and version history.

Suggested change
"version": "8.2.1",
"version": "8.6.1",

@@ -1,3 +1,3 @@
{
".": "8.2.0"
".": "8.2.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

manifest version downgrades from 8.6.0 to 8.2.1 - release-please is likely misconfigured or the manifest was incorrectly initialized. Should match the actual latest version (8.6.0 or higher).

Suggested change
".": "8.2.1"
".": "8.6.1"

CHANGELOG.md Outdated
@@ -0,0 +1,9 @@
# Changelog

## [8.2.1](https://github.com/workos/workos-node/compare/v8.2.0...v8.2.1) (2026-02-24)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changelog entry references 8.2.1 but versions 8.3.0 through 8.6.0 already exist in git history - this changelog is incomplete and will overwrite existing release history

@github-actions github-actions bot changed the title chore(main): release 8.2.1 chore(main): release 8.3.0 Feb 25, 2026
@github-actions github-actions bot force-pushed the release-please--branches--main--components--node branch 2 times, most recently from 0829c97 to 3a74c75 Compare February 26, 2026 20:36
@github-actions github-actions bot changed the title chore(main): release 8.3.0 chore(main): release 8.7.0 Feb 26, 2026
@github-actions github-actions bot force-pushed the release-please--branches--main--components--node branch from 3a74c75 to bf5da17 Compare February 26, 2026 21:00
@gjtorikian
Copy link
Contributor

@greptile review

@csrbarber csrbarber merged commit 9ccfaa1 into main Feb 26, 2026
9 checks passed
@csrbarber csrbarber deleted the release-please--branches--main--components--node branch February 26, 2026 21:18
@github-actions
Copy link
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants