Skip to content

Commit

Permalink
chore(main): release core 0.0.18 (#661)
Browse files Browse the repository at this point in the history
πŸ€– I have created a release *beep* *boop*
---


##
[0.0.18](core-v0.0.17...core-v0.0.18)
(2023-11-09)


### πŸ› Bug Fixes

* missing events bundled dep
([#660](#660))
([f0e2aa6](f0e2aa6))

---
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 Nov 9, 2023
1 parent f0e2aa6 commit cf7bbf0
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages/react": "0.0.2-experimental",
"packages/client": "0.4.4",
"packages/server": "1.7.1",
"packages/shared": "0.0.17"
"packages/shared": "0.0.18"
}
18 changes: 9 additions & 9 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.17"
"@openfeature/core": "0.0.18"
},
"devDependencies": {
"@openfeature/core": "0.0.17"
"@openfeature/core": "0.0.18"
}
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
},
"homepage": "https://github.com/open-feature/js-sdk#readme",
"peerDependencies": {
"@openfeature/core": "0.0.17",
"@openfeature/core": "0.0.18",
"@openfeature/web-sdk": ">=0.4.0",
"react": ">=18.0.0"
},
"devDependencies": {
"@openfeature/core": "0.0.17",
"@openfeature/core": "0.0.18",
"@openfeature/web-sdk": "*"
}
}
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.17"
"@openfeature/core": "0.0.18"
},
"devDependencies": {
"@openfeature/core": "0.0.17"
"@openfeature/core": "0.0.18"
}
}
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.18](https://github.com/open-feature/js-sdk/compare/core-v0.0.17...core-v0.0.18) (2023-11-09)


### πŸ› Bug Fixes

* missing events bundled dep ([#660](https://github.com/open-feature/js-sdk/issues/660)) ([f0e2aa6](https://github.com/open-feature/js-sdk/commit/f0e2aa617f83ce82e6e4d244b4ad618101d45459))

## [0.0.17](https://github.com/open-feature/js-sdk/compare/core-v0.0.16...core-v0.0.17) (2023-11-03)


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

0 comments on commit cf7bbf0

Please sign in to comment.