Skip to content

Commit

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


##
[0.0.21](core-v0.0.20...core-v0.0.21)
(2023-12-18)


### ✨ New Features

* add named provider metadata accessor
([#715](#715))
([23d14aa](23d14aa))

---
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 Jan 3, 2024
1 parent 77a584c commit 7d1aca4
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.0.5-experimental",
"packages/client": "0.4.8",
"packages/server": "1.7.5",
"packages/shared": "0.0.20"
"packages/shared": "0.0.21"
}
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.20"
"@openfeature/core": "0.0.21"
},
"devDependencies": {
"@openfeature/core": "0.0.20"
"@openfeature/core": "0.0.21"
}
}
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.20"
"@openfeature/core": "0.0.21"
},
"devDependencies": {
"@openfeature/core": "0.0.20"
"@openfeature/core": "0.0.21"
}
}
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

## [0.0.21](https://github.com/open-feature/js-sdk/compare/core-v0.0.20...core-v0.0.21) (2023-12-18)


### ✨ New Features

* add named provider metadata accessor ([#715](https://github.com/open-feature/js-sdk/issues/715)) ([23d14aa](https://github.com/open-feature/js-sdk/commit/23d14aade82d25132714fd3be108cd91c9c15f49))

## [0.0.20](https://github.com/open-feature/js-sdk/compare/core-v0.0.19...core-v0.0.20) (2023-11-27)


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.20",
"version": "0.0.21",
"description": "Shared OpenFeature JS components (server and web)",
"main": "./dist/cjs/index.js",
"files": [
Expand Down

0 comments on commit 7d1aca4

Please sign in to comment.