Skip to content

Commit

Permalink
chore(main): release core 1.0.0 (#869)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.0.0](core-v0.0.28...core-v1.0.0)
(2024-03-12)


### 🧹 Chore

* release core as 1.0.0
([d06b285](d06b285))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Signed-off-by: OpenFeature Bot <[email protected]>
Signed-off-by: openfeature-peer-update-bot <[email protected]>
Co-authored-by: openfeature-peer-update-bot <[email protected]>
  • Loading branch information
openfeaturebot and openfeature-peer-update-bot authored Mar 12, 2024
1 parent d06b285 commit 4191a02
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 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"
}
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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"
}
}
7 changes: 7 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### 🧹 Chore

* release core as 1.0.0 ([d06b285](https://github.com/open-feature/js-sdk/commit/d06b285cc3cbb6ac47a02a0d36f23831a413385d))

## [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 4191a02

Please sign in to comment.