We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6caf93 commit 71e4f56Copy full SHA for 71e4f56
packages/components/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@axiomatic/react-components",
3
- "version": "0.4.0",
+ "version": "0.5.0",
4
"main": "cjs/index.js",
5
"module": "esm/index.js",
6
"types": "esm/index.d.ts",
packages/playground/package.json
"name": "@axiomatic/component-playground",
- "version": "0.1.4",
+ "version": "0.1.5",
"types": "cjs/index.d.ts",
"scripts": {
@@ -20,7 +20,7 @@
20
"react-dom": ">=17"
21
},
22
"dependencies": {
23
- "@axiomatic/react-components": "^0.4.0"
+ "@axiomatic/react-components": "^0.5.0"
24
25
"files": [
26
"cjs",
0 commit comments