@adobe/design-system-registry 5.0.0 → 5.0.2

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/LICENSE +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @adobe/design-system-registry
2
2
 
3
+ ## 5.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`f84bce2`](https://github.com/adobe/spectrum-design-data/commit/f84bce215d20f1bc8b109f3f23b15bfab6b239d0)]:
8
+ - @adobe/spectrum-design-data@0.4.0
9
+
10
+ ## 5.0.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`60a4835`](https://github.com/adobe/spectrum-design-data/commit/60a4835e245965639a4ac89b41d2884dd63a0bbb)]:
15
+ - @adobe/spectrum-design-data@0.3.0
16
+
3
17
  ## 5.0.0
4
18
 
5
19
  ### Major Changes
package/LICENSE CHANGED
@@ -186,7 +186,7 @@ file or class name and description of purpose be included on the
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189
+ Copyright 2026 Adobe
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/design-system-registry",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
4
4
  "description": "DEPRECATED — registry data and API have moved to @adobe/spectrum-design-data. This package is a thin compatibility shim.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -26,6 +26,6 @@
26
26
  "pnpm": ">=10.17.1"
27
27
  },
28
28
  "dependencies": {
29
- "@adobe/spectrum-design-data": "0.2.0"
29
+ "@adobe/spectrum-design-data": "0.4.0"
30
30
  }
31
31
  }