Skip to content

Commit 937a2d0

Browse files
committed
released v1.0.0
1 parent f60f598 commit 937a2d0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-xml-reader",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "React component that handles xml file input and its parsing.",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1",
2+
"version": "1.0.0",
33
"packages": [
44
"core",
55
"www"

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"preview": true,
55
"scripts": {
66
"build": "kkt build",
@@ -10,10 +10,10 @@
1010
"dependencies": {
1111
"@uiw/react-back-to-top": "1.2.3",
1212
"@uiw/react-color-colorful": "^1.3.1",
13-
"@uiw/react-xml-reader": "0.0.1",
1413
"@uiw/react-github-corners": "^1.5.15",
1514
"@uiw/react-json-view": "^1.6.0",
1615
"@uiw/react-markdown-preview": "^4.1.0",
16+
"@uiw/react-xml-reader": "1.0.0",
1717
"@wcj/dark-mode": "^1.0.13",
1818
"goober": "^2.1.13",
1919
"react": "^18.2.0",

0 commit comments

Comments
 (0)