Skip to content

Commit 14405a7

Browse files
chore(main): release flagd-core 1.0.0 (#1058)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f1ed82a commit 14405a7

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"libs/providers/config-cat": "0.7.2",
88
"libs/providers/launchdarkly-client": "0.3.1",
99
"libs/providers/go-feature-flag-web": "0.2.3",
10-
"libs/shared/flagd-core": "0.2.5",
10+
"libs/shared/flagd-core": "1.0.0",
1111
"libs/shared/ofrep-core": "0.2.0",
1212
"libs/providers/ofrep": "0.2.0",
1313
"libs/providers/ofrep-web": "0.3.1",

Diff for: libs/shared/flagd-core/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* improve eval performance, restructure lib, support flag metadata ([#1120](https://github.com/open-feature/js-sdk-contrib/issues/1120))
9+
10+
### 🐛 Bug Fixes
11+
12+
* **flagd-core:** use injected logger ([#1057](https://github.com/open-feature/js-sdk-contrib/issues/1057)) ([4e21b83](https://github.com/open-feature/js-sdk-contrib/commit/4e21b836b62b6f26ee966c8f0ff6fd876a3e353a))
13+
14+
15+
### ✨ New Features
16+
17+
* improve eval performance, restructure lib, support flag metadata ([#1120](https://github.com/open-feature/js-sdk-contrib/issues/1120)) ([f1ed82a](https://github.com/open-feature/js-sdk-contrib/commit/f1ed82acba4430ffafbe9057576371e09f1791ff))
18+
19+
20+
### 🧹 Chore
21+
22+
* **deps:** update dependency libs/shared/flagd-core/test-harness to v0.5.20 ([#1136](https://github.com/open-feature/js-sdk-contrib/issues/1136)) ([c69590d](https://github.com/open-feature/js-sdk-contrib/commit/c69590d9c201a5769aa6a17705072376683143e7))
23+
* **deps:** update libs/shared/flagd-core/flagd-schemas digest to b81a56e ([#1134](https://github.com/open-feature/js-sdk-contrib/issues/1134)) ([7e40edd](https://github.com/open-feature/js-sdk-contrib/commit/7e40edda9f2b6358a454a96fa64627b7c00098e2))
24+
* **deps:** update libs/shared/flagd-core/spec digest to ed0f9ef ([#1135](https://github.com/open-feature/js-sdk-contrib/issues/1135)) ([225a465](https://github.com/open-feature/js-sdk-contrib/commit/225a46532b3822a6fd8ae33b616a792a62c485e8))
25+
* various gherkin improvements for e2e tests ([#1008](https://github.com/open-feature/js-sdk-contrib/issues/1008)) ([40abd8e](https://github.com/open-feature/js-sdk-contrib/commit/40abd8eca76b47bb5c084b377302821968acd19c))
26+
327
## [0.2.5](https://github.com/open-feature/js-sdk-contrib/compare/flagd-core-v0.2.4...flagd-core-v0.2.5) (2024-08-30)
428

529

Diff for: libs/shared/flagd-core/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: libs/shared/flagd-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/flagd-core",
3-
"version": "0.2.5",
3+
"version": "1.0.0",
44
"license": "Apache-2.0",
55
"scripts": {
66
"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",

0 commit comments

Comments
 (0)