Skip to content

Commit db0bf0b

Browse files
chore(main): release core 1.10.0 (#1352)
🤖 I have created a release *beep* *boop* --- ## [1.10.0](core-v1.9.2...core-v1.10.0) (2026-04-21) ### ✨ New Features * add "sideEffects": false to package.json files for all packages ([#1343](#1343)) ([d8e968e](d8e968e)) * support type-safe flag keys via module augmentation ([#1349](#1349)) ([fb2ed4a](fb2ed4a)) --- 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 <109696520+openfeaturebot@users.noreply.github.com>
1 parent 7924205 commit db0bf0b

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages/react": "1.2.1",
44
"packages/web": "1.7.3",
55
"packages/server": "1.20.2",
6-
"packages/shared": "1.9.2",
6+
"packages/shared": "1.10.0",
77
"packages/angular/projects/angular-sdk": "1.1.0"
88
}

packages/shared/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.10.0](https://github.com/open-feature/js-sdk/compare/core-v1.9.2...core-v1.10.0) (2026-04-21)
4+
5+
6+
### ✨ New Features
7+
8+
* add "sideEffects": false to package.json files for all packages ([#1343](https://github.com/open-feature/js-sdk/issues/1343)) ([d8e968e](https://github.com/open-feature/js-sdk/commit/d8e968ed2513fe986a6500895f3399303a2f0b96))
9+
* support type-safe flag keys via module augmentation ([#1349](https://github.com/open-feature/js-sdk/issues/1349)) ([fb2ed4a](https://github.com/open-feature/js-sdk/commit/fb2ed4a7d64d9b8437975a0ef6cb4fe6a12dd671))
10+
311
## [1.9.2](https://github.com/open-feature/js-sdk/compare/core-v1.9.1...core-v1.9.2) (2026-02-18)
412

513

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/core",
3-
"version": "1.9.2",
3+
"version": "1.10.0",
44
"description": "Shared OpenFeature JS components (server and web)",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)