Skip to content

Commit

Permalink
ci(changesets): version packages (#440)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 29, 2024
1 parent 5bddc81 commit 0edb058
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 18 deletions.
13 changes: 0 additions & 13 deletions .changeset/tab-ariaControls.md

This file was deleted.

9 changes: 9 additions & 0 deletions components/Button/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cypress-design/react-button

## 0.12.9

### Patch Changes

- [#439](https://github.com/cypress-io/cypress-design/pull/439) [`5bddc81`](https://github.com/cypress-io/cypress-design/commit/5bddc8150ae23549c3dca059a79260914323836a) Thanks [@rachelruderman](https://github.com/rachelruderman)! - - Tabs component now requires `aria-controls` prop
- Tab `id` is now passed through as an `id` attribute on the tab
- Inactive tabs now have `aria-selected=false`
- Button component now exports StaticClasses

## 0.12.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/Button/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/react-button",
"version": "0.12.8",
"version": "0.12.9",
"files": [
"*"
],
Expand Down
9 changes: 9 additions & 0 deletions components/Button/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cypress-design/vue-button

## 0.11.12

### Patch Changes

- [#439](https://github.com/cypress-io/cypress-design/pull/439) [`5bddc81`](https://github.com/cypress-io/cypress-design/commit/5bddc8150ae23549c3dca059a79260914323836a) Thanks [@rachelruderman](https://github.com/rachelruderman)! - - Tabs component now requires `aria-controls` prop
- Tab `id` is now passed through as an `id` attribute on the tab
- Inactive tabs now have `aria-selected=false`
- Button component now exports StaticClasses

## 0.11.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/Button/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/vue-button",
"version": "0.11.11",
"version": "0.11.12",
"files": [
"*"
],
Expand Down
9 changes: 9 additions & 0 deletions components/Tabs/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cypress-design/constants-tabs

## 1.0.0

### Major Changes

- [#439](https://github.com/cypress-io/cypress-design/pull/439) [`5bddc81`](https://github.com/cypress-io/cypress-design/commit/5bddc8150ae23549c3dca059a79260914323836a) Thanks [@rachelruderman](https://github.com/rachelruderman)! - - Tabs component now requires `aria-controls` prop
- Tab `id` is now passed through as an `id` attribute on the tab
- Inactive tabs now have `aria-selected=false`
- Button component now exports StaticClasses

## 0.6.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/Tabs/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/constants-tabs",
"version": "0.6.6",
"version": "1.0.0",
"files": [
"*"
],
Expand Down
14 changes: 14 additions & 0 deletions components/Tabs/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @cypress-design/react-tabs

## 1.0.0

### Major Changes

- [#439](https://github.com/cypress-io/cypress-design/pull/439) [`5bddc81`](https://github.com/cypress-io/cypress-design/commit/5bddc8150ae23549c3dca059a79260914323836a) Thanks [@rachelruderman](https://github.com/rachelruderman)! - - Tabs component now requires `aria-controls` prop
- Tab `id` is now passed through as an `id` attribute on the tab
- Inactive tabs now have `aria-selected=false`
- Button component now exports StaticClasses

### Patch Changes

- Updated dependencies [[`5bddc81`](https://github.com/cypress-io/cypress-design/commit/5bddc8150ae23549c3dca059a79260914323836a)]:
- @cypress-design/constants-tabs@1.0.0

## 0.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/Tabs/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/react-tabs",
"version": "0.9.2",
"version": "1.0.0",
"files": [
"*"
],
Expand Down
14 changes: 14 additions & 0 deletions components/Tabs/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @cypress-design/vue-tabs

## 1.0.0

### Major Changes

- [#439](https://github.com/cypress-io/cypress-design/pull/439) [`5bddc81`](https://github.com/cypress-io/cypress-design/commit/5bddc8150ae23549c3dca059a79260914323836a) Thanks [@rachelruderman](https://github.com/rachelruderman)! - - Tabs component now requires `aria-controls` prop
- Tab `id` is now passed through as an `id` attribute on the tab
- Inactive tabs now have `aria-selected=false`
- Button component now exports StaticClasses

### Patch Changes

- Updated dependencies [[`5bddc81`](https://github.com/cypress-io/cypress-design/commit/5bddc8150ae23549c3dca059a79260914323836a)]:
- @cypress-design/constants-tabs@1.0.0

## 0.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/Tabs/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/vue-tabs",
"version": "0.9.2",
"version": "1.0.0",
"files": [
"*"
],
Expand Down

0 comments on commit 0edb058

Please sign in to comment.