Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Aug 9, 2024
1 parent 7f9a36e commit 0b531c9
Show file tree
Hide file tree
Showing 19 changed files with 113 additions and 88 deletions.
14 changes: 0 additions & 14 deletions .changeset/curly-walls-rest.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/happy-falcons-hear.md

This file was deleted.

34 changes: 0 additions & 34 deletions .changeset/pre.json

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/serious-students-boil.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/ten-plums-cheer.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/young-teachers-hunt.md

This file was deleted.

26 changes: 26 additions & 0 deletions @weapp-core/init/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @weapp-core/init

## 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]
- @weapp-core/shared@1.0.0

## 1.0.0-alpha.4

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion @weapp-core/init/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weapp-core/init",
"type": "module",
"version": "1.0.0-alpha.4",
"version": "1.0.0",
"description": "@weapp-core/init",
"author": "",
"license": "ISC",
Expand Down
10 changes: 10 additions & 0 deletions @weapp-core/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @weapp-core/logger

## 1.0.0

### Major Changes

- 36f5a7c: release major version

### Patch Changes

- f22c535: chore: compact for `weapp-vite`

## 1.0.0-alpha.1

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion @weapp-core/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weapp-core/logger",
"type": "module",
"version": "1.0.0-alpha.1",
"version": "1.0.0",
"description": "@weapp-core/logger",
"author": "",
"license": "ISC",
Expand Down
20 changes: 20 additions & 0 deletions @weapp-core/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @weapp-core/shared

## 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

## 1.0.0-alpha.4

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion @weapp-core/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weapp-core/shared",
"type": "module",
"version": "1.0.0-alpha.4",
"version": "1.0.0",
"description": "@weapp-core/shared",
"author": "",
"license": "ISC",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"pr:beta": "changeset pre enter beta",
"pr:rc": "changeset pre enter rc",
"pr:exit": "changeset pre exit",
"cv": "changeset version ",
"--------": "----------------",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand Down
20 changes: 20 additions & 0 deletions packages/weapp-ide-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# weapp-ide-cli

## 2.0.0

### Major 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`

### Patch Changes

- f22c535: chore: compact for `weapp-vite`
- 36f5a7c: release major version
- Updated dependencies [f22c535]
- Updated dependencies [36f5a7c]
- @weapp-core/logger@1.0.0

## 2.0.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/weapp-ide-cli/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/weapp-tailwindcss/package.json
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",
Expand Down
29 changes: 29 additions & 0 deletions packages/weapp-vite/CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion packages/weapp-vite/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cli/package.json
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",
Expand Down

0 comments on commit 0b531c9

Please sign in to comment.