Skip to content

Commit

Permalink
Version Packages (#11)
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 Dec 28, 2023
1 parent bcb03ca commit 2124459
Show file tree
Hide file tree
Showing 31 changed files with 155 additions and 28 deletions.
13 changes: 0 additions & 13 deletions .changeset/cyan-lizards-thank.md

This file was deleted.

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

## 0.5.0

### Minor Changes

- [`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091) Thanks [@sonofmagic](https://github.com/sonofmagic)! - release 0.5.0

## 0.4.11

### 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": "0.4.11",
"version": "0.5.0",
"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

## 0.5.0

### Minor Changes

- [`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091) Thanks [@sonofmagic](https://github.com/sonofmagic)! - release 0.5.0

## 0.4.11

### 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": "0.4.11",
"version": "0.5.0",
"scripts": {
"build": "unbuild",
"test": "vitest run",
Expand Down
8 changes: 8 additions & 0 deletions packages/postcss-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @icestack/postcss-utils

## 0.4.12

### Patch Changes

- Updated dependencies [[`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091)]:
- @icestack/types@0.5.0
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": "0.4.11",
"version": "0.4.12",
"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

## 0.5.0

### Minor Changes

- [`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091) Thanks [@sonofmagic](https://github.com/sonofmagic)! - release 0.5.0

### Patch Changes

- Updated dependencies [[`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091)]:
- @icestack/shared@0.5.0
- @icestack/types@0.5.0
- @icestack/postcss-utils@0.4.12

## 0.4.11

### 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": "0.4.11",
"version": "0.5.0",
"scripts": {
"build": "unbuild",
"test": "vitest run",
Expand Down
11 changes: 11 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @icestack/shared

## 0.5.0

### Minor Changes

- [`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091) Thanks [@sonofmagic](https://github.com/sonofmagic)! - release 0.5.0

### Patch Changes

- Updated dependencies [[`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091)]:
- @icestack/types@0.5.0

## 0.4.11

### 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": "0.4.11",
"version": "0.5.0",
"scripts": {
"build": "unbuild",
"test": "vitest run",
Expand Down
14 changes: 14 additions & 0 deletions packages/tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @icestack/tailwindcss

## 0.5.0

### Minor Changes

- [`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091) Thanks [@sonofmagic](https://github.com/sonofmagic)! - release 0.5.0

### Patch Changes

- Updated dependencies [[`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091)]:
- @icestack/logger@0.5.0
- @icestack/postcss@0.5.0
- @icestack/shared@0.5.0
- @icestack/types@0.5.0

## 0.4.11

### 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": "0.4.11",
"version": "0.5.0",
"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

## 0.5.0

### Minor Changes

- [`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091) Thanks [@sonofmagic](https://github.com/sonofmagic)! - release 0.5.0

## 0.4.11

### 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",
"private": true,
"version": "0.4.11",
"version": "0.5.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @icestack/types

## 0.5.0

### Minor Changes

- [`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091) Thanks [@sonofmagic](https://github.com/sonofmagic)! - release 0.5.0

## 0.4.11

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

## 0.5.0

### Minor Changes

- [`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091) Thanks [@sonofmagic](https://github.com/sonofmagic)! - release 0.5.0

### Patch Changes

- Updated dependencies [[`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091)]:
- @icestack/logger@0.5.0
- @icestack/postcss@0.5.0
- @icestack/shared@0.5.0
- @icestack/types@0.5.0

## 0.4.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@icestack/ui",
"version": "0.4.11",
"version": "0.5.0",
"description": "❤️ IceStack, Web UI for Mobile, PC and Mini Program, open-source Headless component library generator",
"sideEffects": false,
"exports": {
Expand Down
12 changes: 12 additions & 0 deletions packages/unocss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @icestack/unocss

## 0.5.0

### Minor Changes

- [`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091) Thanks [@sonofmagic](https://github.com/sonofmagic)! - release 0.5.0

### Patch Changes

- Updated dependencies [[`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091)]:
- @icestack/logger@0.5.0
- @icestack/types@0.5.0

## 0.4.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unocss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@icestack/unocss",
"description": "The Unocss plugin of @icestack/ui",
"private": true,
"version": "0.4.11",
"version": "0.5.0",
"scripts": {
"build": "unbuild",
"test": "vitest run",
Expand Down
9 changes: 9 additions & 0 deletions presets/preset-daisyui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @icestack/preset-daisyui

## 0.2.9

### Patch Changes

- Updated dependencies [[`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091)]:
- @icestack/shared@0.5.0
- @icestack/types@0.5.0
- @icestack/postcss-utils@0.4.12

## 0.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion presets/preset-daisyui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@icestack/preset-daisyui",
"description": "The daisyui preset of @icestack/ui (WIP)",
"private": true,
"version": "0.2.8",
"version": "0.2.9",
"scripts": {
"build": "unbuild",
"test": "vitest run",
Expand Down
9 changes: 9 additions & 0 deletions presets/preset-mockup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @icestack/preset-mockup

## 0.2.10

### Patch Changes

- Updated dependencies [[`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091)]:
- @icestack/shared@0.5.0
- @icestack/types@0.5.0
- @icestack/postcss-utils@0.4.12

## 0.2.9

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

## 0.0.3

### Patch Changes

- Updated dependencies [[`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091)]:
- @icestack/shared@0.5.0
- @icestack/types@0.5.0
- @icestack/postcss-utils@0.4.12

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion presets/preset-unicorn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@icestack/preset-unicorn",
"description": "The unicorn preset of @icestack/ui",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"scripts": {
"build": "unbuild",
"test": "vitest run",
Expand Down
9 changes: 9 additions & 0 deletions presets/preset-weapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @icestack/preset-weapp

## 0.2.12

### Patch Changes

- Updated dependencies [[`bcb03ca`](https://github.com/sonofmagic/icestack/commit/bcb03ca5b64672e0467ea047cb8c546a0ad57091)]:
- @icestack/shared@0.5.0
- @icestack/types@0.5.0
- @icestack/postcss-utils@0.4.12

## 0.2.11

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

## 0.2.10

### Patch Changes

- Updated dependencies []:
- @icestack/preset-mockup@0.2.10
- @icestack/preset-weapp@0.2.12

## 0.2.9

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

0 comments on commit 2124459

Please sign in to comment.