Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(changesets): 📦 version packages #83

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/dry-plants-kneel.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/components/ripple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alice-ui/ripple

## 1.0.5

### Patch Changes

- [#82](https://github.com/bobbychan/alice-ui/pull/82) [`542025601a8e828d43abbb0bbd7bc3b217c263f8`](https://github.com/bobbychan/alice-ui/commit/542025601a8e828d43abbb0bbd7bc3b217c263f8) Thanks [@bobbychan](https://github.com/bobbychan)! - Remove unused framer motion features

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alice-ui/ripple",
"version": "1.0.4",
"version": "1.0.5",
"description": "A simple implementation to display a ripple animation when the source component is clicked",
"keywords": [
"ripple"
Expand Down
6 changes: 6 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alice-ui/hooks

## 1.0.3

### Patch Changes

- [#82](https://github.com/bobbychan/alice-ui/pull/82) [`542025601a8e828d43abbb0bbd7bc3b217c263f8`](https://github.com/bobbychan/alice-ui/commit/542025601a8e828d43abbb0bbd7bc3b217c263f8) Thanks [@bobbychan](https://github.com/bobbychan)! - Remove unused framer motion features

## 1.0.2

### 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.2",
"version": "1.0.3",
"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.28

### Patch Changes

- Updated dependencies [[`542025601a8e828d43abbb0bbd7bc3b217c263f8`](https://github.com/bobbychan/alice-ui/commit/542025601a8e828d43abbb0bbd7bc3b217c263f8)]:
- @alice-ui/react@1.0.33

## 1.0.27

### 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.27",
"version": "1.0.28",
"description": "A library of styleable components built using React Aria",
"keywords": [
"react",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @alice-ui/react

## 1.0.33

### Patch Changes

- [#82](https://github.com/bobbychan/alice-ui/pull/82) [`542025601a8e828d43abbb0bbd7bc3b217c263f8`](https://github.com/bobbychan/alice-ui/commit/542025601a8e828d43abbb0bbd7bc3b217c263f8) Thanks [@bobbychan](https://github.com/bobbychan)! - Remove unused framer motion features

- Updated dependencies [[`542025601a8e828d43abbb0bbd7bc3b217c263f8`](https://github.com/bobbychan/alice-ui/commit/542025601a8e828d43abbb0bbd7bc3b217c263f8)]:
- @alice-ui/hooks@1.0.3

## 1.0.32

### 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.32",
"version": "1.0.33",
"keywords": [
"react",
"react-aria",
Expand Down