Skip to content

Commit a082269

Browse files
committed
v0.1.0-preview.4
1 parent a8b56de commit a082269

5 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

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

9+
## v0.1.0-preview.4
10+
11+
**Internal Changes:**
12+
13+
- fix: export FlaggingInitConfiguration ([#36](https://github.com/DataDog/openfeature-js-client/pull/36)) [BROWSER]
14+
- chore: remove env name param from request and add sdk details ([#34](https://github.com/DataDog/openfeature-js-client/pull/34)) [BROWSER]
15+
916
## v0.1.0-preview.3
1017

1118
**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.1.0-preview.3"
3+
"version": "0.1.0-preview.4"
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.1.0-preview.3",
3+
"version": "0.1.0-preview.4",
44
"description": "Browser-specific bindings for OpenFeature (wraps @datadog/openfeature-core)",
55
"license": "MIT",
66
"homepage": "https://github.com/DataDog/openfeature-js-client#readme",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@datadog/browser-core": "^6.19.0",
39-
"@datadog/flagging-core": "0.1.0-preview.3"
39+
"@datadog/flagging-core": "0.1.0-preview.4"
4040
},
4141
"peerDependencies": {
4242
"@openfeature/core": "^1.8.0",

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.1.0-preview.3",
3+
"version": "0.1.0-preview.4",
44
"description": "Runtime-agnostic flag-evaluation logic for Datadog Flagging",
55
"license": "MIT",
66
"repository": {

yarn.lock

Lines changed: 2 additions & 2 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.1.0-preview.3, @datadog/flagging-core@workspace:packages/core":
560+
"@datadog/flagging-core@npm:0.1.0-preview.4, @datadog/flagging-core@workspace:packages/core":
561561
version: 0.0.0-use.local
562562
resolution: "@datadog/flagging-core@workspace:packages/core"
563563
dependencies:
@@ -581,7 +581,7 @@ __metadata:
581581
resolution: "@datadog/openfeature-browser@workspace:packages/browser"
582582
dependencies:
583583
"@datadog/browser-core": "npm:^6.19.0"
584-
"@datadog/flagging-core": "npm:0.1.0-preview.3"
584+
"@datadog/flagging-core": "npm:0.1.0-preview.4"
585585
"@openfeature/core": "npm:^1.8.1"
586586
"@openfeature/web-sdk": "npm:^1.5.0"
587587
"@types/jest": "npm:^29.4.0"

0 commit comments

Comments
 (0)