Skip to content

Commit

Permalink
chore(main): release flagd-core 0.1.1 (#630)
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 Nov 2, 2023
1 parent 3db7c0c commit c3b8431
Show file tree
Hide file tree
Showing 3 changed files with 16 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,5 +7,5 @@
"libs/providers/config-cat": "0.4.0",
"libs/providers/launchdarkly-client": "0.2.0",
"libs/providers/go-feature-flag-web": "0.1.5",
"libs/shared/flagd-core": "0.1.0"
"libs/shared/flagd-core": "0.1.1"
}
14 changes: 14 additions & 0 deletions libs/shared/flagd-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.1.1](https://github.com/open-feature/js-sdk-contrib/compare/flagd-core-v0.1.0...flagd-core-v0.1.1) (2023-11-02)


### ✨ New Features

* flagd-core json logic evaluator ([#623](https://github.com/open-feature/js-sdk-contrib/issues/623)) ([72eacd3](https://github.com/open-feature/js-sdk-contrib/commit/72eacd33ab7147d7348ee125c57282bccd3af9d5))
* Initial version of the flagd js core ([#620](https://github.com/open-feature/js-sdk-contrib/issues/620)) ([8fac8cb](https://github.com/open-feature/js-sdk-contrib/commit/8fac8cb902c8803200b3dbc74eace3d623746b4e))


### 🧹 Chore

* make @openfeature/core peer of flagd/core ([#631](https://github.com/open-feature/js-sdk-contrib/issues/631)) ([3db7c0c](https://github.com/open-feature/js-sdk-contrib/commit/3db7c0c739c84be9fa9cedb87b5e0521a1a0d89c))
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.1.0",
"version": "0.1.1",
"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 c3b8431

Please sign in to comment.