Skip to content

Commit 829b69c

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

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

+259
-46
lines changed

.changeset/odd-islands-agree.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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]:
8+
- @icestack/cva@1.3.7
9+
310
## 0.0.7
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.7",
4+
"version": "0.0.8",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

examples/weapp/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]:
8+
- @icestack/cva@1.3.7
9+
310
## 1.0.2
411

512
### Patch Changes

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.2",
4+
"version": "1.0.3",
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.7
4+
5+
### Patch Changes
6+
7+
- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index
8+
9+
- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]:
10+
- @icestack/config@1.3.7
11+
- @icestack/core@1.3.7
12+
- @icestack/logger@1.3.7
13+
- @icestack/shared@1.3.7
14+
315
## 1.3.6
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.6",
4+
"version": "1.3.7",
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.7
4+
5+
### Patch Changes
6+
7+
- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index
8+
9+
- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]:
10+
- @icestack/preset-default@1.3.7
11+
- @icestack/shared@1.3.7
12+
- @icestack/theme-algorithm@1.3.7
13+
- @icestack/types@1.3.7
14+
315
## 1.3.6
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.6",
4+
"version": "1.3.7",
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.7
4+
5+
### Patch Changes
6+
7+
- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index
8+
9+
- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]:
10+
- @icestack/config@1.3.7
11+
- @icestack/generator@1.0.4
12+
- @icestack/logger@1.3.7
13+
- @icestack/postcss-utils@1.3.7
14+
- @icestack/preset-default@1.3.7
15+
- @icestack/scss@1.3.7
16+
- @icestack/shared@1.3.7
17+
- @icestack/theme-algorithm@1.3.7
18+
- @icestack/types@1.3.7
19+
320
## 1.3.6
421

522
### Patch Changes

0 commit comments

Comments
 (0)