Skip to content

Commit 067bd30

Browse files
committed
release: bump version to 1.0.2
1 parent 6132595 commit 067bd30

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"name": "@react-kit/source",
3-
"version": "1.0.0",
2+
"name": "@js-smart/react-kit",
3+
"version": "1.0.2",
44
"license": "MIT",
55
"scripts": {
66
"nx": "nx",
77
"start": "nx serve",
8-
"build": "nx build",
8+
"build": "nx build react-kit",
9+
"build:demo": "nx build",
910
"test": "nx test",
1011
"lint": "nx workspace-lint && nx lint",
1112
"affected:apps": "nx affected:apps",

react-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@js-smart/react-kit",
33
"private": false,
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"main": "./index.js",
66
"types": "./index.d.ts",
77
"publishConfig": {

0 commit comments

Comments
 (0)