Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Apr 11, 2024
1 parent e28a9f7 commit 1f01aa3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions build-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
},
"stylify": {
"/esm/index.js": {
"size": 79249
"size": 79317
},
"/esm/index.min.js": {
"size": 39149
"size": 39179
},
"/esm/index.mjs": {
"size": 77003
"size": 77071
},
"/lib/index.cjs": {
"size": 79047
"size": 79115
},
"/dist/stylify.js": {
"size": 81773
"size": 81845
},
"/dist/stylify.min.js": {
"size": 38492
"size": 38522
}
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repo:version": "pnpm -r exec pnpm version",
"repo:patch": "pnpm repo:version patch",
"repo:minor": "pnpm repo:version minor",
"repo:publish": "pnpm build && pnpm build:generate-stats && pnpm login && pnpm -r publish",
"repo:publish": "pnpm build && pnpm build:generate-stats && pnpm login --auth-type legacy && pnpm -r publish",
"watch": "cross-env watch=true pnpm build",
"build": "ts-node scripts/build.ts",
"build:notypes": "cross-env typesDisabled=true ts-node scripts/build.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylify/bundler",
"version": "0.6.2",
"version": "0.7.0",
"description": "CSS bundler for @stylify/stylify.",
"keywords": [
"stylify",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylify/stylify",
"version": "0.6.2",
"version": "0.7.0",
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
"keywords": [
"stylify",
Expand Down

0 comments on commit 1f01aa3

Please sign in to comment.