Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"good-ducks-relax",
"green-stingrays-vanish",
"green-ways-tease",
"grumpy-ducks-turn",
"grumpy-pans-design",
"grumpy-parents-cough",
"grumpy-rabbits-fry",
Expand All @@ -58,6 +59,7 @@
"modern-apricots-invite",
"moody-crabs-train",
"moody-rice-tie",
"moody-sloths-run",
"neat-hotels-smile",
"odd-bees-matter",
"olive-coins-shake",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @obosbbl/grunnmuren-react

## 2.0.0-canary.44

### Patch Changes

- 8cea558: Adding support for all RAC Link props on the CardLink component. This makes it possible to pass props like `onPress` and other events, which again enables tracking and so on.

## 2.0.0-canary.43

### 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.43",
"version": "2.0.0-canary.44",
"description": "Grunnmuren components in React",
"repository": {
"url": "https://github.com/code-obos/grunnmuren"
Expand Down
6 changes: 6 additions & 0 deletions packages/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @obosbbl/grunnmuren-tailwind

## 2.0.0-canary.10

### Patch Changes

- 585e6da: Fixes the custom colors so they work with tailwinds [opacity modifier](https://tailwindcss.com/docs/text-color#changing-the-opacity)

## 2.0.0-canary.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@obosbbl/grunnmuren-tailwind",
"version": "2.0.0-canary.9",
"version": "2.0.0-canary.10",
"description": "Grunnmuren Tailwind preset",
"repository": {
"url": "https://github.com/code-obos/grunnmuren"
Expand Down