Skip to content

Commit 54a69ec

Browse files
chore(main): release growthbook-client-provider 0.1.3
1 parent 91ba360 commit 54a69ec

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.5",
1717
"libs/providers/multi-provider": "0.1.2",
1818
"libs/providers/multi-provider-web": "0.0.3",
19-
"libs/providers/growthbook-client": "0.1.2",
19+
"libs/providers/growthbook-client": "0.1.3",
2020
"libs/providers/config-cat-web": "0.1.6",
2121
"libs/shared/config-cat-core": "0.1.1",
2222
"libs/providers/unleash-web": "0.1.1",

libs/providers/growthbook-client/CHANGELOG.md

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

3+
## [0.1.3](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/compare/growthbook-client-provider-v0.1.2...growthbook-client-provider-v0.1.3) (2025-07-11)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* missing lodash dep (and tooling fix) ([#1034](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1034)) ([013251b](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/013251b7f42135125465c44b10ea694501ee557c))
9+
10+
11+
### ✨ New Features
12+
13+
* Initial GrowthBook OpenFeature provider ([#896](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/896)) ([62ef69b](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/62ef69b05710b34f99cbc4da1e947f59f97bc00c))
14+
315
## [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)
416

517

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.2",
3+
"version": "0.1.3",
44
"license": "Apache-2.0",
55
"dependencies": {
66
"lodash.isempty": "^4.4.0"

0 commit comments

Comments
 (0)