diff --git a/.changeset/fuzzy-berries-taste.md b/.changeset/fuzzy-berries-taste.md deleted file mode 100644 index 00a1808..0000000 --- a/.changeset/fuzzy-berries-taste.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'classic-react-components': minor ---- - -## Features - -### Repeat component -```tsx - -
this is content
-
-``` diff --git a/CHANGELOG.md b/CHANGELOG.md index 4410147..ea63ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # classic-react-components +## 0.4.0 + +### Minor Changes + +- d727403: ## Features + + ### Repeat component + + ```tsx + +
this is content
+
+ ``` + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index c131893..46052ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "classic-react-components", - "version": "0.3.0", + "version": "0.4.0", "description": "A great collection of React utility components", "keywords": [ "react utility components",