Skip to content

Commit d176420

Browse files
Version Packages (#13)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cbc0808 commit d176420

31 files changed

+146
-29
lines changed

.changeset/tidy-bobcats-relate.md

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

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+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - compose postcss options into one
8+
39
## 0.5.0
410

511
### Minor 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": "0.5.0",
4+
"version": "0.5.1",
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+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - compose postcss options into one
8+
39
## 0.5.0
410

511
### Minor 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": "0.5.0",
4+
"version": "0.5.1",
55
"scripts": {
66
"build": "unbuild",
77
"test": "vitest run",

packages/postcss-utils/CHANGELOG.md

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

3+
## 0.4.13
4+
5+
### Patch Changes
6+
7+
- [`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - compose postcss options into one
8+
9+
- Updated dependencies [[`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f)]:
10+
- @icestack/types@0.5.1
11+
312
## 0.4.12
413

514
### 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": "0.4.12",
4+
"version": "0.4.13",
55
"scripts": {
66
"build": "unbuild",
77
"test": "vitest run",

packages/postcss/CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - compose postcss options into one
8+
9+
- Updated dependencies [[`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f)]:
10+
- @icestack/postcss-utils@0.4.13
11+
- @icestack/shared@0.5.1
12+
- @icestack/types@0.5.1
13+
314
## 0.5.0
415

516
### Minor 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": "0.5.0",
4+
"version": "0.5.1",
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+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - compose postcss options into one
8+
9+
- Updated dependencies [[`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f)]:
10+
- @icestack/types@0.5.1
11+
312
## 0.5.0
413

514
### Minor 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": "0.5.0",
4+
"version": "0.5.1",
55
"scripts": {
66
"build": "unbuild",
77
"test": "vitest run",

packages/tailwindcss/CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - compose postcss options into one
8+
9+
- Updated dependencies [[`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f)]:
10+
- @icestack/logger@0.5.1
11+
- @icestack/postcss@0.5.1
12+
- @icestack/shared@0.5.1
13+
- @icestack/types@0.5.1
14+
315
## 0.5.0
416

517
### Minor 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": "0.5.0",
4+
"version": "0.5.1",
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+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - compose postcss options into one
8+
39
## 0.5.0
410

511
### Minor 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
"private": true,
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"description": "",
66
"main": "index.js",
77
"scripts": {

packages/types/CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - compose postcss options into one
8+
39
## 0.5.0
410

511
### Minor Changes

packages/types/package.json

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

packages/ui/CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - compose postcss options into one
8+
9+
- Updated dependencies [[`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f)]:
10+
- @icestack/logger@0.5.1
11+
- @icestack/postcss@0.5.1
12+
- @icestack/shared@0.5.1
13+
- @icestack/types@0.5.1
14+
315
## 0.5.0
416

517
### Minor Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@icestack/ui",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "❤️ IceStack, Web UI for Mobile, PC and Mini Program, open-source Headless component library generator",
55
"sideEffects": false,
66
"exports": {

packages/unocss/CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - compose postcss options into one
8+
9+
- Updated dependencies [[`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f)]:
10+
- @icestack/logger@0.5.1
11+
- @icestack/types@0.5.1
12+
313
## 0.5.0
414

515
### Minor Changes

packages/unocss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@icestack/unocss",
33
"description": "The Unocss plugin of @icestack/ui",
44
"private": true,
5-
"version": "0.5.0",
5+
"version": "0.5.1",
66
"scripts": {
77
"build": "unbuild",
88
"test": "vitest run",

presets/preset-daisyui/CHANGELOG.md

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

3+
## 0.2.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f)]:
8+
- @icestack/postcss-utils@0.4.13
9+
- @icestack/shared@0.5.1
10+
- @icestack/types@0.5.1
11+
312
## 0.2.9
413

514
### Patch Changes

presets/preset-daisyui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@icestack/preset-daisyui",
33
"description": "The daisyui preset of @icestack/ui (WIP)",
44
"private": true,
5-
"version": "0.2.9",
5+
"version": "0.2.10",
66
"scripts": {
77
"build": "unbuild",
88
"test": "vitest run",

presets/preset-mockup/CHANGELOG.md

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

3+
## 0.2.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f)]:
8+
- @icestack/postcss-utils@0.4.13
9+
- @icestack/shared@0.5.1
10+
- @icestack/types@0.5.1
11+
312
## 0.2.10
413

514
### Patch Changes

presets/preset-mockup/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-mockup",
33
"description": "The mockup preset of @icestack/ui",
4-
"version": "0.2.10",
4+
"version": "0.2.11",
55
"scripts": {
66
"build": "unbuild",
77
"test": "vitest run",

presets/preset-unicorn/CHANGELOG.md

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

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f)]:
8+
- @icestack/postcss-utils@0.4.13
9+
- @icestack/shared@0.5.1
10+
- @icestack/types@0.5.1
11+
312
## 0.0.3
413

514
### Patch Changes

presets/preset-unicorn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@icestack/preset-unicorn",
33
"description": "The unicorn preset of @icestack/ui",
44
"private": true,
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"scripts": {
77
"build": "unbuild",
88
"test": "vitest run",

presets/preset-weapp/CHANGELOG.md

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

3+
## 0.2.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cd4a6f0`](https://github.com/sonofmagic/icestack/commit/cd4a6f020fea5164011476f61385322a593f994f)]:
8+
- @icestack/postcss-utils@0.4.13
9+
- @icestack/shared@0.5.1
10+
- @icestack/types@0.5.1
11+
312
## 0.2.12
413

514
### Patch Changes

presets/preset-weapp/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-weapp",
33
"description": "The weapp preset of @icestack/ui",
4-
"version": "0.2.12",
4+
"version": "0.2.13",
55
"scripts": {
66
"build": "unbuild",
77
"test": "vitest run",

presets/presets/CHANGELOG.md

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

3+
## 0.2.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @icestack/preset-mockup@0.2.11
9+
- @icestack/preset-weapp@0.2.13
10+
311
## 0.2.10
412

513
### Patch Changes

presets/presets/package.json

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

0 commit comments

Comments
 (0)