File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
3- "version" : " 0.1.0-preview.2 "
3+ "version" : " 0.1.0-preview.3 "
44}
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments