@synergy-design-system/assets 1.0.0 → 1.0.1

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 (2) hide show
  1. package/CHANGELOG.md +4 -9
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,19 +1,14 @@
1
- # @synergy-design-system/assets-v1.0.0 (2023-12-06)
1
+ # [@synergy-design-system/assets-v1.0.1](https://github.com/synergy-design-system/synergy-design-system/compare/assets/1.0.0...assets/1.0.1) (2023-12-06)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * 🤔 fix checked radio ([#204](https://github.com/synergy-design-system/synergy-design-system/issues/204)) ([9aa24d0](https://github.com/synergy-design-system/synergy-design-system/commit/9aa24d07a54a4937437f8bbbc66dd62bd8308b5d))
7
- * 🤔 fix license file ([#205](https://github.com/synergy-design-system/synergy-design-system/issues/205)) ([247ef50](https://github.com/synergy-design-system/synergy-design-system/commit/247ef505e29fe59ca17c362855bd7095a359b305))
8
- * 🤔 Fix multiple errors in package.json ([#85](https://github.com/synergy-design-system/synergy-design-system/issues/85)) ([7d18b9a](https://github.com/synergy-design-system/synergy-design-system/commit/7d18b9a43c836a33f9f1beaefd18c4c2abf937c4))
9
- * correct the GitHub links ([#206](https://github.com/synergy-design-system/synergy-design-system/issues/206)) ([c4be101](https://github.com/synergy-design-system/synergy-design-system/commit/c4be101310dd8f27c8d3874554928c08bff1533f))
6
+ * improve changelogs ([#213](https://github.com/synergy-design-system/synergy-design-system/issues/213)) ([3674aed](https://github.com/synergy-design-system/synergy-design-system/commit/3674aed156b3f604a220be23957ca2da05717472))
7
+
8
+ # @synergy-design-system/assets-v1.0.0 (2023-12-06)
10
9
 
11
10
 
12
11
  ### Features
13
12
 
14
- * ✨ add syn-input ([#108](https://github.com/synergy-design-system/synergy-design-system/issues/108)) ([d02457e](https://github.com/synergy-design-system/synergy-design-system/commit/d02457e3a4f71911aefa1694037a639deee14ddb))
15
- * ✨ React component support ([#88](https://github.com/synergy-design-system/synergy-design-system/issues/88)) ([967b7dd](https://github.com/synergy-design-system/synergy-design-system/commit/967b7ddce3f2e1f6a1c55898c1368f0560947101))
16
- * ✨add syn-icon ([#183](https://github.com/synergy-design-system/synergy-design-system/issues/183)) ([add85f5](https://github.com/synergy-design-system/synergy-design-system/commit/add85f553579b5806e1feb0ad78171ca26a7b20d))
17
13
  * init first release ([#210](https://github.com/synergy-design-system/synergy-design-system/issues/210)) ([55fe07e](https://github.com/synergy-design-system/synergy-design-system/commit/55fe07e9454ec159506f24223222786f315e800c))
18
-
19
14
  * ✨ add SICK logos, Material Icons and System Icons
package/package.json CHANGED
@@ -104,7 +104,7 @@
104
104
  ]
105
105
  },
106
106
  "type": "module",
107
- "version": "1.0.0",
107
+ "version": "1.0.1",
108
108
  "scripts": {
109
109
  "lint": "eslint .",
110
110
  "fetch-assets": "node scripts/fetch-assets.js",