Skip to content

Commit

Permalink
Merge pull request #1384 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 Oct 10, 2024
2 parents 5fd12b8 + 40fedd9 commit 910e034
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/forty-candles-hide.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.34.1

### Patch Changes

- [#1383](https://github.com/Wizleap-Inc/wiz-ui/pull/1383) [`9286a5810c7e1d0a88065254b246f4efa05efd31`](https://github.com/Wizleap-Inc/wiz-ui/commit/9286a5810c7e1d0a88065254b246f4efa05efd31) Thanks [@RyushiAok](https://github.com/RyushiAok)! - Fix(number-input): height

## 0.34.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.34.0",
"version": "0.34.1",
"main": "./dist/wiz-ui-styles.umd.js",
"module": "./dist/wiz-ui-styles.es.js",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/wiz-ui-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wizleap-inc/wiz-ui-next

## 2.44.1

### Patch Changes

- [#1383](https://github.com/Wizleap-Inc/wiz-ui/pull/1383) [`9286a5810c7e1d0a88065254b246f4efa05efd31`](https://github.com/Wizleap-Inc/wiz-ui/commit/9286a5810c7e1d0a88065254b246f4efa05efd31) Thanks [@RyushiAok](https://github.com/RyushiAok)! - Fix(number-input): height

- Updated dependencies [[`9286a5810c7e1d0a88065254b246f4efa05efd31`](https://github.com/Wizleap-Inc/wiz-ui/commit/9286a5810c7e1d0a88065254b246f4efa05efd31)]:
- @wizleap-inc/wiz-ui-styles@0.34.1

## 2.44.0

### Minor 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.44.0",
"version": "2.44.1",
"description": "A Vue3 UI Framework for Wizleap Inc.",
"scripts": {
"build": "vue-tsc --noEmit && vite build",
Expand Down
9 changes: 9 additions & 0 deletions packages/wiz-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wizleap-inc/wiz-ui-react

## 1.0.2

### Patch Changes

- [#1383](https://github.com/Wizleap-Inc/wiz-ui/pull/1383) [`9286a5810c7e1d0a88065254b246f4efa05efd31`](https://github.com/Wizleap-Inc/wiz-ui/commit/9286a5810c7e1d0a88065254b246f4efa05efd31) Thanks [@RyushiAok](https://github.com/RyushiAok)! - Fix(number-input): height

- Updated dependencies [[`9286a5810c7e1d0a88065254b246f4efa05efd31`](https://github.com/Wizleap-Inc/wiz-ui/commit/9286a5810c7e1d0a88065254b246f4efa05efd31)]:
- @wizleap-inc/wiz-ui-styles@0.34.1

## 1.0.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": "1.0.1",
"version": "1.0.2",
"description": "A React UI Framework for Wizleap Inc.",
"scripts": {
"build": "tsc --noEmit && vite build",
Expand Down

0 comments on commit 910e034

Please sign in to comment.