Skip to content

Commit 5d98094

Browse files
chore: update versions (#1306)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2ef9b6c commit 5d98094

File tree

11 files changed

+31
-21
lines changed

11 files changed

+31
-21
lines changed

.changeset/clear-rings-think.md

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

.changeset/many-buttons-design.md

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

.changeset/stupid-paths-matter.md

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

packages/icons-react/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- 62fd91f: New icons: ChevronFirstPage and ChevronLastPage
8+
39
## 2.0.0
410

511
### Major Changes

packages/icons-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-icons-react",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Grunnmuren's icon set as React components",
55
"repository": {
66
"url": "https://github.com/code-obos/grunnmuren"

packages/icons-svg/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- 62fd91f: New icons: ChevronFirstPage and ChevronLastPage
8+
39
## 2.0.0
410

511
### Major Changes

packages/icons-svg/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-icons-svg",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Grunnmuren's icon set as raw SVG files",
55
"repository": {
66
"url": "https://github.com/code-obos/grunnmuren"

packages/react/CHANGELOG.md

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

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- d197fa4: Fixes the logic behind validation states for inputs, where passing `errorMessage=""` would set the field in an invalid state. This doesn't really make sense, and can cause strange validation behaviour when using libraries like Zod. With this change setting `errorMessage` to `"" | null | undefined` is now equivalent: the field is valid, unless combined with the `isInvalid` prop set to `true`.
8+
- Updated dependencies [62fd91f]
9+
- @obosbbl/grunnmuren-icons-react@2.1.0
10+
311
## 2.0.3
412

513
### Patch Changes

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@obosbbl/grunnmuren-react",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Grunnmuren components in React",
55
"repository": {
66
"url": "https://github.com/code-obos/grunnmuren"
@@ -21,7 +21,7 @@
2121
"build": "bunchee"
2222
},
2323
"dependencies": {
24-
"@obosbbl/grunnmuren-icons-react": "workspace:^2.0.0",
24+
"@obosbbl/grunnmuren-icons-react": "workspace:^2.1.0",
2525
"@react-aria/form": "^3.0.14",
2626
"@react-aria/interactions": "^3.24.1",
2727
"@react-aria/utils": "^3.28.1",

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.0.3
4+
5+
### Patch Changes
6+
7+
- 2ef9b6c: Fix the `line-height` of the `heading-s` class. The correct `line-height` is `1.875rem`, but it was set to `1.1875rem` for small screens.
8+
39
## 2.0.2
410

511
### Patch Changes

0 commit comments

Comments
 (0)