Skip to content

Commit

Permalink
Merge pull request #1208 from Wizleap-Inc/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ichi-h authored Feb 14, 2024
2 parents 8ef9311 + fc85e94 commit 0b46529
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/light-planes-talk.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wizleap-inc/wiz-ui-styles

## 0.29.0

### Minor Changes

- [#1207](https://github.com/Wizleap-Inc/wiz-ui/pull/1207) [`ef1e6d2a`](https://github.com/Wizleap-Inc/wiz-ui/commit/ef1e6d2aa719e530e9739761899d87f6679e325b) Thanks [@okakyo](https://github.com/okakyo)! - [#1205] hiddenBg property 追加

## 0.28.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wizleap-inc/wiz-ui-styles",
"version": "0.28.0",
"version": "0.29.0",
"main": "./dist/wiz-ui-styles.umd.js",
"module": "./dist/wiz-ui-styles.es.js",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/wiz-ui-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @wizleap-inc/wiz-ui-next

## 2.26.0

### Minor Changes

- [#1207](https://github.com/Wizleap-Inc/wiz-ui/pull/1207) [`ef1e6d2a`](https://github.com/Wizleap-Inc/wiz-ui/commit/ef1e6d2aa719e530e9739761899d87f6679e325b) Thanks [@okakyo](https://github.com/okakyo)! - [#1205] hiddenBg property 追加

### Patch Changes

- Updated dependencies [[`ef1e6d2a`](https://github.com/Wizleap-Inc/wiz-ui/commit/ef1e6d2aa719e530e9739761899d87f6679e325b)]:
- @wizleap-inc/wiz-ui-styles@0.29.0

## 2.25.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wiz-ui-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wizleap-inc/wiz-ui-next",
"version": "2.25.1",
"version": "2.26.0",
"description": "A Vue3 UI Framework for Wizleap Inc.",
"scripts": {
"build": "vue-tsc --noEmit && vite build",
Expand Down
11 changes: 11 additions & 0 deletions packages/wiz-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @wizleap-inc/wiz-ui-react

## 0.51.0

### Minor Changes

- [#1207](https://github.com/Wizleap-Inc/wiz-ui/pull/1207) [`ef1e6d2a`](https://github.com/Wizleap-Inc/wiz-ui/commit/ef1e6d2aa719e530e9739761899d87f6679e325b) Thanks [@okakyo](https://github.com/okakyo)! - [#1205] hiddenBg property 追加

### Patch Changes

- Updated dependencies [[`ef1e6d2a`](https://github.com/Wizleap-Inc/wiz-ui/commit/ef1e6d2aa719e530e9739761899d87f6679e325b)]:
- @wizleap-inc/wiz-ui-styles@0.29.0

## 0.50.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wiz-ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wizleap-inc/wiz-ui-react",
"version": "0.50.1",
"version": "0.51.0",
"description": "A React UI Framework for Wizleap Inc.",
"scripts": {
"build": "tsc --noEmit && vite build",
Expand Down

0 comments on commit 0b46529

Please sign in to comment.