Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 6, 2022
1 parent f226821 commit b215531
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/sanity-io/ui/compare/v1.0.0...v1.0.1) (2022-12-06)

### Bug Fixes

- **a11y:** add `aria-label` to `TextInput` clear button ([#1020](https://github.com/sanity-io/ui/issues/1020)) ([f226821](https://github.com/sanity-io/ui/commit/f2268212ae8a3e8d87388ee57a56087f1974121d))

## 1.0.0 (2022-11-24)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/ui",
"version": "1.0.0",
"version": "1.0.1",
"sideEffects": false,
"types": "./dist/index.d.ts",
"source": "./src/index.ts",
Expand Down

1 comment on commit b215531

@vercel
Copy link

@vercel vercel bot commented on b215531 Dec 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sanity-ui-workshop – ./

sanity-ui-workshop-git-main.sanity.build
sanity-ui-workshop.sanity.build

Please sign in to comment.