Skip to content

Commit

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


##
[0.0.25](core-v0.0.24...core-v0.0.25)
(2024-01-31)


### ✨ New Features

* use interface for events
([#798](#798))
([b47b1dc](b47b1dc))


### 🐛 Bug Fixes

* removed duped core types
([#800](#800))
([7cc1e09](7cc1e09))

---
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 31, 2024
1 parent b47b1dc commit 53a89ab
Show file tree
Hide file tree
Showing 6 changed files with 23 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.1.0-experimental",
"packages/client": "0.4.11",
"packages/server": "1.10.0",
"packages/shared": "0.0.24"
"packages/shared": "0.0.25"
}
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.24"
"@openfeature/core": "0.0.25"
},
"devDependencies": {
"@openfeature/core": "0.0.24"
"@openfeature/core": "0.0.25"
}
}
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.24"
"@openfeature/core": "0.0.25"
},
"devDependencies": {
"@openfeature/core": "0.0.24"
"@openfeature/core": "0.0.25"
}
}
12 changes: 12 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.25](https://github.com/open-feature/js-sdk/compare/core-v0.0.24...core-v0.0.25) (2024-01-31)


### ✨ New Features

* use interface for events ([#798](https://github.com/open-feature/js-sdk/issues/798)) ([b47b1dc](https://github.com/open-feature/js-sdk/commit/b47b1dce5b691f16d877bcac2189d95dda9d6d15))


### 🐛 Bug Fixes

* removed duped core types ([#800](https://github.com/open-feature/js-sdk/issues/800)) ([7cc1e09](https://github.com/open-feature/js-sdk/commit/7cc1e09a1118d0c541aeb5e43da74eb3983950a3))

## [0.0.24](https://github.com/open-feature/js-sdk/compare/core-v0.0.23...core-v0.0.24) (2024-01-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.24",
"version": "0.0.25",
"description": "Shared OpenFeature JS components (server and web)",
"main": "./dist/cjs/index.js",
"files": [
Expand Down

0 comments on commit 53a89ab

Please sign in to comment.