Skip to content

Commit e7dcc88

Browse files
committed
chore: release works now
1 parent f335eb1 commit e7dcc88

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

lerna.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "14.0.3",
2+
"version": "14.0.2",
33
"packages": [
44
"packages/*"
55
],
@@ -17,10 +17,7 @@
1717
"private": false,
1818
"ignoreChanges": [
1919
"*.md"
20-
],
21-
"publishConfig": {
22-
"access": "public"
23-
}
20+
]
2421
},
2522
"version": {
2623
"conventionalCommits": true,

packages/ui-pager-indicator/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"main": "index",
66
"typings": "index.d.ts",
77
"sideEffects": false,
8+
"publishConfig": {
9+
"access": "public"
10+
},
811
"scripts": {
912
"build": "npm run tsc",
1013
"build.win": "npm run tsc.win && npm run readme",
@@ -64,5 +67,5 @@
6467
},
6568
"license": "Apache-2.0",
6669
"readmeFilename": "README.md",
67-
"gitHead": "73ead4f2a1364ee699311078cb43817e6c6d6389"
70+
"gitHead": "f335eb1be0357a0d94b470e3cdf6446b9d6c72ad"
6871
}

packages/ui-pager/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
"main": "index",
66
"typings": "index.d.ts",
77
"sideEffects": false,
8-
"private": false,
98
"publishConfig": {
10-
"access": "public",
11-
"registry": "https://registry.npmjs.org/"
9+
"access": "public"
1210
},
1311
"scripts": {
1412
"build": "npm run tsc",
@@ -69,5 +67,5 @@
6967
},
7068
"license": "Apache-2.0",
7169
"readmeFilename": "README.md",
72-
"gitHead": "73ead4f2a1364ee699311078cb43817e6c6d6389"
70+
"gitHead": "f335eb1be0357a0d94b470e3cdf6446b9d6c72ad"
7371
}

0 commit comments

Comments
 (0)