diff --git a/.changeset/pre.json b/.changeset/pre.json index 099dd2024..a6505cf16 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -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", @@ -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", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index ea262098b..5e12297ec 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/react/package.json b/packages/react/package.json index 49198e596..59d270afa 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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" diff --git a/packages/tailwind/CHANGELOG.md b/packages/tailwind/CHANGELOG.md index d9b9678c9..f94c56a92 100644 --- a/packages/tailwind/CHANGELOG.md +++ b/packages/tailwind/CHANGELOG.md @@ -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 diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index 799f6907d..67ef56a54 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -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"