Skip to content

Commit 04ceb91

Browse files
Release v1.0.0 - GA (#166)
* v1.0.0 * Update changelog heading to Behavior Changes The enableExposureLogging default change has user-visible impact, not just internal changes.
1 parent 55e0123 commit 04ceb91

6 files changed

Lines changed: 15 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
77
---
88

9+
## v1.0.0
10+
11+
**Behavior Changes:**
12+
13+
- Default enableExposureLogging to true ([#152](https://github.com/DataDog/openfeature-js-client/pull/152)) [BROWSER]
14+
915
## v0.3.3
1016

1117
**Internal Changes:**

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"npmClient": "yarn",
3-
"version": "0.3.3"
3+
"version": "1.0.0"
44
}

packages/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/openfeature-browser",
3-
"version": "0.3.3",
3+
"version": "1.0.0",
44
"description": "Browser-specific bindings for OpenFeature (wraps @datadog/openfeature-core)",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/DataDog/openfeature-js-client#readme",
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"@datadog/browser-core": "^6.19.0",
48-
"@datadog/flagging-core": "0.3.3",
48+
"@datadog/flagging-core": "1.0.0",
4949
"@types/chrome": "^0.1.18"
5050
},
5151
"peerDependencies": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/flagging-core",
3-
"version": "0.3.3",
3+
"version": "1.0.0",
44
"description": "Runtime-agnostic flag-evaluation logic for Datadog Flagging",
55
"license": "Apache-2.0",
66
"repository": {

packages/node-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/openfeature-node-server",
3-
"version": "0.3.3",
3+
"version": "1.0.0",
44
"description": "React Native bindings for OpenFeature (wraps @datadog/flagging-core)",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/DataDog/openfeature-js-client#readme",
@@ -36,7 +36,7 @@
3636
"typecheck": "tsc --noEmit"
3737
},
3838
"dependencies": {
39-
"@datadog/flagging-core": "0.3.3"
39+
"@datadog/flagging-core": "1.0.0"
4040
},
4141
"peerDependencies": {
4242
"@openfeature/server-sdk": ">=1.15.0 <2.0.0"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ __metadata:
557557
languageName: node
558558
linkType: hard
559559

560-
"@datadog/flagging-core@npm:0.3.3, @datadog/flagging-core@workspace:packages/core":
560+
"@datadog/flagging-core@npm:1.0.0, @datadog/flagging-core@workspace:packages/core":
561561
version: 0.0.0-use.local
562562
resolution: "@datadog/flagging-core@workspace:packages/core"
563563
dependencies:
@@ -579,7 +579,7 @@ __metadata:
579579
resolution: "@datadog/openfeature-browser@workspace:packages/browser"
580580
dependencies:
581581
"@datadog/browser-core": "npm:^6.19.0"
582-
"@datadog/flagging-core": "npm:0.3.3"
582+
"@datadog/flagging-core": "npm:1.0.0"
583583
"@openfeature/core": "npm:^1.8.1"
584584
"@openfeature/web-sdk": "npm:^1.5.0"
585585
"@types/chrome": "npm:^0.1.18"
@@ -625,7 +625,7 @@ __metadata:
625625
version: 0.0.0-use.local
626626
resolution: "@datadog/openfeature-node-server@workspace:packages/node-server"
627627
dependencies:
628-
"@datadog/flagging-core": "npm:0.3.3"
628+
"@datadog/flagging-core": "npm:1.0.0"
629629
"@openfeature/core": "npm:1.3.0"
630630
"@openfeature/server-sdk": "npm:1.15.0"
631631
"@types/jest": "npm:^30.0.0"

0 commit comments

Comments
 (0)