Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release flagd-provider 0.13.4 #1207

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"libs/hooks/open-telemetry": "0.4.0",
"libs/providers/go-feature-flag": "0.7.6",
"libs/providers/flagd": "0.13.3",
"libs/providers/flagd": "0.13.4",
"libs/providers/flagd-web": "0.7.3",
"libs/providers/env-var": "0.3.1",
"libs/providers/config-cat": "0.7.4",
Expand Down
9 changes: 9 additions & 0 deletions libs/providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.13.4](https://github.com/open-feature/js-sdk-contrib/compare/flagd-provider-v0.13.3...flagd-provider-v0.13.4) (2025-03-27)


### 🧹 Chore

* 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))
* **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))
* **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))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion libs/providers/flagd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/flagd-provider",
"version": "0.13.3",
"version": "0.13.4",
"license": "Apache-2.0",
"scripts": {
"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",
Expand Down