Skip to content

Commit

Permalink
chore: version packages (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 1, 2024
1 parent 6a196f1 commit ee6a67d
Show file tree
Hide file tree
Showing 19 changed files with 106 additions and 50 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-hounds-return.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sour-wombats-visit.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aria-ui/combobox

## 0.0.3

### Patch Changes

- Updated dependencies [21c7a2e]
- Updated dependencies [182bd46]
- @aria-ui/core@0.0.9
- @aria-ui/listbox@0.0.3

## 0.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aria-ui/combobox",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"sideEffects": false,
"main": "src/index.ts",
Expand All @@ -10,8 +10,8 @@
"build": "tsup"
},
"dependencies": {
"@aria-ui/core": "^0.0.8",
"@aria-ui/listbox": "^0.0.2"
"@aria-ui/core": "^0.0.9",
"@aria-ui/listbox": "^0.0.3"
},
"devDependencies": {
"tsup": "^8.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aria-ui/core

## 0.0.9

### Patch Changes

- 21c7a2e: `useAriaRole` now accepts a string role value. `setAriaRole` is removed in favor of `useAriaRole`.

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aria-ui/core",
"type": "module",
"version": "0.0.8",
"version": "0.0.9",
"private": false,
"sideEffects": false,
"main": "src/index.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/listbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aria-ui/listbox

## 0.0.3

### Patch Changes

- 182bd46: Export default props.
- Updated dependencies [21c7a2e]
- @aria-ui/core@0.0.9
- @aria-ui/presence@0.0.3

## 0.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/listbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aria-ui/listbox",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"sideEffects": false,
"main": "src/index.ts",
Expand All @@ -10,8 +10,8 @@
"build": "tsup"
},
"dependencies": {
"@aria-ui/core": "^0.0.8",
"@aria-ui/presence": "^0.0.2"
"@aria-ui/core": "^0.0.9",
"@aria-ui/presence": "^0.0.3"
},
"devDependencies": {
"tsup": "^8.0.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aria-ui/overlay

## 0.0.8

### Patch Changes

- Updated dependencies [21c7a2e]
- @aria-ui/core@0.0.9

## 0.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aria-ui/overlay",
"type": "module",
"version": "0.0.7",
"version": "0.0.8",
"private": false,
"sideEffects": false,
"main": "src/index.ts",
Expand All @@ -10,7 +10,7 @@
"build": "tsup"
},
"dependencies": {
"@aria-ui/core": "^0.0.8",
"@aria-ui/core": "^0.0.9",
"@floating-ui/dom": "^1.6.3",
"@zag-js/dom-query": "^0.41.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aria-ui/popover

## 0.0.4

### Patch Changes

- 182bd46: Export default props.
- Updated dependencies [21c7a2e]
- @aria-ui/core@0.0.9
- @aria-ui/overlay@0.0.8
- @aria-ui/presence@0.0.3

## 0.0.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aria-ui/popover",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"private": false,
"sideEffects": false,
"main": "src/index.ts",
Expand All @@ -10,9 +10,9 @@
"build": "tsup"
},
"dependencies": {
"@aria-ui/core": "^0.0.8",
"@aria-ui/overlay": "^0.0.7",
"@aria-ui/presence": "^0.0.2",
"@aria-ui/core": "^0.0.9",
"@aria-ui/overlay": "^0.0.8",
"@aria-ui/presence": "^0.0.3",
"@zag-js/dismissable": "^0.41.0",
"@zag-js/tabbable": "^0.41.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/presence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aria-ui/presence

## 0.0.3

### Patch Changes

- Updated dependencies [21c7a2e]
- @aria-ui/core@0.0.9

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/presence/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aria-ui/presence",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"sideEffects": false,
"main": "src/index.ts",
Expand All @@ -10,7 +10,7 @@
"build": "tsup"
},
"dependencies": {
"@aria-ui/core": "^0.0.8"
"@aria-ui/core": "^0.0.9"
},
"devDependencies": {
"tsup": "^8.0.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aria-ui/select

## 0.0.3

### Patch Changes

- Updated dependencies [21c7a2e]
- Updated dependencies [182bd46]
- @aria-ui/core@0.0.9
- @aria-ui/listbox@0.0.3
- @aria-ui/popover@0.0.4

## 0.0.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aria-ui/select",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"sideEffects": false,
"main": "src/index.ts",
Expand All @@ -10,9 +10,9 @@
"build": "tsup"
},
"dependencies": {
"@aria-ui/core": "^0.0.8",
"@aria-ui/listbox": "^0.0.2",
"@aria-ui/popover": "^0.0.3"
"@aria-ui/core": "^0.0.9",
"@aria-ui/listbox": "^0.0.3",
"@aria-ui/popover": "^0.0.4"
},
"devDependencies": {
"tsup": "^8.0.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aria-ui/tooltip

## 0.0.6

### Patch Changes

- 182bd46: Export default props.
- Updated dependencies [21c7a2e]
- @aria-ui/core@0.0.9
- @aria-ui/overlay@0.0.8
- @aria-ui/presence@0.0.3

## 0.0.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aria-ui/tooltip",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"private": false,
"sideEffects": false,
"main": "src/index.ts",
Expand All @@ -10,9 +10,9 @@
"build": "tsup"
},
"dependencies": {
"@aria-ui/core": "^0.0.8",
"@aria-ui/overlay": "^0.0.7",
"@aria-ui/presence": "^0.0.2",
"@aria-ui/core": "^0.0.9",
"@aria-ui/overlay": "^0.0.8",
"@aria-ui/presence": "^0.0.3",
"nanoid": "^5.0.6"
},
"devDependencies": {
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee6a67d

Please sign in to comment.