Skip to content

Commit 9bbbfa9

Browse files
release preview.3 (#32)
* v0.1.0-preview.3 * changelog
1 parent 0fb49df commit 9bbbfa9

5 files changed

Lines changed: 10 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
77
---
88

9-
## v0.1.0-preview.2
9+
## v0.1.0-preview.3
1010

11-
Release tag `v0.1.0-alpha.15` as `v0.1.0-preview.2`
11+
**Internal Changes:**
12+
13+
- Match RELEASE_TAG on preview to tag correctly. ([#31](https://github.com/DataDog/openfeature-js-client/pull/31))
1214

1315
## v0.1.0-alpha.15
1416

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.2"
3+
"version": "0.1.0-preview.3"
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.2",
3+
"version": "0.1.0-preview.3",
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.2"
39+
"@datadog/flagging-core": "0.1.0-preview.3"
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.2",
3+
"version": "0.1.0-preview.3",
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.2, @datadog/flagging-core@workspace:packages/core":
560+
"@datadog/flagging-core@npm:0.1.0-preview.3, @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.2"
584+
"@datadog/flagging-core": "npm:0.1.0-preview.3"
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)