Skip to content

Commit

Permalink
Version Packages (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 6, 2024
1 parent aecf8f1 commit 829b69c
Show file tree
Hide file tree
Showing 51 changed files with 259 additions and 46 deletions.
21 changes: 0 additions & 21 deletions .changeset/odd-islands-agree.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/postcss-icestack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# postcss-icestack-plugin

## 0.0.8

### Patch Changes

- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]:
- @icestack/cva@1.3.7

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/postcss-icestack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "postcss-icestack-plugin",
"private": true,
"version": "0.0.7",
"version": "0.0.8",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
7 changes: 7 additions & 0 deletions examples/weapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# weapp

## 1.0.3

### Patch Changes

- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]:
- @icestack/cva@1.3.7

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/weapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "weapp",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @icestack/cli

## 1.3.7

### Patch Changes

- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index

- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]:
- @icestack/config@1.3.7
- @icestack/core@1.3.7
- @icestack/logger@1.3.7
- @icestack/shared@1.3.7

## 1.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icestack/cli",
"description": "The cli of @icestack/ui",
"version": "1.3.6",
"version": "1.3.7",
"scripts": {
"build": "unbuild",
"test": "vitest run",
Expand Down
12 changes: 12 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @icestack/config

## 1.3.7

### Patch Changes

- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index

- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]:
- @icestack/preset-default@1.3.7
- @icestack/shared@1.3.7
- @icestack/theme-algorithm@1.3.7
- @icestack/types@1.3.7

## 1.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icestack/config",
"description": "The config package of icestack",
"version": "1.3.6",
"version": "1.3.7",
"scripts": {
"build": "unbuild",
"test": "vitest run",
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @icestack/core

## 1.3.7

### Patch Changes

- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index

- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]:
- @icestack/config@1.3.7
- @icestack/generator@1.0.4
- @icestack/logger@1.3.7
- @icestack/postcss-utils@1.3.7
- @icestack/preset-default@1.3.7
- @icestack/scss@1.3.7
- @icestack/shared@1.3.7
- @icestack/theme-algorithm@1.3.7
- @icestack/types@1.3.7

## 1.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icestack/core",
"description": "The core of @icestack/ui",
"version": "1.3.6",
"version": "1.3.7",
"scripts": {
"dev": "unbuild --sourcemap",
"build": "unbuild",
Expand Down
6 changes: 6 additions & 0 deletions packages/cva/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @icestack/cva

## 1.3.7

### Patch Changes

- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index

## 1.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cva/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icestack/cva",
"description": "The class-variance-authority function collection of @icestack/ui",
"version": "1.3.6",
"version": "1.3.7",
"scripts": {
"build": "unbuild",
"test": "vitest run",
Expand Down
9 changes: 9 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @icestack/generator

## 1.0.4

### Patch Changes

- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index

- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]:
- @icestack/shared@1.3.7

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icestack/generator",
"description": "The generator package of icestack",
"version": "1.0.3",
"version": "1.0.4",
"scripts": {
"build": "unbuild",
"test": "vitest run",
Expand Down
6 changes: 6 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @icestack/logger

## 1.3.7

### Patch Changes

- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index

## 1.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icestack/logger",
"description": "The logger of @icestack/ui",
"version": "1.3.6",
"version": "1.3.7",
"scripts": {
"build": "unbuild",
"test": "vitest run",
Expand Down
11 changes: 11 additions & 0 deletions packages/postcss-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @icestack/postcss-utils

## 1.3.7

### Patch Changes

- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index

- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]:
- @icestack/shared@1.3.7
- @icestack/types@1.3.7
- [email protected]

## 1.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icestack/postcss-utils",
"description": "The postcss utils of @icestack/ui",
"version": "1.3.6",
"version": "1.3.7",
"scripts": {
"build": "unbuild",
"test": "vitest run",
Expand Down
13 changes: 13 additions & 0 deletions packages/postcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @icestack/postcss

## 1.3.7

### Patch Changes

- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index

- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]:
- @icestack/config@1.3.7
- @icestack/core@1.3.7
- @icestack/logger@1.3.7
- @icestack/postcss-utils@1.3.7
- @icestack/types@1.3.7

## 1.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icestack/postcss",
"description": "The postcss processor of @icestack/ui",
"version": "1.3.6",
"version": "1.3.7",
"scripts": {
"build": "unbuild",
"test": "vitest run",
Expand Down
11 changes: 11 additions & 0 deletions packages/preset-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @icestack/preset-default

## 1.3.7

### Patch Changes

- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index

- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]:
- @icestack/shared@1.3.7
- @icestack/theme-algorithm@1.3.7
- @icestack/types@1.3.7

## 1.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-default/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icestack/preset-default",
"description": "The default preset of @icestack/ui",
"version": "1.3.6",
"version": "1.3.7",
"scripts": {
"build": "unbuild",
"test": "vitest run",
Expand Down
9 changes: 9 additions & 0 deletions packages/scss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @icestack/scss

## 1.3.7

### Patch Changes

- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index

- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]:
- @icestack/shared@1.3.7

## 1.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/scss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icestack/scss",
"description": "The scss utils of @icestack/ui",
"version": "1.3.6",
"version": "1.3.7",
"scripts": {
"build": "unbuild",
"test": "vitest run",
Expand Down
9 changes: 9 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @icestack/shared

## 1.3.7

### Patch Changes

- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index

- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]:
- @icestack/types@1.3.7

## 1.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icestack/shared",
"description": "Shared utils and constants of @icestack/ui",
"version": "1.3.6",
"version": "1.3.7",
"scripts": {
"build": "unbuild",
"test": "vitest run",
Expand Down
11 changes: 11 additions & 0 deletions packages/tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @icestack/tailwindcss

## 1.3.7

### Patch Changes

- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index

- Updated dependencies [[`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f)]:
- @icestack/logger@1.3.7
- @icestack/postcss@1.3.7
- @icestack/shared@1.3.7

## 1.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icestack/tailwindcss",
"description": "The tailwindcss plugin of @icestack/ui",
"version": "1.3.6",
"version": "1.3.7",
"scripts": {
"build": "unbuild",
"test": "vitest run",
Expand Down
6 changes: 6 additions & 0 deletions packages/theme-algorithm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @icestack/theme-algorithm

## 1.3.7

### Patch Changes

- [`aecf8f1`](https://github.com/sonofmagic/icestack/commit/aecf8f1f58e0dc540d242a96bf45217b9f6ddd3f) Thanks [@sonofmagic](https://github.com/sonofmagic)! - fix buildUtilities override index

## 1.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-algorithm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icestack/theme-algorithm",
"description": "The theme-algorithm of @icestack/ui",
"version": "1.3.6",
"version": "1.3.7",
"scripts": {
"build": "unbuild",
"test": "vitest run",
Expand Down
Loading

0 comments on commit 829b69c

Please sign in to comment.