Skip to content

Commit 92d02c0

Browse files
chore: update versions (#1364)
1 parent d611103 commit 92d02c0

File tree

8 files changed

+33
-35
lines changed

8 files changed

+33
-35
lines changed

.changeset/few-poets-return.md

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

.changeset/major-turkeys-join.md

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

.changeset/public-loops-give.md

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

.changeset/tangy-laws-eat.md

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

packages/react/CHANGELOG.md

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

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- fd89afd: Changes background colors on buttons. The `green` color prop value is now replaced by `blue`. So upgrading to this version means you have to migrate any `<Button color="green">` to `<Button color="blue">`. You also have to make sure the new colors have sufficent contranst against your backgrounds.
8+
9+
Buttons like these will need a visual check against their backgrounds:
10+
11+
- `<Button>`
12+
- `<Button variant="primary">`
13+
- `<Button color="blue">`
14+
- `<Button color="blue" variant="primary" >`
15+
- `<Button variant="secondary">`
16+
- `<Button color="blue" variant="secondary">`
17+
18+
Since `blue` is the new default for `color`, you _probably_ only have <Button> or <Button variant="secondary"> and maybe <Button variant="primary"> in your code base. As the rest of the combinations would be verbose considering the the defaults.
19+
20+
- 90cfb8e: Removes the deprecated `isLoading` prop from `<Button>` and `<Combobox>`, it is now fully replaced by the `isPending` prop.
21+
22+
### Patch Changes
23+
24+
- 149c818: FileUpload: don't create ul-tag for files if there are no files added to file upload
25+
326
## 2.3.4
427

528
### 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.3.4",
3+
"version": "3.0.0",
44
"description": "Grunnmuren components in React",
55
"repository": {
66
"url": "https://github.com/code-obos/grunnmuren"

packages/tailwind/CHANGELOG.md

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

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- d611103: add `prose-white` to override `prose` to use white text, suitable for use on dark blue backgrounds.
8+
9+
eg: `<div class="bg-blue-dark prose prose-white">...</div>`
10+
311
## 2.2.0
412

513
### Minor 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.2.0",
3+
"version": "2.2.1",
44
"description": "Grunnmuren Tailwind preset",
55
"repository": {
66
"url": "https://github.com/code-obos/grunnmuren"

0 commit comments

Comments
 (0)