Skip to content

Commit 43a3107

Browse files
committed
released v1.2.0
1 parent 28c851d commit 43a3107

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-only-when",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "A declarative component for conditional rendering.",
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,4 +1,4 @@
11
{
2-
"version": "1.1.1",
2+
"version": "1.2.0",
33
"packages": ["core", "www"]
44
}

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "website",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"preview": true,
55
"scripts": {
66
"build": "kkt build",
77
"start": "kkt start",
88
"map": "source-map-explorer build/static/js/*.js --html build/website-result.html"
99
},
1010
"dependencies": {
11-
"@uiw/react-only-when": "1.1.1",
1211
"@uiw/react-markdown-preview-example": "^1.3.1",
12+
"@uiw/react-only-when": "1.2.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"
1515
},

0 commit comments

Comments
 (0)