Skip to content

Commit 3ea7dac

Browse files
Version Packages (#39)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 591e6c3 commit 3ea7dac

Some content is hidden

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

53 files changed

+266
-48
lines changed

.changeset/swift-spoons-nail.md

Lines changed: 0 additions & 22 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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`591e6c3`](https://github.com/sonofmagic/icestack/commit/591e6c3c5ae3aa555f13d0f8fa2d6600fbbc0cbb)]:
8+
- @icestack/cva@1.3.8
9+
310
## 0.0.8
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.8",
4+
"version": "0.0.9",
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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`591e6c3`](https://github.com/sonofmagic/icestack/commit/591e6c3c5ae3aa555f13d0f8fa2d6600fbbc0cbb)]:
8+
- @icestack/cva@1.3.8
9+
310
## 1.0.3
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.3",
4+
"version": "1.0.4",
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.8
4+
5+
### Patch Changes
6+
7+
- [`591e6c3`](https://github.com/sonofmagic/icestack/commit/591e6c3c5ae3aa555f13d0f8fa2d6600fbbc0cbb) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix custom utils
8+
9+
- Updated dependencies [[`591e6c3`](https://github.com/sonofmagic/icestack/commit/591e6c3c5ae3aa555f13d0f8fa2d6600fbbc0cbb)]:
10+
- @icestack/config@1.3.8
11+
- @icestack/core@1.3.8
12+
- @icestack/logger@1.3.8
13+
- @icestack/shared@1.3.8
14+
315
## 1.3.7
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.7",
4+
"version": "1.3.8",
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.8
4+
5+
### Patch Changes
6+
7+
- [`591e6c3`](https://github.com/sonofmagic/icestack/commit/591e6c3c5ae3aa555f13d0f8fa2d6600fbbc0cbb) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix custom utils
8+
9+
- Updated dependencies [[`591e6c3`](https://github.com/sonofmagic/icestack/commit/591e6c3c5ae3aa555f13d0f8fa2d6600fbbc0cbb)]:
10+
- @icestack/preset-default@1.3.8
11+
- @icestack/shared@1.3.8
12+
- @icestack/theme-algorithm@1.3.8
13+
- @icestack/types@1.3.8
14+
315
## 1.3.7
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.7",
4+
"version": "1.3.8",
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.8
4+
5+
### Patch Changes
6+
7+
- [`591e6c3`](https://github.com/sonofmagic/icestack/commit/591e6c3c5ae3aa555f13d0f8fa2d6600fbbc0cbb) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix custom utils
8+
9+
- Updated dependencies [[`591e6c3`](https://github.com/sonofmagic/icestack/commit/591e6c3c5ae3aa555f13d0f8fa2d6600fbbc0cbb)]:
10+
- @icestack/config@1.3.8
11+
- @icestack/generator@1.0.5
12+
- @icestack/logger@1.3.8
13+
- @icestack/postcss-utils@1.3.8
14+
- @icestack/preset-default@1.3.8
15+
- @icestack/scss@1.3.8
16+
- @icestack/shared@1.3.8
17+
- @icestack/theme-algorithm@1.3.8
18+
- @icestack/types@1.3.8
19+
320
## 1.3.7
421

522
### Patch Changes

0 commit comments

Comments
 (0)