Skip to content

Commit dfd1395

Browse files
committed
v0.1.0-alpha.13
1 parent 15e4484 commit dfd1395

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-alpha.13
10+
11+
**Internal Changes:**
12+
13+
- [FFL-888] feat: use fastly endpoints ([#22](https://github.com/DataDog/openfeature-js-client/pull/22)) [BROWSER]
14+
- [FFL-887] Make application ID an optional param ([#21](https://github.com/DataDog/openfeature-js-client/pull/21)) [BROWSER]
15+
916
## v0.1.0-alpha.12
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-alpha.12"
3+
"version": "0.1.0-alpha.13"
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-alpha.12",
3+
"version": "0.1.0-alpha.13",
44
"description": "Browser-specific bindings for OpenFeature (wraps @datadog/openfeature-core)",
55
"license": "MIT",
66
"homepage": "https://github.com/DataDog/openfeature-js-client#readme",
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@datadog/browser-core": "^6.17.0",
33-
"@datadog/flagging-core": "0.1.0-alpha.12"
33+
"@datadog/flagging-core": "0.1.0-alpha.13"
3434
},
3535
"peerDependencies": {
3636
"@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-alpha.12",
3+
"version": "0.1.0-alpha.13",
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-alpha.12, @datadog/flagging-core@workspace:packages/core":
560+
"@datadog/flagging-core@npm:0.1.0-alpha.13, @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.17.0"
584-
"@datadog/flagging-core": "npm:0.1.0-alpha.12"
584+
"@datadog/flagging-core": "npm:0.1.0-alpha.13"
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)