Skip to content

Commit 7c1c34f

Browse files
chore(main): release flagd-core 1.1.0
1 parent 8f08c48 commit 7c1c34f

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"libs/providers/config-cat": "0.7.2",
88
"libs/providers/launchdarkly-client": "0.3.1",
99
"libs/providers/go-feature-flag-web": "0.2.5",
10-
"libs/shared/flagd-core": "1.0.0",
10+
"libs/shared/flagd-core": "1.1.0",
1111
"libs/shared/ofrep-core": "1.0.0",
1212
"libs/providers/ofrep": "0.2.1",
1313
"libs/providers/ofrep-web": "0.3.2",

libs/shared/flagd-core/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/open-feature/js-sdk-contrib/compare/flagd-core-v1.0.0...flagd-core-v1.1.0) (2025-02-19)
4+
5+
6+
### ✨ New Features
7+
8+
* **flagd:** add flag metadata ([#1151](https://github.com/open-feature/js-sdk-contrib/issues/1151)) ([b1c6d23](https://github.com/open-feature/js-sdk-contrib/commit/b1c6d235565f6cce02519d7c08bb6ad2dd791332))
9+
10+
11+
### 🧹 Chore
12+
13+
* **deps:** update dependency libs/shared/flagd-core/test-harness to v0.5.21 ([#1154](https://github.com/open-feature/js-sdk-contrib/issues/1154)) ([63adf97](https://github.com/open-feature/js-sdk-contrib/commit/63adf97c0f44f4661ca38e793e21f60e1678f07b))
14+
* **deps:** update libs/shared/flagd-core/flagd-schemas digest to bb76343 ([#1190](https://github.com/open-feature/js-sdk-contrib/issues/1190)) ([758d267](https://github.com/open-feature/js-sdk-contrib/commit/758d2678ff42337662f7a5c3090d2c8a2f1def68))
15+
* **deps:** update libs/shared/flagd-core/spec digest to 5b07065 ([#1192](https://github.com/open-feature/js-sdk-contrib/issues/1192)) ([0a910bc](https://github.com/open-feature/js-sdk-contrib/commit/0a910bc742e6cf3bf4156b966daa9355ad38f0c0))
16+
* **deps:** update libs/shared/flagd-core/spec digest to d261f68 ([#1152](https://github.com/open-feature/js-sdk-contrib/issues/1152)) ([40b7b0a](https://github.com/open-feature/js-sdk-contrib/commit/40b7b0a4dd7b83cd3a205a54214bd2d8ec5b5a69))
17+
* **deps:** update libs/shared/flagd-core/test-harness digest to 8931c86 ([#1193](https://github.com/open-feature/js-sdk-contrib/issues/1193)) ([3555c50](https://github.com/open-feature/js-sdk-contrib/commit/3555c50b5104db324fb567c02fb4bcbda826ba69))
18+
* update nx packages ([#1147](https://github.com/open-feature/js-sdk-contrib/issues/1147)) ([7f310fe](https://github.com/open-feature/js-sdk-contrib/commit/7f310fe87101b8aa793e1436e63c7602ccc202e3))
19+
320
## [1.0.0](https://github.com/open-feature/js-sdk-contrib/compare/flagd-core-v0.2.5...flagd-core-v1.0.0) (2025-01-07)
421

522

libs/shared/flagd-core/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/shared/flagd-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/flagd-core",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"license": "Apache-2.0",
55
"scripts": {
66
"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",

0 commit comments

Comments
 (0)