Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien MARIE-LOUISE committed May 29, 2022
1 parent 0e7004e commit 1674902
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/fuzzy-jars-marry.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-aria/breadcrumbs

## 0.0.5

### Patch Changes

- fd9302b: fix reactivity with mergeProps

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-aria/breadcrumbs",
"version": "0.0.4",
"version": "0.0.5",
"private": false,
"description": "Primitives for building accessible breadcrumbs component.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solid-aria/checkbox

## 0.0.11

### Patch Changes

- Updated dependencies [fd9302b]
- @solid-aria/label@0.0.7

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-aria/checkbox",
"version": "0.0.10",
"version": "0.0.11",
"private": false,
"description": "Primitives for building accessible checkbox and checkbox group component.",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/label/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-aria/label

## 0.0.7

### Patch Changes

- fd9302b: fix reactivity with mergeProps

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/label/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-aria/label",
"version": "0.0.6",
"version": "0.0.7",
"private": false,
"description": "Primitives that provides the accessibility implementation for labels and their associated elements.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/listbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solid-aria/listbox

## 0.0.10

### Patch Changes

- Updated dependencies [fd9302b]
- @solid-aria/label@0.0.7

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/listbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-aria/listbox",
"version": "0.0.9",
"version": "0.0.10",
"private": false,
"description": "Primitives for building accessible listbox component.",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @solid-aria/primitives

## 0.0.13

### Patch Changes

- Updated dependencies [fd9302b]
- @solid-aria/breadcrumbs@0.0.5
- @solid-aria/label@0.0.7
- @solid-aria/checkbox@0.0.11
- @solid-aria/listbox@0.0.10
- @solid-aria/radio@0.0.12

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-aria/primitives",
"version": "0.0.12",
"version": "0.0.13",
"private": false,
"description": "A library of high-quality primitives that help you build accessible user interfaces with SolidJS.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/radio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solid-aria/radio

## 0.0.12

### Patch Changes

- Updated dependencies [fd9302b]
- @solid-aria/label@0.0.7

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-aria/radio",
"version": "0.0.11",
"version": "0.0.12",
"private": false,
"description": "Primitives for building accessible radio and radio group component.",
"keywords": [
Expand Down

0 comments on commit 1674902

Please sign in to comment.