Skip to content

Commit 1f01aa3

Browse files
committed
0.7.0
1 parent e28a9f7 commit 1f01aa3

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

build-stats.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
},
1010
"stylify": {
1111
"/esm/index.js": {
12-
"size": 79249
12+
"size": 79317
1313
},
1414
"/esm/index.min.js": {
15-
"size": 39149
15+
"size": 39179
1616
},
1717
"/esm/index.mjs": {
18-
"size": 77003
18+
"size": 77071
1919
},
2020
"/lib/index.cjs": {
21-
"size": 79047
21+
"size": 79115
2222
},
2323
"/dist/stylify.js": {
24-
"size": 81773
24+
"size": 81845
2525
},
2626
"/dist/stylify.min.js": {
27-
"size": 38492
27+
"size": 38522
2828
}
2929
}
30-
}
30+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repo:version": "pnpm -r exec pnpm version",
88
"repo:patch": "pnpm repo:version patch",
99
"repo:minor": "pnpm repo:version minor",
10-
"repo:publish": "pnpm build && pnpm build:generate-stats && pnpm login && pnpm -r publish",
10+
"repo:publish": "pnpm build && pnpm build:generate-stats && pnpm login --auth-type legacy && pnpm -r publish",
1111
"watch": "cross-env watch=true pnpm build",
1212
"build": "ts-node scripts/build.ts",
1313
"build:notypes": "cross-env typesDisabled=true ts-node scripts/build.ts",

packages/bundler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stylify/bundler",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"description": "CSS bundler for @stylify/stylify.",
55
"keywords": [
66
"stylify",

packages/stylify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stylify/stylify",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
55
"keywords": [
66
"stylify",

0 commit comments

Comments
 (0)