Skip to content

Commit 5cae939

Browse files
openfeaturebottoddbaertopenfeature-peer-update-bot
authored
chore(main): release core 0.0.15 (#644)
🤖 I have created a release *beep* *boop* --- ## [0.0.15](core-v0.0.14...core-v0.0.15) (2023-10-31) ### Bug Fixes * publish script, compilation error in tests ([#643](#643)) ([1349bee](1349bee)) --- 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: Todd Baert <[email protected]> Signed-off-by: openfeature-peer-update-bot <[email protected]> Co-authored-by: Todd Baert <[email protected]> Co-authored-by: openfeature-peer-update-bot <[email protected]>
1 parent 1349bee commit 5cae939

File tree

7 files changed

+22
-15
lines changed

7 files changed

+22
-15
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages/react": "0.0.1-experimental",
33
"packages/client": "0.4.2",
44
"packages/server": "1.6.3",
5-
"packages/shared": "0.0.14"
5+
"packages/shared": "0.0.15"
66
}

package-lock.json

Lines changed: 7 additions & 7 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
@@ -46,9 +46,9 @@
4646
},
4747
"homepage": "https://github.com/open-feature/js-sdk#readme",
4848
"peerDependencies": {
49-
"@openfeature/core": "0.0.14"
49+
"@openfeature/core": "0.0.15"
5050
},
5151
"devDependencies": {
52-
"@openfeature/core": "0.0.14"
52+
"@openfeature/core": "0.0.15"
5353
}
5454
}

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
},
4848
"homepage": "https://github.com/open-feature/js-sdk#readme",
4949
"peerDependencies": {
50-
"@openfeature/core": "0.0.14",
50+
"@openfeature/core": "0.0.15",
5151
"@openfeature/web-sdk": ">=0.4.0",
5252
"react": ">=18.0.0"
5353
},
5454
"devDependencies": {
55-
"@openfeature/core": "0.0.14",
55+
"@openfeature/core": "0.0.15",
5656
"@openfeature/web-sdk": "*"
5757
}
5858
}

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"node": ">=16"
4949
},
5050
"peerDependencies": {
51-
"@openfeature/core": "0.0.14"
51+
"@openfeature/core": "0.0.15"
5252
},
5353
"devDependencies": {
54-
"@openfeature/core": "0.0.14"
54+
"@openfeature/core": "0.0.15"
5555
}
5656
}

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+
## [0.0.15](https://github.com/open-feature/js-sdk/compare/core-v0.0.14...core-v0.0.15) (2023-10-31)
4+
5+
6+
### Bug Fixes
7+
8+
* publish script, compilation error in tests ([#643](https://github.com/open-feature/js-sdk/issues/643)) ([1349bee](https://github.com/open-feature/js-sdk/commit/1349bee20c8ce02829fd7f49996a5940970a210d))
9+
310
## [0.0.14](https://github.com/open-feature/js-sdk/compare/core-v0.0.13...core-v0.0.14) (2023-10-31)
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": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Shared OpenFeature JS components (server and web)",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)