Skip to content

Commit

Permalink
chore: update versions (canary)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 25, 2024
1 parent 3cb2008 commit 7b8c820
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"bright-singers-roll",
"calm-hounds-draw",
"clever-frogs-breathe",
"clever-geckos-press",
"curly-radios-jam",
"cyan-kangaroos-poke",
"cyan-rings-dance",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @obosbbl/grunnmuren-react

## 2.0.0-canary.40

### Minor Changes

- 3cb2008: Button: deprecate isLoading in favor of isPending

- change prop name to align with React Aria and the useActionState hook in React.
- improved accessibility for pending state by [utilizing React aria](https://react-spectrum.adobe.com/react-aria/Button.html#pending)
- button events are now disabled when the button is in a pending state.
- refactor to CSS instead of useLayoutEffect when button is in a pending state.

## 2.0.0-canary.39

### Patch Changes
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": "@obosbbl/grunnmuren-react",
"version": "2.0.0-canary.39",
"version": "2.0.0-canary.40",
"description": "Grunnmuren components in React",
"repository": {
"url": "https://github.com/code-obos/grunnmuren"
Expand Down

0 comments on commit 7b8c820

Please sign in to comment.