@synergy-design-system/assets 1.0.1 → 1.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 (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [@synergy-design-system/assets-v1.0.2](https://github.com/synergy-design-system/synergy-design-system/compare/assets/1.0.1...assets/1.0.2) (2023-12-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 📚 improve links in documentation ([#224](https://github.com/synergy-design-system/synergy-design-system/issues/224)) ([f55934c](https://github.com/synergy-design-system/synergy-design-system/commit/f55934c34c6c53b0f7c9a5afa8d91bc520df4fdf))
7
+
1
8
  # [@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
9
 
3
10
 
package/package.json CHANGED
@@ -34,7 +34,7 @@
34
34
  }
35
35
  },
36
36
  "types": "./src/default-icons.d.ts",
37
- "homepage": "https://github.com/synergy-design-system/synergy-design-system/tree/main/packages/assets",
37
+ "homepage": "https://synergy-design-system.github.io",
38
38
  "keywords": [
39
39
  "Static Assets",
40
40
  "SDS",
@@ -104,7 +104,7 @@
104
104
  ]
105
105
  },
106
106
  "type": "module",
107
- "version": "1.0.1",
107
+ "version": "1.0.2",
108
108
  "scripts": {
109
109
  "lint": "eslint .",
110
110
  "fetch-assets": "node scripts/fetch-assets.js",