Skip to content

Commit

Permalink
Merge branch 'develop' into use-github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Nov 8, 2023
2 parents a0b1f16 + 83e0212 commit 42311ac
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 57 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
name: Create Release PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/preview-cleanup.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/preview.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
tag_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: 'master'
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- run: |
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.10.0](https://github.com/dequelabs/cauldron/compare/v5.9.1...v5.10.0) (2023-11-07)


### Features

* **Combobox:** add custom formValue prop to ComboboxOption ([#1264](https://github.com/dequelabs/cauldron/issues/1264)) ([00c9b9b](https://github.com/dequelabs/cauldron/commit/00c9b9bc478f7668b2d691ebd4b43ca32ea62fce))


### Bug Fixes

* **react:** prevent error for ComboboxOption when text contents are empty ([#1268](https://github.com/dequelabs/cauldron/issues/1268)) ([db30496](https://github.com/dequelabs/cauldron/commit/db30496963e9f0058ea62881c148ccc81c471b41))
* **styles:** fix incorrect focus ring on dialog close button ([#1257](https://github.com/dequelabs/cauldron/issues/1257)) ([42f3eff](https://github.com/dequelabs/cauldron/commit/42f3effca089fb927dd47ee48442425caa8b2ae1))
* Updated light theme focus-glow to correct focus color ([#1181](https://github.com/dequelabs/cauldron/issues/1181)) ([63a93bb](https://github.com/dequelabs/cauldron/commit/63a93bb88d5f4f4c10c46e98cd060e10a6697cf1)), closes [#918](https://github.com/dequelabs/cauldron/issues/918)

### [5.9.1](https://github.com/dequelabs/cauldron/compare/v5.9.0...v5.9.1) (2023-10-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cauldron",
"private": true,
"version": "5.9.1",
"version": "5.10.0",
"license": "MPL-2.0",
"scripts": {
"clean": "rimraf dist docs/dist",
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": "@deque/cauldron-react",
"version": "5.9.1",
"version": "5.10.0",
"license": "MPL-2.0",
"description": "Fully accessible react components library for Deque Cauldron",
"homepage": "https://cauldron.dequelabs.com/",
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deque/cauldron-styles",
"version": "5.9.1",
"version": "5.10.0",
"license": "MPL-2.0",
"description": "deque cauldron pattern library styles",
"repository": "https://github.com/dequelabs/cauldron",
Expand Down

0 comments on commit 42311ac

Please sign in to comment.