@launchdarkly/js-server-sdk-common-edge 2.0.0-alpha.1 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -66,6 +66,24 @@
66
66
  * dependencies
67
67
  * @launchdarkly/js-server-sdk-common bumped from 1.2.2 to 1.2.3
68
68
 
69
+ ## [2.0.0](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-edge-v1.0.13...js-server-sdk-common-edge-v2.0.0) (2023-10-16)
70
+
71
+
72
+ ### ⚠ BREAKING CHANGES
73
+
74
+ * Implement Migrations. Refactor for client SDKs. ([#293](https://github.com/launchdarkly/js-core/issues/293))
75
+
76
+ ### Features
77
+
78
+ * Implement Migrations. Refactor for client SDKs. ([#293](https://github.com/launchdarkly/js-core/issues/293)) ([c66aa6e](https://github.com/launchdarkly/js-core/commit/c66aa6ea0d12e1e4e565cb8378d367c31fab9c1b))
79
+
80
+
81
+ ### Dependencies
82
+
83
+ * The following workspace dependencies were updated
84
+ * dependencies
85
+ * @launchdarkly/js-server-sdk-common bumped from 1.2.3 to 2.0.0
86
+
69
87
  ## [1.0.8](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-edge-v1.0.7...js-server-sdk-common-edge-v1.0.8) (2023-08-10)
70
88
 
71
89
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@launchdarkly/js-server-sdk-common-edge",
3
- "version": "2.0.0-alpha.1",
3
+ "version": "2.0.0",
4
4
  "type": "commonjs"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@launchdarkly/js-server-sdk-common-edge",
3
- "version": "2.0.0-alpha.1",
3
+ "version": "2.0.0",
4
4
  "type": "module"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/js-server-sdk-common-edge",
3
- "version": "2.0.0-alpha.1",
3
+ "version": "2.0.0",
4
4
  "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/shared/sdk-server-edge",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,7 +36,7 @@
36
36
  "check": "yarn prettier && yarn lint && yarn build && yarn test && yarn doc"
37
37
  },
38
38
  "dependencies": {
39
- "@launchdarkly/js-server-sdk-common": "2.0.0-alpha.1",
39
+ "@launchdarkly/js-server-sdk-common": "2.0.0",
40
40
  "crypto-js": "^4.1.1"
41
41
  },
42
42
  "devDependencies": {