Skip to content

Commit 25086c5

Browse files
openfeaturebotopenfeature-peer-update-bot
andauthored
chore(main): release core 1.3.0 (#958)
🤖 I have created a release *beep* *boop* --- ## [1.3.0](core-v1.2.0...core-v1.3.0) (2024-06-11) ### ✨ New Features * lower compilation target to es2015 ([#957](#957)) ([c2d6c17](c2d6c17)) --- 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]>
1 parent c2d6c17 commit 25086c5

File tree

6 files changed

+19
-12
lines changed

6 files changed

+19
-12
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/react": "0.4.0",
44
"packages/client": "1.1.0",
55
"packages/server": "1.14.0",
6-
"packages/shared": "1.2.0"
6+
"packages/shared": "1.3.0"
77
}

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"@openfeature/core": "1.2.0"
5050
},
5151
"devDependencies": {
52-
"@openfeature/core": "1.2.0"
52+
"@openfeature/core": "1.3.0"
5353
}
54-
}
54+
}

packages/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"node": ">=18"
4949
},
5050
"peerDependencies": {
51-
"@openfeature/core": "1.2.0"
51+
"@openfeature/core": "1.3.0"
5252
},
5353
"devDependencies": {
54-
"@openfeature/core": "1.2.0"
54+
"@openfeature/core": "1.3.0"
5555
}
56-
}
56+
}

packages/shared/CHANGELOG.md

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

3+
## [1.3.0](https://github.com/open-feature/js-sdk/compare/core-v1.2.0...core-v1.3.0) (2024-06-11)
4+
5+
6+
### ✨ New Features
7+
8+
* lower compilation target to es2015 ([#957](https://github.com/open-feature/js-sdk/issues/957)) ([c2d6c17](https://github.com/open-feature/js-sdk/commit/c2d6c1761ae19f937deaff2f011a0380f8af7350))
9+
310
## [1.2.0](https://github.com/open-feature/js-sdk/compare/core-v1.1.0...core-v1.2.0) (2024-05-13)
411

512

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.2.0",
3+
"version": "1.3.0",
44
"description": "Shared OpenFeature JS components (server and web)",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)