Skip to content

Commit

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


##
[0.0.26](core-v0.0.25...core-v0.0.26)
(2024-02-22)


### ✨ New Features

* add support for domains
([#805](#805))
([98ba00a](98ba00a))

---
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 Feb 22, 2024
1 parent ff52cb9 commit 2fc38bd
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 15 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.1-experimental",
"packages/client": "0.4.12",
"packages/server": "1.11.0",
"packages/shared": "0.0.25"
"packages/shared": "0.0.26"
}
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.25"
"@openfeature/core": "0.0.26"
},
"devDependencies": {
"@openfeature/core": "0.0.25"
"@openfeature/core": "0.0.26"
}
}
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.25"
"@openfeature/core": "0.0.26"
},
"devDependencies": {
"@openfeature/core": "0.0.25"
"@openfeature/core": "0.0.26"
}
}
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.26](https://github.com/open-feature/js-sdk/compare/core-v0.0.25...core-v0.0.26) (2024-02-22)


### ✨ New Features

* add support for domains ([#805](https://github.com/open-feature/js-sdk/issues/805)) ([98ba00a](https://github.com/open-feature/js-sdk/commit/98ba00a28d2f97a363c35ffce84cd8db1fa53f3f))

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


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

0 comments on commit 2fc38bd

Please sign in to comment.