@swr-data-lab/components 1.0.1 → 1.0.4

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 ADDED
@@ -0,0 +1,6 @@
1
+ ## [1.0.4](https://github.com/SWRdata/components/compare/v1.0.3...v1.0.4) (2024-10-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Configure semantic release plugins ([694be3f](https://github.com/SWRdata/components/commit/694be3fa3c7be7d2a25b06f875bbe2e29e87d59b))
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # SWR Data Lab Component Library
2
+
3
+ This is a Svelte-based component library for interactive visualization elements used in the [SWR Data Lab](https://www.swr.de/home/swr-data-lab-team-100.html).
@@ -0,0 +1,6 @@
1
+ ## [1.0.3](https://github.com/SWRdata/components/compare/v1.0.2...v1.0.3) (2024-10-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Add changelog to semantic release config ([6c41187](https://github.com/SWRdata/components/commit/6c41187ac0e138b3a1a5bf5b9c3403aec42b37da))
package/package.json CHANGED
@@ -2,7 +2,6 @@
2
2
  "name": "@swr-data-lab/components",
3
3
  "description": "SWR Data Lab component library",
4
4
  "author": "SWR Data Lab",
5
- "version": "1.0.1",
6
5
  "publishConfig": {
7
6
  "access": "restricted"
8
7
  },
@@ -48,5 +47,15 @@
48
47
  "vite": "^5.0.3",
49
48
  "wait-on": "^8.0.1"
50
49
  },
51
- "type": "module"
50
+ "type": "module",
51
+ "release": {
52
+ "plugins": [
53
+ "@semantic-release/commit-analyzer",
54
+ "@semantic-release/release-notes-generator",
55
+ "@semantic-release/changelog",
56
+ "@semantic-release/npm",
57
+ "@semantic-release/git"
58
+ ]
59
+ },
60
+ "version": "1.0.4"
52
61
  }