We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608a852 commit 69abb79Copy full SHA for 69abb79
.changeset/old-crabs-applaud.md
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# classic-react-components
2
3
+## 0.3.0
4
+
5
+### Minor Changes
6
7
+- 434022c: - [docs]: update examples and add more descrition of the components
8
+ - [refactor]: use normal for loop to iterate over array in Switch component instead of Children.map function
9
10
## 0.2.0
11
12
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "classic-react-components",
- "version": "0.2.0",
+ "version": "0.3.0",
"description": "A great collection of React utility components",
"keywords": [
"react utility components",
0 commit comments