Skip to content

Commit

Permalink
chore(main): release flagd-core 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 9, 2025
1 parent 1150c9b commit 21a37e3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 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.7.2",
"libs/providers/launchdarkly-client": "0.3.1",
"libs/providers/go-feature-flag-web": "0.2.3",
"libs/shared/flagd-core": "1.0.0",
"libs/shared/flagd-core": "1.0.1",
"libs/shared/ofrep-core": "0.2.0",
"libs/providers/ofrep": "0.2.0",
"libs/providers/ofrep-web": "0.3.1",
Expand Down
8 changes: 8 additions & 0 deletions libs/shared/flagd-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.1](https://github.com/open-feature/js-sdk-contrib/compare/flagd-core-v1.0.0...flagd-core-v1.0.1) (2025-01-09)


### 🧹 Chore

* **deps:** update dependency libs/shared/flagd-core/test-harness to v0.5.21 ([#1154](https://github.com/open-feature/js-sdk-contrib/issues/1154)) ([63adf97](https://github.com/open-feature/js-sdk-contrib/commit/63adf97c0f44f4661ca38e793e21f60e1678f07b))
* **deps:** update libs/shared/flagd-core/spec digest to d261f68 ([#1152](https://github.com/open-feature/js-sdk-contrib/issues/1152)) ([40b7b0a](https://github.com/open-feature/js-sdk-contrib/commit/40b7b0a4dd7b83cd3a205a54214bd2d8ec5b5a69))

## [1.0.0](https://github.com/open-feature/js-sdk-contrib/compare/flagd-core-v0.2.5...flagd-core-v1.0.0) (2025-01-07)


Expand Down
4 changes: 2 additions & 2 deletions libs/shared/flagd-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"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",
Expand Down

0 comments on commit 21a37e3

Please sign in to comment.