Skip to content

Commit e2f0e7b

Browse files
chore(main): release growthbook-client-provider 0.1.2 (#1035)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0267275 commit e2f0e7b

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"libs/providers/flipt-web": "0.1.0",
1717
"libs/providers/multi-provider": "0.1.1",
1818
"libs/providers/multi-provider-web": "0.0.2",
19-
"libs/providers/growthbook-client": "0.1.1",
19+
"libs/providers/growthbook-client": "0.1.2",
2020
"libs/providers/config-cat-web": "0.1.3",
2121
"libs/shared/config-cat-core": "0.1.0"
2222
}

libs/providers/growthbook-client/CHANGELOG.md

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

3+
## [0.1.2](https://github.com/open-feature/js-sdk-contrib/compare/growthbook-client-provider-v0.1.1...growthbook-client-provider-v0.1.2) (2024-09-27)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* missing lodash dep (and tooling fix) ([#1034](https://github.com/open-feature/js-sdk-contrib/issues/1034)) ([013251b](https://github.com/open-feature/js-sdk-contrib/commit/013251b7f42135125465c44b10ea694501ee557c))
9+
310
## [0.1.1](https://github.com/open-feature/js-sdk-contrib/compare/growthbook-client-provider-v0.1.0...growthbook-client-provider-v0.1.1) (2024-05-17)
411

512

libs/providers/growthbook-client/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/growthbook-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/growthbook-client-provider",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"dependencies": {
55
"tslib": "^2.3.0"
66
},

0 commit comments

Comments
 (0)