Skip to content

Commit bce0f6a

Browse files
chore(main): release flagd-provider 0.13.4
1 parent 29f8b84 commit bce0f6a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"libs/hooks/open-telemetry": "0.4.0",
33
"libs/providers/go-feature-flag": "0.7.6",
4-
"libs/providers/flagd": "0.13.3",
4+
"libs/providers/flagd": "0.13.4",
55
"libs/providers/flagd-web": "0.7.3",
66
"libs/providers/env-var": "0.3.1",
77
"libs/providers/config-cat": "0.7.5",

libs/providers/flagd/CHANGELOG.md

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

3+
## [0.13.4](https://github.com/open-feature/js-sdk-contrib/compare/flagd-provider-v0.13.3...flagd-provider-v0.13.4) (2025-04-11)
4+
5+
6+
### 🧹 Chore
7+
8+
* add 1.13.0 as a valid grpc-js peer version ([#1234](https://github.com/open-feature/js-sdk-contrib/issues/1234)) ([84abd32](https://github.com/open-feature/js-sdk-contrib/commit/84abd328a402feab8a0e844465e0c1aa5df4396e))
9+
* **deps:** update libs/providers/flagd/schemas digest to c707f56 ([#1269](https://github.com/open-feature/js-sdk-contrib/issues/1269)) ([ca98f7c](https://github.com/open-feature/js-sdk-contrib/commit/ca98f7c6dc54730200e2e9bf53bf003a9fc3d903))
10+
* **deps:** update libs/providers/flagd/spec digest to 27e4461 ([#1270](https://github.com/open-feature/js-sdk-contrib/issues/1270)) ([29f8b84](https://github.com/open-feature/js-sdk-contrib/commit/29f8b846850a4369ae57486b8b9432f00e9a201d))
11+
* **deps:** update libs/providers/flagd/spec digest to 95fe981 ([#1205](https://github.com/open-feature/js-sdk-contrib/issues/1205)) ([7af11c3](https://github.com/open-feature/js-sdk-contrib/commit/7af11c3bd46f52b89bd9244f7b0b327e2e4bde18))
12+
* **deps:** update libs/providers/flagd/spec digest to a69f748 ([#1215](https://github.com/open-feature/js-sdk-contrib/issues/1215)) ([8f08c48](https://github.com/open-feature/js-sdk-contrib/commit/8f08c48adfdedabbe7323e58424bac375857bb48))
13+
* **main:** release flipt-web-provider 0.1.3 ([#1253](https://github.com/open-feature/js-sdk-contrib/issues/1253)) ([7be62ae](https://github.com/open-feature/js-sdk-contrib/commit/7be62ae45f4dfbaefecc6205a28060698fdd884d))
14+
315
## [0.13.3](https://github.com/open-feature/js-sdk-contrib/compare/flagd-provider-v0.13.2...flagd-provider-v0.13.3) (2025-02-07)
416

517

libs/providers/flagd/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/flagd-provider",
3-
"version": "0.13.3",
3+
"version": "0.13.4",
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)