Skip to content

Commit 11400ef

Browse files
chore(main): release flagsmith-provider 0.1.2 (#1391)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f001d23 commit 11400ef

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
@@ -22,5 +22,5 @@
2222
"libs/providers/unleash-web": "0.1.1",
2323
"libs/providers/growthbook": "0.1.2",
2424
"libs/providers/aws-ssm": "0.1.3",
25-
"libs/providers/flagsmith": "0.1.1"
25+
"libs/providers/flagsmith": "0.1.2"
2626
}

libs/providers/flagsmith/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/flagsmith-provider-v0.1.1...flagsmith-provider-v0.1.2) (2025-10-08)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* named-export-provider-and-doc-update ([#1390](https://github.com/open-feature/js-sdk-contrib/issues/1390)) ([f001d23](https://github.com/open-feature/js-sdk-contrib/commit/f001d2306b953e6e9339191608d3cd3c950558b1))
9+
310
## [0.1.1](https://github.com/open-feature/js-sdk-contrib/compare/flagsmith-provider-v0.1.0...flagsmith-provider-v0.1.1) (2025-09-29)
411

512

libs/providers/flagsmith/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/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-provider",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"scripts": {
55
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",
66
"current-version": "echo $npm_package_version"

0 commit comments

Comments
 (0)