generated from sonofmagic/npm-lib-template
-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7f9a36e
commit 0b531c9
Showing
19 changed files
with
113 additions
and
88 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "weapp-ide-cli", | ||
"type": "module", | ||
"version": "2.0.0-alpha.2", | ||
"version": "2.0.0", | ||
"description": "让微信开发者工具,用起来更加方便!", | ||
"author": "SonOfMagic <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "weapp-tailwindcss", | ||
"version": "3.4.1-alpha.0", | ||
"version": "3.4.0", | ||
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!", | ||
"author": "SonOfMagic <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,34 @@ | ||
# weapp-vite | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- 36f5a7c: release major version | ||
|
||
### Patch Changes | ||
|
||
- 80ce9ca: `@weapp-ide-cli` cjs -> esm ( `type: module` ) (BREAKING CHANGE!) | ||
|
||
`weapp-vite` use `@weapp-ide-cli` | ||
|
||
`vite.config.ts` support | ||
|
||
enhance `@weapp-core/init` | ||
|
||
- 0fc5083: release alpha | ||
- f22c535: chore: compact for `weapp-vite` | ||
- 2b7be6d: feat: add serve watch files | ||
- Updated dependencies [80ce9ca] | ||
- Updated dependencies [0fc5083] | ||
- Updated dependencies [f22c535] | ||
- Updated dependencies [36f5a7c] | ||
- Updated dependencies [2b7be6d] | ||
- [email protected] | ||
- @weapp-core/shared@1.0.0 | ||
- @weapp-core/init@1.0.0 | ||
- @weapp-core/logger@1.0.0 | ||
|
||
## 1.0.0-alpha.4 | ||
|
||
### Major Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "weapp-vite", | ||
"type": "module", | ||
"version": "1.0.0-alpha.4", | ||
"version": "1.0.0", | ||
"description": "WIP", | ||
"author": "SonOfMagic <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@weapp-tailwindcss/cli", | ||
"version": "1.0.9-alpha.0", | ||
"version": "1.0.8", | ||
"description": "The cli of weapp-tailwindcss", | ||
"author": "SonOfMagic <[email protected]>", | ||
"license": "MIT", | ||
|