Skip to content

Commit 14f5460

Browse files
chore: update versions (#1317)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 14f78f3 commit 14f5460

File tree

8 files changed

+19
-22
lines changed

8 files changed

+19
-22
lines changed

.changeset/cold-hats-drive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dull-cougars-learn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/famous-islands-tan.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/orange-flowers-learn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @obosbbl/grunnmuren-react
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- 14f78f3: Unflag `Avatar` as stable, you can now import without the `UNSAFE_` prefix: `import { Avatar } from '@obosbbl/grunnmuren-react'`
8+
- 387463d: New (unstable) `<Hero>` component that supports a `<Heading>`, `<Description>` and `<Media>`. This initial version only has one single layout, but will be extended with other layout variants in the future (breaking layout/api changes are to be expected).
9+
10+
### Patch Changes
11+
12+
- e3bd5a6: Fixes an accessibility issue with the `<RadioGroup>` component, where passing `value=""` as a prop caused the radio input to get `tabindex="-1"`. Which would make it inaccessible to keyboard and screen reader users.
13+
314
## 2.0.4
415

516
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@obosbbl/grunnmuren-react",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "Grunnmuren components in React",
55
"repository": {
66
"url": "https://github.com/code-obos/grunnmuren"

packages/tailwind/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @obosbbl/grunnmuren-tailwind
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- 387463d: Added new breakpoints for large screens: 3xl (108rem) and 4xl (120rem). This enables better control of elements that spans the entire viewport.
8+
39
## 2.0.3
410

511
### Patch Changes

packages/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@obosbbl/grunnmuren-tailwind",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"description": "Grunnmuren Tailwind preset",
55
"repository": {
66
"url": "https://github.com/code-obos/grunnmuren"

0 commit comments

Comments
 (0)