chore(main): release flipt-web-provider 0.1.1 (#1098)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
54e782cdd3
commit
775a7c88d2
|
|
@ -13,7 +13,7 @@
|
|||
"libs/providers/ofrep-web": "0.3.1",
|
||||
"libs/providers/flipt": "0.1.2",
|
||||
"libs/providers/flagsmith-client": "0.1.2",
|
||||
"libs/providers/flipt-web": "0.1.0",
|
||||
"libs/providers/flipt-web": "0.1.1",
|
||||
"libs/providers/multi-provider": "0.1.1",
|
||||
"libs/providers/multi-provider-web": "0.0.2",
|
||||
"libs/providers/growthbook-client": "0.1.2",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,25 @@
|
|||
# Changelog
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
* **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))
|
||||
* **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))
|
||||
|
||||
|
||||
### 🧹 Chore
|
||||
|
||||
* **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))
|
||||
* **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))
|
||||
* 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))
|
||||
|
||||
|
||||
### 📚 Documentation
|
||||
|
||||
* 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))
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@openfeature/flipt-web-provider",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@openfeature/flipt-web-provider",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"dependencies": {
|
||||
"@flipt-io/flipt-client-browser": "^0.3.1",
|
||||
"tslib": "^2.3.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openfeature/flipt-web-provider",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"dependencies": {
|
||||
"@flipt-io/flipt-client-browser": "^0.3.1",
|
||||
"tslib": "^2.3.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue