Skip to content

Commit

Permalink
chore(main): release flagd-core 0.2.3 (#976)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 8, 2024
1 parent 95fc808 commit 431bf21
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"libs/providers/config-cat": "0.6.1",
"libs/providers/launchdarkly-client": "0.3.0",
"libs/providers/go-feature-flag-web": "0.2.0",
"libs/shared/flagd-core": "0.2.2",
"libs/shared/flagd-core": "0.2.3",
"libs/shared/ofrep-core": "0.1.5",
"libs/providers/ofrep": "0.1.3",
"libs/providers/ofrep-web": "0.1.5",
Expand Down
12 changes: 12 additions & 0 deletions libs/shared/flagd-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.3](https://github.com/open-feature/js-sdk-contrib/compare/flagd-core-v0.2.2...flagd-core-v0.2.3) (2024-07-08)


### ✨ New Features

* Change fractional custom op from percentage-based to relative weighting. [#946](https://github.com/open-feature/js-sdk-contrib/issues/946) ([#954](https://github.com/open-feature/js-sdk-contrib/issues/954)) ([0e9bc84](https://github.com/open-feature/js-sdk-contrib/commit/0e9bc842cf09de12e8445dcb4e0e8b3623c66099))


### 🧹 Chore

* update flagd json schema ([#994](https://github.com/open-feature/js-sdk-contrib/issues/994)) ([95fc808](https://github.com/open-feature/js-sdk-contrib/commit/95fc8089641049a6edee3bcbac303f38fbc3fa26))

## [0.2.2](https://github.com/open-feature/js-sdk-contrib/compare/flagd-core-v0.2.1...flagd-core-v0.2.2) (2024-05-23)


Expand Down
2 changes: 1 addition & 1 deletion libs/shared/flagd-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/flagd-core",
"version": "0.2.2",
"version": "0.2.3",
"scripts": {
"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",
"current-version": "echo $npm_package_version"
Expand Down

0 comments on commit 431bf21

Please sign in to comment.