@swr-data-lab/components 1.0.5 → 1.0.7

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/package.json +2 -4
  2. package/CHANGELOG.md +0 -13
package/package.json CHANGED
@@ -52,10 +52,8 @@
52
52
  "plugins": [
53
53
  "@semantic-release/commit-analyzer",
54
54
  "@semantic-release/release-notes-generator",
55
- "@semantic-release/changelog",
56
- "@semantic-release/npm",
57
- "@semantic-release/git"
55
+ "@semantic-release/npm"
58
56
  ]
59
57
  },
60
- "version": "1.0.5"
58
+ "version": "1.0.7"
61
59
  }
package/CHANGELOG.md DELETED
@@ -1,13 +0,0 @@
1
- ## [1.0.5](https://github.com/SWRdata/components/compare/v1.0.4...v1.0.5) (2024-10-02)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * Add section on NPM release workflow to README ([3b9b8bc](https://github.com/SWRdata/components/commit/3b9b8bc424d5d2ef363979311e352fc88c935d95))
7
-
8
- ## [1.0.4](https://github.com/SWRdata/components/compare/v1.0.3...v1.0.4) (2024-10-02)
9
-
10
-
11
- ### Bug Fixes
12
-
13
- * Configure semantic release plugins ([694be3f](https://github.com/SWRdata/components/commit/694be3fa3c7be7d2a25b06f875bbe2e29e87d59b))