diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 11cc929ed..2faecc55b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "libs/providers/launchdarkly-client": "0.3.2", "libs/providers/go-feature-flag-web": "0.2.6", "libs/shared/flagd-core": "1.0.0", - "libs/shared/ofrep-core": "1.0.1", + "libs/shared/ofrep-core": "1.0.2", "libs/providers/ofrep": "0.2.1", "libs/providers/ofrep-web": "0.3.2", "libs/providers/flipt": "0.1.3", diff --git a/libs/shared/ofrep-core/CHANGELOG.md b/libs/shared/ofrep-core/CHANGELOG.md index ed466efc4..b5fcf75d4 100644 --- a/libs/shared/ofrep-core/CHANGELOG.md +++ b/libs/shared/ofrep-core/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.2](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-core-v1.0.1...ofrep-core-v1.0.2) (2025-05-30) + + +### 🧹 Chore + +* add "type" import enforcement lint rule and apply ([#1292](https://github.com/open-feature/js-sdk-contrib/issues/1292)) ([4dbcbf1](https://github.com/open-feature/js-sdk-contrib/commit/4dbcbf18703bdb0addbef2f7b3810677433abbfd)) +* fix lint ([80ec86b](https://github.com/open-feature/js-sdk-contrib/commit/80ec86b938fef19604f1b083387266c42b284f3c)) +* **main:** release flipt-web-provider 0.1.3 ([#1253](https://github.com/open-feature/js-sdk-contrib/issues/1253)) ([7be62ae](https://github.com/open-feature/js-sdk-contrib/commit/7be62ae45f4dfbaefecc6205a28060698fdd884d)) + ## [1.0.1](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-core-v1.0.0...ofrep-core-v1.0.1) (2025-03-12) diff --git a/libs/shared/ofrep-core/package.json b/libs/shared/ofrep-core/package.json index df48737ae..d37d28f0a 100644 --- a/libs/shared/ofrep-core/package.json +++ b/libs/shared/ofrep-core/package.json @@ -1,6 +1,6 @@ { "name": "@openfeature/ofrep-core", - "version": "1.0.1", + "version": "1.0.2", "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",