Skip to content

Commit

Permalink
Merge pull request #101 from bobbychan/changeset-release/main
Browse files Browse the repository at this point in the history
ci(changesets): 📦 version packages
  • Loading branch information
bobbychan committed May 21, 2024
2 parents 5254137 + 9464a41 commit caf5e04
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/twelve-plants-report.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @alice-ui/hooks

## 1.0.4

### Patch Changes

- Updated dependencies [[`2115ef8893a8b20fc7641a1a27438a8d5d997707`](https://github.com/bobbychan/alice-ui/commit/2115ef8893a8b20fc7641a1a27438a8d5d997707)]:
- @alice-ui/shared-utils@1.0.3

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alice-ui/hooks",
"version": "1.0.3",
"version": "1.0.4",
"description": "A set of react hooks for state and UI management",
"homepage": "https://github.com/bobbychan/alice-ui#readme",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-aria-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @alice-ui/react-aria-components

## 1.0.36

### Patch Changes

- Updated dependencies [[`2115ef8893a8b20fc7641a1a27438a8d5d997707`](https://github.com/bobbychan/alice-ui/commit/2115ef8893a8b20fc7641a1a27438a8d5d997707)]:
- @alice-ui/react@1.0.41

## 1.0.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-aria-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alice-ui/react-aria-components",
"version": "1.0.35",
"version": "1.0.36",
"description": "A library of styleable components built using React Aria",
"keywords": [
"react",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @alice-ui/react

## 1.0.41

### Patch Changes

- [#100](https://github.com/bobbychan/alice-ui/pull/100) [`2115ef8893a8b20fc7641a1a27438a8d5d997707`](https://github.com/bobbychan/alice-ui/commit/2115ef8893a8b20fc7641a1a27438a8d5d997707) Thanks [@bobbychan](https://github.com/bobbychan)! - upgrade dependencies

- Updated dependencies [[`2115ef8893a8b20fc7641a1a27438a8d5d997707`](https://github.com/bobbychan/alice-ui/commit/2115ef8893a8b20fc7641a1a27438a8d5d997707)]:
- @alice-ui/shared-utils@1.0.3
- @alice-ui/theme@1.0.26
- @alice-ui/hooks@1.0.4

## 1.0.40

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alice-ui/react",
"version": "1.0.40",
"version": "1.0.41",
"keywords": [
"react",
"react-aria",
Expand Down
6 changes: 6 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alice-ui/theme

## 1.0.26

### Patch Changes

- [#100](https://github.com/bobbychan/alice-ui/pull/100) [`2115ef8893a8b20fc7641a1a27438a8d5d997707`](https://github.com/bobbychan/alice-ui/commit/2115ef8893a8b20fc7641a1a27438a8d5d997707) Thanks [@bobbychan](https://github.com/bobbychan)! - upgrade dependencies

## 1.0.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alice-ui/theme",
"version": "1.0.25",
"version": "1.0.26",
"description": "The default theme for AliceUI components",
"homepage": "https://github.com/bobbychan/alice-ui#readme",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/utilities/shared-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alice-ui/shared-utils

## 1.0.3

### Patch Changes

- [#100](https://github.com/bobbychan/alice-ui/pull/100) [`2115ef8893a8b20fc7641a1a27438a8d5d997707`](https://github.com/bobbychan/alice-ui/commit/2115ef8893a8b20fc7641a1a27438a8d5d997707) Thanks [@bobbychan](https://github.com/bobbychan)! - upgrade dependencies

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/shared-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alice-ui/shared-utils",
"version": "1.0.2",
"version": "1.0.3",
"description": "A set of AliceUI utilities",
"keywords": [
"shared-utils"
Expand Down

0 comments on commit caf5e04

Please sign in to comment.