diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6d52d584c..1164ff1e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "libs/hooks/open-telemetry": "0.4.0", "libs/providers/go-feature-flag": "0.7.4", "libs/providers/flagd": "0.13.2", - "libs/providers/flagd-web": "0.7.2", + "libs/providers/flagd-web": "0.7.3", "libs/providers/env-var": "0.3.1", "libs/providers/config-cat": "0.7.2", "libs/providers/launchdarkly-client": "0.3.1", diff --git a/libs/providers/flagd-web/CHANGELOG.md b/libs/providers/flagd-web/CHANGELOG.md index 0e0fa5080..d461aede6 100644 --- a/libs/providers/flagd-web/CHANGELOG.md +++ b/libs/providers/flagd-web/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.7.3](https://github.com/open-feature/js-sdk-contrib/compare/flagd-web-provider-v0.7.2...flagd-web-provider-v0.7.3) (2025-02-03) + + +### ✨ New Features + +* **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)) + + +### 🧹 Chore + +* **deps:** update libs/providers/flagd-web/schemas digest to 37baa2c ([#1148](https://github.com/open-feature/js-sdk-contrib/issues/1148)) ([36ec82a](https://github.com/open-feature/js-sdk-contrib/commit/36ec82a5581e436b699d4b8238908fa4d5817deb)) +* **deps:** update libs/providers/flagd-web/schemas digest to b81a56e ([#1131](https://github.com/open-feature/js-sdk-contrib/issues/1131)) ([828145a](https://github.com/open-feature/js-sdk-contrib/commit/828145a89da13bbd90bca352a6488aecb62b764b)) +* **deps:** update libs/providers/flagd-web/schemas digest to bb76343 ([#1167](https://github.com/open-feature/js-sdk-contrib/issues/1167)) ([cb7bdb1](https://github.com/open-feature/js-sdk-contrib/commit/cb7bdb12a19ea403eb834d0eb552f30b42921b6b)) +* 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)) +* 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)) +* various gherkin improvements for e2e tests ([#1008](https://github.com/open-feature/js-sdk-contrib/issues/1008)) ([40abd8e](https://github.com/open-feature/js-sdk-contrib/commit/40abd8eca76b47bb5c084b377302821968acd19c)) + ## [0.7.2](https://github.com/open-feature/js-sdk-contrib/compare/flagd-web-provider-v0.7.1...flagd-web-provider-v0.7.2) (2024-07-08) diff --git a/libs/providers/flagd-web/package-lock.json b/libs/providers/flagd-web/package-lock.json index 340e73e77..32361474f 100644 --- a/libs/providers/flagd-web/package-lock.json +++ b/libs/providers/flagd-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "@openfeature/flagd-web-provider", - "version": "0.7.2", + "version": "0.7.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@openfeature/flagd-web-provider", - "version": "0.7.2" + "version": "0.7.3" } } } diff --git a/libs/providers/flagd-web/package.json b/libs/providers/flagd-web/package.json index 559d66e6a..7396cf36f 100644 --- a/libs/providers/flagd-web/package.json +++ b/libs/providers/flagd-web/package.json @@ -1,6 +1,6 @@ { "name": "@openfeature/flagd-web-provider", - "version": "0.7.2", + "version": "0.7.3", "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",