Skip to content

Commit 533e217

Browse files
chore(main): release flagd-core 0.2.4 (#997)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 52aebed commit 533e217

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"libs/providers/config-cat": "0.7.1",
88
"libs/providers/launchdarkly-client": "0.3.0",
99
"libs/providers/go-feature-flag-web": "0.2.0",
10-
"libs/shared/flagd-core": "0.2.3",
10+
"libs/shared/flagd-core": "0.2.4",
1111
"libs/shared/ofrep-core": "0.2.0",
1212
"libs/providers/ofrep": "0.2.0",
1313
"libs/providers/ofrep-web": "0.3.1",

libs/shared/flagd-core/CHANGELOG.md

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

3+
## [0.2.4](https://github.com/open-feature/js-sdk-contrib/compare/flagd-core-v0.2.3...flagd-core-v0.2.4) (2024-08-02)
4+
5+
6+
### ✨ New Features
7+
8+
* **flagd-core:** add bulk evaluation method ([#1010](https://github.com/open-feature/js-sdk-contrib/issues/1010)) ([52aebed](https://github.com/open-feature/js-sdk-contrib/commit/52aebedc0033ce273b707adcc57e80e765cc98e9))
9+
10+
11+
### 🧹 Chore
12+
13+
* removing build dependencies and using testcontainers for container spin up ([#982](https://github.com/open-feature/js-sdk-contrib/issues/982)) ([2d64331](https://github.com/open-feature/js-sdk-contrib/commit/2d6433101b76ba9ad266095fe31b58314f82a105))
14+
315
## [0.2.3](https://github.com/open-feature/js-sdk-contrib/compare/flagd-core-v0.2.2...flagd-core-v0.2.3) (2024-07-08)
416

517

libs/shared/flagd-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/flagd-core",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"scripts": {
55
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",
66
"current-version": "echo $npm_package_version"

0 commit comments

Comments
 (0)