Skip to content

Commit

Permalink
chore(main): release ofrep-core 1.0.0 (#1180)
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 Feb 13, 2025
1 parent ce37b6a commit afa91af
Show file tree
Hide file tree
Showing 3 changed files with 15 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 @@ -8,7 +8,7 @@
"libs/providers/launchdarkly-client": "0.3.1",
"libs/providers/go-feature-flag-web": "0.2.5",
"libs/shared/flagd-core": "1.0.0",
"libs/shared/ofrep-core": "0.2.0",
"libs/shared/ofrep-core": "1.0.0",
"libs/providers/ofrep": "0.2.0",
"libs/providers/ofrep-web": "0.3.1",
"libs/providers/flipt": "0.1.2",
Expand Down
13 changes: 13 additions & 0 deletions libs/shared/ofrep-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.0.0](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-core-v0.2.0...ofrep-core-v1.0.0) (2025-02-13)


### ✨ New Features

* **ofrep-core:** add abort timeout to fetch call ([#1200](https://github.com/open-feature/js-sdk-contrib/issues/1200)) ([d88c5fe](https://github.com/open-feature/js-sdk-contrib/commit/d88c5fe11f676da796f1ff2b02cb7637d8720e5e))
* support metadata in errors in OFREP ([#1203](https://github.com/open-feature/js-sdk-contrib/issues/1203)) ([ce37b6a](https://github.com/open-feature/js-sdk-contrib/commit/ce37b6adcdc9fca0af386eece00c580542cf7b4b))


### 🧹 Chore

* update nx packages ([#1147](https://github.com/open-feature/js-sdk-contrib/issues/1147)) ([7f310fe](https://github.com/open-feature/js-sdk-contrib/commit/7f310fe87101b8aa793e1436e63c7602ccc202e3))

## [0.2.0](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-core-v0.1.5...ofrep-core-v0.2.0) (2024-07-11)


Expand Down
2 changes: 1 addition & 1 deletion libs/shared/ofrep-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/ofrep-core",
"version": "0.2.0",
"version": "1.0.0",
"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 afa91af

Please sign in to comment.