File tree Expand file tree Collapse file tree 7 files changed +39
-8
lines changed Expand file tree Collapse file tree 7 files changed +39
-8
lines changed Original file line number Diff line number Diff line change 1010 "packages/shared/akamai-edgeworker-sdk" : " 1.3.0" ,
1111 "packages/store/node-server-sdk-dynamodb" : " 6.2.0" ,
1212 "packages/store/node-server-sdk-redis" : " 4.2.0" ,
13- "packages/shared/sdk-client" : " 1.10 .0" ,
14- "packages/sdk/react-native" : " 10.9.0 " ,
13+ "packages/shared/sdk-client" : " 1.11 .0" ,
14+ "packages/sdk/react-native" : " 10.9.1 " ,
1515 "packages/telemetry/node-server-sdk-otel" : " 1.1.0" ,
16- "packages/sdk/browser" : " 0.1 .0"
16+ "packages/sdk/browser" : " 0.2 .0"
1717}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.0] ( https://github.com/launchdarkly/js-core/compare/js-client-sdk-v0.1.0...js-client-sdk-v0.2.0 ) (2024-10-29)
4+
5+
6+ ### Features
7+
8+ * Add a module for increased backward compatibility. ([ #637 ] ( https://github.com/launchdarkly/js-core/issues/637 ) ) ([ 44a2237] ( https://github.com/launchdarkly/js-core/commit/44a223730fed10fbd75e8de7c87c63570774fe96 ) )
9+ * Vendor escapeStringRegexp to simplify builds. ([ 48cac54] ( https://github.com/launchdarkly/js-core/commit/48cac546f6d36a6b70f3b1f7cb72d1dcff2b50ba ) )
10+
11+
12+ ### Dependencies
13+
14+ * The following workspace dependencies were updated
15+ * dependencies
16+ * @launchdarkly/js-client-sdk-common bumped from 1.10.0 to 1.11.0
17+
318## [ 0.1.0] ( https://github.com/launchdarkly/js-core/compare/js-client-sdk-v0.0.1...js-client-sdk-v0.1.0 ) (2024-10-17)
419
520
Original file line number Diff line number Diff line change 11{
22 "name" : " @launchdarkly/js-client-sdk" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "description" : " LaunchDarkly SDK for JavaScript in Browsers" ,
55 "homepage" : " https://github.com/launchdarkly/js-core/tree/main/packages/sdk/browser" ,
66 "repository" : {
4242 "check" : " yarn prettier && yarn lint && yarn build && yarn test"
4343 },
4444 "dependencies" : {
45- "@launchdarkly/js-client-sdk-common" : " 1.10 .0"
45+ "@launchdarkly/js-client-sdk-common" : " 1.11 .0"
4646 },
4747 "devDependencies" : {
4848 "@jest/globals" : " ^29.7.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 10.9.1] ( https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.9.0...react-native-client-sdk-v10.9.1 ) (2024-10-29)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * @launchdarkly/js-client-sdk-common bumped from 1.10.0 to 1.11.0
11+
312## [ 10.9.0] ( https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.8.0...react-native-client-sdk-v10.9.0 ) (2024-10-17)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @launchdarkly/react-native-client-sdk" ,
3- "version" : " 10.9.0 " ,
3+ "version" : " 10.9.1 " ,
44 "description" : " React Native LaunchDarkly SDK" ,
55 "homepage" : " https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native" ,
66 "repository" : {
4141 "react-native" : " *"
4242 },
4343 "dependencies" : {
44- "@launchdarkly/js-client-sdk-common" : " 1.10 .0" ,
44+ "@launchdarkly/js-client-sdk-common" : " 1.11 .0" ,
4545 "@react-native-async-storage/async-storage" : " ^1.21.0" ,
4646 "base64-js" : " ^1.5.1"
4747 },
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.11.0] ( https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.10.0...js-client-sdk-common-v1.11.0 ) (2024-10-29)
4+
5+
6+ ### Features
7+
8+ * Add a module for increased backward compatibility. ([ #637 ] ( https://github.com/launchdarkly/js-core/issues/637 ) ) ([ 44a2237] ( https://github.com/launchdarkly/js-core/commit/44a223730fed10fbd75e8de7c87c63570774fe96 ) )
9+
310## [ 1.10.0] ( https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.9.0...js-client-sdk-common-v1.10.0 ) (2024-10-17)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @launchdarkly/js-client-sdk-common" ,
3- "version" : " 1.10 .0" ,
3+ "version" : " 1.11 .0" ,
44 "type" : " module" ,
55 "main" : " ./dist/esm/index.mjs" ,
66 "types" : " ./dist/esm/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments