Skip to content

Commit ac5a64f

Browse files
chore(main): release flagd-web-provider 0.3.0 (#279)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5cc817c commit ac5a64f

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"libs/hooks/open-telemetry": "6.0.1",
33
"libs/providers/go-feature-flag": "0.5.4",
44
"libs/providers/flagd": "0.7.5",
5-
"libs/providers/flagd-web": "0.2.0",
5+
"libs/providers/flagd-web": "0.3.0",
66
"libs/providers/env-var": "0.1.1",
77
"libs/providers/in-memory": "0.1.1"
88
}

libs/providers/flagd-web/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/open-feature/js-sdk-contrib/compare/flagd-web-provider-v0.2.0...flagd-web-provider-v0.3.0) (2023-03-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* use init, events ([#278](https://github.com/open-feature/js-sdk-contrib/issues/278))
9+
10+
### ✨ New Features
11+
12+
* use init, events ([#278](https://github.com/open-feature/js-sdk-contrib/issues/278)) ([5cc817c](https://github.com/open-feature/js-sdk-contrib/commit/5cc817cb15f53365747875cea05f15fef9c37841))
13+
314
## [0.2.0](https://github.com/open-feature/js-sdk-contrib/compare/flagd-web-provider-v0.1.4...flagd-web-provider-v0.2.0) (2023-03-20)
415

516

libs/providers/flagd-web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/providers/flagd-web/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-web-provider",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"type": "commonjs",
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)