File tree Expand file tree Collapse file tree 7 files changed +33
-8
lines changed Expand file tree Collapse file tree 7 files changed +33
-8
lines changed Original file line number Diff line number Diff line change 1010 "packages/shared/akamai-edgeworker-sdk" : " 1.3.2" ,
1111 "packages/store/node-server-sdk-dynamodb" : " 6.2.2" ,
1212 "packages/store/node-server-sdk-redis" : " 4.2.2" ,
13- "packages/shared/sdk-client" : " 1.12.0 " ,
14- "packages/sdk/react-native" : " 10.9.2 " ,
13+ "packages/shared/sdk-client" : " 1.12.1 " ,
14+ "packages/sdk/react-native" : " 10.9.3 " ,
1515 "packages/telemetry/node-server-sdk-otel" : " 1.1.2" ,
16- "packages/sdk/browser" : " 0.3.2 " ,
16+ "packages/sdk/browser" : " 0.3.3 " ,
1717 "packages/sdk/server-ai" : " 0.3.0"
1818}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.3.3] ( https://github.com/launchdarkly/js-core/compare/js-client-sdk-v0.3.2...js-client-sdk-v0.3.3 ) (2024-11-21)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * @launchdarkly/js-client-sdk-common bumped from 1.12.0 to 1.12.1
11+
312## [ 0.3.2] ( https://github.com/launchdarkly/js-core/compare/js-client-sdk-v0.3.1...js-client-sdk-v0.3.2 ) (2024-11-13)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @launchdarkly/js-client-sdk" ,
3- "version" : " 0.3.2 " ,
3+ "version" : " 0.3.3 " ,
44 "description" : " LaunchDarkly SDK for JavaScript in Browsers" ,
55 "homepage" : " https://github.com/launchdarkly/js-core/tree/main/packages/sdk/browser" ,
66 "repository" : {
5555 "check" : " yarn prettier && yarn lint && yarn build && yarn test"
5656 },
5757 "dependencies" : {
58- "@launchdarkly/js-client-sdk-common" : " 1.12.0 "
58+ "@launchdarkly/js-client-sdk-common" : " 1.12.1 "
5959 },
6060 "devDependencies" : {
6161 "@jest/globals" : " ^29.7.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 10.9.3] ( https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.9.2...react-native-client-sdk-v10.9.3 ) (2024-11-21)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * @launchdarkly/js-client-sdk-common bumped from 1.12.0 to 1.12.1
11+
312## [ 10.9.2] ( https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.9.1...react-native-client-sdk-v10.9.2 ) (2024-11-04)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @launchdarkly/react-native-client-sdk" ,
3- "version" : " 10.9.2 " ,
3+ "version" : " 10.9.3 " ,
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.12.0 " ,
44+ "@launchdarkly/js-client-sdk-common" : " 1.12.1 " ,
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.12.1] ( https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.12.0...js-client-sdk-common-v1.12.1 ) (2024-11-21)
4+
5+
6+ ### Bug Fixes
7+
8+ * Ensure flag-detail-changed is called for deleted flags. ([ #695 ] ( https://github.com/launchdarkly/js-core/issues/695 ) ) ([ 6524030] ( https://github.com/launchdarkly/js-core/commit/6524030b41263a584b22211fcbbad10919582f1b ) )
9+
310## [ 1.12.0] ( https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.11.0...js-client-sdk-common-v1.12.0 ) (2024-11-04)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @launchdarkly/js-client-sdk-common" ,
3- "version" : " 1.12.0 " ,
3+ "version" : " 1.12.1 " ,
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