Skip to content

Commit 1c83a6d

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

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

+267
-48
lines changed

.changeset/cuddly-pans-complain.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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d3c8ca0`](https://github.com/sonofmagic/icestack/commit/d3c8ca0fbb7e9a3eb940bb7e06cb1fe5ecf39966)]:
8+
- @icestack/cva@1.3.6
9+
310
## 0.0.6
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.6",
4+
"version": "0.0.7",
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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d3c8ca0`](https://github.com/sonofmagic/icestack/commit/d3c8ca0fbb7e9a3eb940bb7e06cb1fe5ecf39966)]:
8+
- @icestack/cva@1.3.6
9+
310
## 1.0.1
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.1",
4+
"version": "1.0.2",
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.6
4+
5+
### Patch Changes
6+
7+
- [`d3c8ca0`](https://github.com/sonofmagic/icestack/commit/d3c8ca0fbb7e9a3eb940bb7e06cb1fe5ecf39966) Thanks [@sonofmagic](https://github.com/sonofmagic)! - add base content for tailwindcss plugin
8+
9+
- Updated dependencies [[`d3c8ca0`](https://github.com/sonofmagic/icestack/commit/d3c8ca0fbb7e9a3eb940bb7e06cb1fe5ecf39966)]:
10+
- @icestack/config@1.3.6
11+
- @icestack/core@1.3.6
12+
- @icestack/logger@1.3.6
13+
- @icestack/shared@1.3.6
14+
315
## 1.3.5
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.5",
4+
"version": "1.3.6",
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.6
4+
5+
### Patch Changes
6+
7+
- [`d3c8ca0`](https://github.com/sonofmagic/icestack/commit/d3c8ca0fbb7e9a3eb940bb7e06cb1fe5ecf39966) Thanks [@sonofmagic](https://github.com/sonofmagic)! - add base content for tailwindcss plugin
8+
9+
- Updated dependencies [[`d3c8ca0`](https://github.com/sonofmagic/icestack/commit/d3c8ca0fbb7e9a3eb940bb7e06cb1fe5ecf39966)]:
10+
- @icestack/preset-default@1.3.6
11+
- @icestack/shared@1.3.6
12+
- @icestack/theme-algorithm@1.3.6
13+
- @icestack/types@1.3.6
14+
315
## 1.3.5
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.5",
4+
"version": "1.3.6",
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.6
4+
5+
### Patch Changes
6+
7+
- [`d3c8ca0`](https://github.com/sonofmagic/icestack/commit/d3c8ca0fbb7e9a3eb940bb7e06cb1fe5ecf39966) Thanks [@sonofmagic](https://github.com/sonofmagic)! - add base content for tailwindcss plugin
8+
9+
- Updated dependencies [[`d3c8ca0`](https://github.com/sonofmagic/icestack/commit/d3c8ca0fbb7e9a3eb940bb7e06cb1fe5ecf39966)]:
10+
- @icestack/config@1.3.6
11+
- @icestack/generator@1.0.3
12+
- @icestack/logger@1.3.6
13+
- @icestack/postcss-utils@1.3.6
14+
- @icestack/preset-default@1.3.6
15+
- @icestack/scss@1.3.6
16+
- @icestack/shared@1.3.6
17+
- @icestack/theme-algorithm@1.3.6
18+
- @icestack/types@1.3.6
19+
320
## 1.3.5
421

522
### Patch Changes

0 commit comments

Comments
 (0)