Skip to content

Commit 775a7c8

Browse files
chore(main): release flipt-web-provider 0.1.1 (#1098)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 54e782c commit 775a7c8

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"libs/providers/ofrep-web": "0.3.1",
1414
"libs/providers/flipt": "0.1.2",
1515
"libs/providers/flagsmith-client": "0.1.2",
16-
"libs/providers/flipt-web": "0.1.0",
16+
"libs/providers/flipt-web": "0.1.1",
1717
"libs/providers/multi-provider": "0.1.1",
1818
"libs/providers/multi-provider-web": "0.0.2",
1919
"libs/providers/growthbook-client": "0.1.2",

libs/providers/flipt-web/CHANGELOG.md

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

3+
## [0.1.1](https://github.com/open-feature/js-sdk-contrib/compare/flipt-web-provider-v0.1.0...flipt-web-provider-v0.1.1) (2024-12-02)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency @flipt-io/flipt-client-browser to ^0.0.18 ([#1000](https://github.com/open-feature/js-sdk-contrib/issues/1000)) ([27af7fe](https://github.com/open-feature/js-sdk-contrib/commit/27af7fe2abaf113d38078304fbb457333104ba0f))
9+
* **deps:** update dependency @flipt-io/flipt-client-browser to ^0.0.19 ([#1038](https://github.com/open-feature/js-sdk-contrib/issues/1038)) ([46f69d3](https://github.com/open-feature/js-sdk-contrib/commit/46f69d3ccbbeb76f7ae207bc96ac23a99c241465))
10+
11+
12+
### 🧹 Chore
13+
14+
* **main:** release flipt-web-provider 0.1.0 ([#1018](https://github.com/open-feature/js-sdk-contrib/issues/1018)) ([b0a3619](https://github.com/open-feature/js-sdk-contrib/commit/b0a36194969b882e0f98eff3707afd453de27242))
15+
* **main:** release flipt-web-provider 0.1.0 ([#1066](https://github.com/open-feature/js-sdk-contrib/issues/1066)) ([d47da78](https://github.com/open-feature/js-sdk-contrib/commit/d47da7852fd0d40569606768d256c66ab18a2847))
16+
* upgrade flipt-client-browser dep ([#1070](https://github.com/open-feature/js-sdk-contrib/issues/1070)) ([2d2f70d](https://github.com/open-feature/js-sdk-contrib/commit/2d2f70d56fdbf71e8f159a645ccd55e0a9055012))
17+
18+
19+
### 📚 Documentation
20+
21+
* fix README.md for flipt-web provider ([#1053](https://github.com/open-feature/js-sdk-contrib/issues/1053)) ([29c3669](https://github.com/open-feature/js-sdk-contrib/commit/29c3669676fb4526feba1d51fd344a71247c4c3f))
22+
323
## [0.1.0](https://github.com/open-feature/js-sdk-contrib/compare/flipt-web-provider-v0.1.0...flipt-web-provider-v0.1.0) (2024-10-29)
424

525

libs/providers/flipt-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/flipt-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/flipt-web-provider",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"dependencies": {
55
"@flipt-io/flipt-client-browser": "^0.3.1",
66
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)