Skip to content

Commit aaa319d

Browse files
chore(main): release flagsmith-client-provider 0.1.4
1 parent 4e12029 commit aaa319d

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
@@ -12,7 +12,7 @@
1212
"libs/providers/ofrep": "0.2.1",
1313
"libs/providers/ofrep-web": "0.3.3",
1414
"libs/providers/flipt": "0.1.3",
15-
"libs/providers/flagsmith-client": "0.1.3",
15+
"libs/providers/flagsmith-client": "0.1.4",
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",

libs/providers/flagsmith-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.4](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/compare/flagsmith-client-provider-v0.1.3...flagsmith-client-provider-v0.1.4) (2025-06-26)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* flagsmith project paths ([#862](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/862)) ([d423647](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/d423647b43e4762d901d9894900cf33c314ae9fe))
9+
10+
11+
### ✨ New Features
12+
13+
* Add Flagsmith Provider ([#836](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/836)) ([dc6e77f](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/dc6e77f777bdff920d47fde2716f7098a9a767eb))
14+
315
## [0.1.3](https://github.com/open-feature/js-sdk-contrib/compare/flagsmith-client-provider-v0.1.2...flagsmith-client-provider-v0.1.3) (2025-03-17)
416

517

libs/providers/flagsmith-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/flagsmith-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/flagsmith-client-provider",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"license": "Apache-2.0",
55
"main": "./src/index.js",
66
"typings": "./src/index.d.ts",

0 commit comments

Comments
 (0)