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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@icestack/core",
33
"description": "The core of @icestack/ui",
4-
"version": "1.3.6",
4+
"version": "1.3.7",
55
"scripts": {
66
"dev": "unbuild --sourcemap",
77
"build": "unbuild",

packages/cva/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @icestack/cva
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+
39
## 1.3.6
410

511
### Patch Changes

packages/cva/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@icestack/cva",
33
"description": "The class-variance-authority function collection of @icestack/ui",
4-
"version": "1.3.6",
4+
"version": "1.3.7",
55
"scripts": {
66
"build": "unbuild",
77
"test": "vitest run",

packages/generator/CHANGELOG.md

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

3+
## 1.0.4
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/shared@1.3.7
11+
312
## 1.0.3
413

514
### Patch Changes

packages/generator/package.json

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

packages/logger/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @icestack/logger
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+
39
## 1.3.6
410

511
### Patch Changes

packages/logger/package.json

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

packages/postcss-utils/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @icestack/postcss-utils
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/shared@1.3.7
11+
- @icestack/types@1.3.7
12+
13+
314
## 1.3.6
415

516
### Patch Changes

packages/postcss-utils/package.json

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

packages/postcss/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @icestack/postcss
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/postcss-utils@1.3.7
14+
- @icestack/types@1.3.7
15+
316
## 1.3.6
417

518
### Patch Changes

packages/postcss/package.json

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

packages/preset-default/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @icestack/preset-default
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/shared@1.3.7
11+
- @icestack/theme-algorithm@1.3.7
12+
- @icestack/types@1.3.7
13+
314
## 1.3.6
415

516
### Patch Changes

packages/preset-default/package.json

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

packages/scss/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @icestack/scss
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/shared@1.3.7
11+
312
## 1.3.6
413

514
### Patch Changes

packages/scss/package.json

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

packages/shared/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @icestack/shared
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/types@1.3.7
11+
312
## 1.3.6
413

514
### Patch Changes

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@icestack/shared",
33
"description": "Shared utils and constants of @icestack/ui",
4-
"version": "1.3.6",
4+
"version": "1.3.7",
55
"scripts": {
66
"build": "unbuild",
77
"test": "vitest run",

packages/tailwindcss/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @icestack/tailwindcss
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/logger@1.3.7
11+
- @icestack/postcss@1.3.7
12+
- @icestack/shared@1.3.7
13+
314
## 1.3.6
415

516
### Patch Changes

packages/tailwindcss/package.json

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

packages/theme-algorithm/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @icestack/theme-algorithm
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+
39
## 1.3.6
410

511
### Patch Changes

packages/theme-algorithm/package.json

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

0 commit comments

Comments
 (0)