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 27, 2024
1 parent b23abd6 commit fc4484e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
"@obosbbl/grunnmuren-icons-svg": "1.0.0",
"@obosbbl/grunnmuren-tailwind": "1.0.0",
"@obosbbl/grunnmuren-react": "1.0.0",
"form-demo": "0.0.0"
"form-demo": "0.0.0",
"@obosbbl/grunnmuren-docs": "0.0.1"
},
"changesets": [
"afraid-rings-search",
"breezy-cherries-walk",
"bright-singers-roll",
"calm-hounds-draw",
"clever-frogs-breathe",
"clever-geckos-press",
"curly-radios-jam",
"cyan-kangaroos-poke",
"cyan-rings-dance",
Expand Down Expand Up @@ -60,12 +62,14 @@
"orange-stingrays-retire",
"pink-olives-look",
"polite-keys-remain",
"popular-jobs-drum",
"pretty-geckos-rush",
"quiet-bees-battle",
"quiet-insects-tickle",
"rude-eyes-occur",
"serious-doors-build",
"shaggy-adults-vanish",
"shaggy-rings-explain",
"sharp-suns-swim",
"shy-crews-admire",
"silly-ghosts-dress",
Expand Down
18 changes: 18 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @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.

### Patch Changes

- bcd1ad3: Fixes line-height on `<CardLink>` so that underline on hover aligns better with the text.
- 8bdd3e3: Combobox: deprecate isLoading in favor of isPending

- change prop name to align with React Aria and the useActionState hook in React.

## 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 fc4484e

Please sign in to comment.