Skip to content

Commit

Permalink
chore: release/use 1.0 core (#859)
Browse files Browse the repository at this point in the history
Releasing a 1.0 `@openfeature/core` version for better
versioning/peer-dep management for consumers.

Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Mar 12, 2024
1 parent 9d63803 commit 307b9c5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/react": "0.2.2-experimental",
"packages/client": "0.4.15",
"packages/server": "1.13.1",
"packages/shared": "0.0.28"
"packages/shared": "1.0.0"
}
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
},
"homepage": "https://github.com/open-feature/js-sdk#readme",
"peerDependencies": {
"@openfeature/core": "0.0.28"
"@openfeature/core": "1.0.0"
},
"devDependencies": {
"@openfeature/core": "0.0.28"
"@openfeature/core": "1.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"node": ">=16"
},
"peerDependencies": {
"@openfeature/core": "0.0.28"
"@openfeature/core": "1.0.0"
},
"devDependencies": {
"@openfeature/core": "0.0.28"
"@openfeature/core": "1.0.0"
}
}
4 changes: 4 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.0.0](https://github.com/open-feature/js-sdk/compare/core-v0.0.28...core-v1.0.0) (2024-03-11)

### No changes

## [0.0.28](https://github.com/open-feature/js-sdk/compare/core-v0.0.27...core-v0.0.28) (2024-03-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/core",
"version": "0.0.28",
"version": "1.0.0",
"description": "Shared OpenFeature JS components (server and web)",
"main": "./dist/cjs/index.js",
"files": [
Expand Down

0 comments on commit 307b9c5

Please sign in to comment.