Skip to content

Commit 73603e5

Browse files
authored
Merge branch 'main' into feat/gherkin_for_real
2 parents af7956d + 9a4395b commit 73603e5

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

libs/providers/flipt-web/CHANGELOG.md

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

3+
## [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)
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+
* 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))
16+
17+
18+
### 📚 Documentation
19+
20+
* 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))
21+
322
## [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-04)
423

524

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@types/jest": "29.5.14",
6464
"@types/lodash.isempty": "^4.4.7",
6565
"@types/lodash.isequal": "^4.5.6",
66-
"@types/node": "20.17.3",
66+
"@types/node": "20.17.6",
6767
"@types/object-hash": "^3.0.0",
6868
"@types/semver": "^7.5.4",
6969
"@typescript-eslint/eslint-plugin": "5.62.0",

0 commit comments

Comments
 (0)