Skip to content

Commit 38a60ad

Browse files
Version Packages (#36)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ff8f78f commit 38a60ad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+260
-46
lines changed

.changeset/ten-students-allow.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

examples/postcss-icestack-plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# postcss-icestack-plugin
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ff8f78f`](https://github.com/sonofmagic/icestack/commit/ff8f78f27cf8bf7cbe82b00ea71ae610507991e0)]:
8+
- @icestack/cva@1.3.5
9+
310
## 0.0.5
411

512
### Patch Changes

examples/postcss-icestack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-icestack-plugin",
33
"private": true,
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

examples/weapp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# weapp
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ff8f78f`](https://github.com/sonofmagic/icestack/commit/ff8f78f27cf8bf7cbe82b00ea71ae610507991e0)]:
8+
- @icestack/cva@1.3.5

examples/weapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "weapp",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "",
66
"main": "index.js",
77
"scripts": {

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @icestack/cli
22

3+
## 1.3.5
4+
5+
### Patch Changes
6+
7+
- [`ff8f78f`](https://github.com/sonofmagic/icestack/commit/ff8f78f27cf8bf7cbe82b00ea71ae610507991e0) Thanks [@sonofmagic](https://github.com/sonofmagic)! - release 1.3.5
8+
9+
- Updated dependencies [[`ff8f78f`](https://github.com/sonofmagic/icestack/commit/ff8f78f27cf8bf7cbe82b00ea71ae610507991e0)]:
10+
- @icestack/config@1.3.5
11+
- @icestack/core@1.3.5
12+
- @icestack/logger@1.3.5
13+
- @icestack/shared@1.3.5
14+
315
## 1.3.4
416

517
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@icestack/cli",
33
"description": "The cli of @icestack/ui",
4-
"version": "1.3.4",
4+
"version": "1.3.5",
55
"scripts": {
66
"build": "unbuild",
77
"test": "vitest run",

packages/config/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @icestack/config
22

3+
## 1.3.5
4+
5+
### Patch Changes
6+
7+
- [`ff8f78f`](https://github.com/sonofmagic/icestack/commit/ff8f78f27cf8bf7cbe82b00ea71ae610507991e0) Thanks [@sonofmagic](https://github.com/sonofmagic)! - release 1.3.5
8+
9+
- Updated dependencies [[`ff8f78f`](https://github.com/sonofmagic/icestack/commit/ff8f78f27cf8bf7cbe82b00ea71ae610507991e0)]:
10+
- @icestack/preset-default@1.3.5
11+
- @icestack/shared@1.3.5
12+
- @icestack/theme-algorithm@1.3.5
13+
- @icestack/types@1.3.5
14+
315
## 1.3.4
416

517
### Patch Changes

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@icestack/config",
33
"description": "The config package of icestack",
4-
"version": "1.3.4",
4+
"version": "1.3.5",
55
"scripts": {
66
"build": "unbuild",
77
"test": "vitest run",

packages/core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @icestack/core
22

3+
## 1.3.5
4+
5+
### Patch Changes
6+
7+
- [`ff8f78f`](https://github.com/sonofmagic/icestack/commit/ff8f78f27cf8bf7cbe82b00ea71ae610507991e0) Thanks [@sonofmagic](https://github.com/sonofmagic)! - release 1.3.5
8+
9+
- Updated dependencies [[`ff8f78f`](https://github.com/sonofmagic/icestack/commit/ff8f78f27cf8bf7cbe82b00ea71ae610507991e0)]:
10+
- @icestack/config@1.3.5
11+
- @icestack/generator@1.0.2
12+
- @icestack/logger@1.3.5
13+
- @icestack/postcss-utils@1.3.5
14+
- @icestack/preset-default@1.3.5
15+
- @icestack/scss@1.3.5
16+
- @icestack/shared@1.3.5
17+
- @icestack/theme-algorithm@1.3.5
18+
- @icestack/types@1.3.5
19+
320
## 1.3.4
421

522
### Patch Changes

0 commit comments

Comments
 (0)