Skip to content

Commit 7ac00ee

Browse files
committed
chore(ci): release main
1 parent e59f6b9 commit 7ac00ee

21 files changed

+509
-20
lines changed

.release-please-manifest.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"apps/docs": "1.1.0",
3-
"packages/build/eslint-config": "1.2.0",
4-
"packages/build/prettier-config": "1.0.1",
5-
"packages/design/deepmerge": "1.0.0",
6-
"packages/design/tailwind": "1.1.0",
7-
"packages/design/theme-builder": "1.1.0",
8-
"packages/html/ds": "1.0.1",
9-
"packages/react/ds": "1.1.0",
10-
"packages/themes/govie": "0.6.1",
11-
"tokens": "0.7.1"
2+
"apps/docs": "1.1.1",
3+
"packages/build/eslint-config": "1.2.1",
4+
"packages/build/prettier-config": "1.0.2",
5+
"packages/design/deepmerge": "1.0.1",
6+
"packages/design/tailwind": "2.0.0",
7+
"packages/design/theme-builder": "1.2.0",
8+
"packages/html/ds": "2.0.0",
9+
"packages/react/ds": "2.0.0",
10+
"packages/themes/govie": "1.2.0",
11+
"tokens": "1.2.0"
1212
}

apps/docs/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/ogcio/govie-ds/compare/docs-v1.1.0...docs-v1.1.1) (2025-03-14)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @govie-ds/deepmerge bumped to 1.0.1
11+
* @govie-ds/react bumped to 2.0.0
12+
* @govie-ds/tailwind bumped to 2.0.0
13+
* @govie-ds/theme-govie bumped to 1.2.0
14+
* @govie-ds/tokens bumped to 1.2.0
15+
* devDependencies
16+
* @govie-ds/eslint-config bumped to 1.2.1
17+
* @govie-ds/prettier-config bumped to 1.0.2
18+
319
## [1.1.0](https://github.com/ogcio/govie-ds/compare/docs-v1.0.0...docs-v1.1.0) (2025-03-14)
420

521

apps/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@govie-ds/docs",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/build/eslint-config/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33

4+
## [1.2.1](https://github.com/ogcio/govie-ds/compare/eslint-config-v1.2.0...eslint-config-v1.2.1) (2025-03-14)
5+
46
## [1.2.0](https://github.com/ogcio/govie-ds/compare/eslint-config-v1.1.0...eslint-config-v1.2.0) (2025-02-25)
57

68

packages/build/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@govie-ds/eslint-config",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"license": "MIT",
55
"type": "module",
66
"main": "src/index.js",

packages/build/prettier-config/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33

4+
## [1.0.2](https://github.com/ogcio/govie-ds/compare/prettier-config-v1.0.1...prettier-config-v1.0.2) (2025-03-14)
5+
46
## [1.0.1](https://github.com/ogcio/govie-ds/compare/prettier-config-v1.0.0...prettier-config-v1.0.1) (2024-10-02)
57

68
## [0.1.0](https://github.com/ogcio/govie-ds/compare/@govie-ds/prettier-config-0.0.2...@govie-ds/prettier-config-0.1.0) (2024-09-10)

packages/build/prettier-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@govie-ds/prettier-config",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "The GOV IE design system prettier configuration.",
55
"main": "prettierrc.json",
66
"type": "module",

packages/design/deepmerge/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

33

4+
## [1.0.1](https://github.com/ogcio/govie-ds/compare/design-deepmerge-v1.0.0...design-deepmerge-v1.0.1) (2025-03-14)
5+
6+
7+
### Dependencies
8+
9+
* The following workspace dependencies were updated
10+
* devDependencies
11+
* @govie-ds/eslint-config bumped to 1.2.1
12+
* @govie-ds/prettier-config bumped to 1.0.2
13+
414
## [0.4.0](https://github.com/ogcio/govie-ds/compare/@govie-ds/deepmerge-0.3.1...@govie-ds/deepmerge-0.4.0) (2024-09-10)
515

616

packages/design/deepmerge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@govie-ds/deepmerge",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "The Gov IE design system deepmerge utility.",
55
"type": "module",
66
"main": "dist/index.js",

packages/design/tailwind/CHANGELOG.md

+104
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,110 @@
11
# Changelog
22

33

4+
## [2.0.0](https://github.com/ogcio/govie-ds/compare/design-tailwind-v1.1.0...design-tailwind-v2.0.0) (2025-03-14)
5+
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* add `FormField` wrapper for input ([#461](https://github.com/ogcio/govie-ds/issues/461))
10+
11+
### Features
12+
13+
* add `ComboBox` ([#301](https://github.com/ogcio/govie-ds/issues/301)) ([8f1d37d](https://github.com/ogcio/govie-ds/commit/8f1d37da6c3b3a20fe3ae8328e2f485f818d5a6e))
14+
* add `cookie banner` ([#296](https://github.com/ogcio/govie-ds/issues/296)) ([a100630](https://github.com/ogcio/govie-ds/commit/a100630fdae429b8fa9d4df63afa38665af06d66))
15+
* add `FormField` wrapper for input ([#461](https://github.com/ogcio/govie-ds/issues/461)) ([448b15c](https://github.com/ogcio/govie-ds/commit/448b15cd530b78787920e409fa64fdee85692122))
16+
* add `govieTag` & `Tag` component for HTML and React respectively ([#265](https://github.com/ogcio/govie-ds/issues/265)) ([b7d65b1](https://github.com/ogcio/govie-ds/commit/b7d65b1c7bd59a39c46b7db6026cbb6e1c2a2b8f))
17+
* add `modal`, `iconButton` components ([#290](https://github.com/ogcio/govie-ds/issues/290)) ([42efc3a](https://github.com/ogcio/govie-ds/commit/42efc3a226a1eac09a1765d2b16e13af51ef5dab))
18+
* add html and macro for tooltip ([#371](https://github.com/ogcio/govie-ds/issues/371)) ([adebe40](https://github.com/ogcio/govie-ds/commit/adebe405318eb44503817356a429105cc9c0c024))
19+
* add layout page example ([#400](https://github.com/ogcio/govie-ds/issues/400)) ([8abcbc3](https://github.com/ogcio/govie-ds/commit/8abcbc33334ccd478d02599d8fad276ae6f35ce7))
20+
* add list ([#297](https://github.com/ogcio/govie-ds/issues/297)) ([192941f](https://github.com/ogcio/govie-ds/commit/192941fce9331cf6feb1936a988f182bd1eb0284))
21+
* add list item component ([#446](https://github.com/ogcio/govie-ds/issues/446)) ([9188407](https://github.com/ogcio/govie-ds/commit/91884071bacffeecc5c6dbbaa631356667631285))
22+
* add react `Card` component ([#285](https://github.com/ogcio/govie-ds/issues/285)) ([151aeed](https://github.com/ogcio/govie-ds/commit/151aeeda980f9d7fe8032109614804e4ddda5320))
23+
* add react pagination component ([#323](https://github.com/ogcio/govie-ds/issues/323)) ([56eaf79](https://github.com/ogcio/govie-ds/commit/56eaf792baa2b373f282e2d7153dee875b55f2a5))
24+
* add react tooltip component ([#367](https://github.com/ogcio/govie-ds/issues/367)) ([708f1e6](https://github.com/ogcio/govie-ds/commit/708f1e66995c180ba93d69997f1a5fa8887a82a6))
25+
* add spinner component ([#317](https://github.com/ogcio/govie-ds/issues/317)) ([8f68d8f](https://github.com/ogcio/govie-ds/commit/8f68d8f8512dcd12e13c5249a960e3c2981630d3))
26+
* add support to react router ([#451](https://github.com/ogcio/govie-ds/issues/451)) ([830fa90](https://github.com/ogcio/govie-ds/commit/830fa9024af9c0d9d4c32d417748341c972df523))
27+
* add tabs for react ([#228](https://github.com/ogcio/govie-ds/issues/228)) ([8f676ee](https://github.com/ogcio/govie-ds/commit/8f676eeeb269e90ec1ddb1dff4a3c1915f234496))
28+
* adding focus state ([#300](https://github.com/ogcio/govie-ds/issues/300)) ([9b1b2c2](https://github.com/ogcio/govie-ds/commit/9b1b2c209522f8f1bd9f9383c86e327544c3a214))
29+
* Adding inset prop in Container ([#471](https://github.com/ogcio/govie-ds/issues/471)) ([b6fb040](https://github.com/ogcio/govie-ds/commit/b6fb0409d184f76f1c845744116958a9838677be))
30+
* adding slots feature in govieHeader macro ([#373](https://github.com/ogcio/govie-ds/issues/373)) ([95fd203](https://github.com/ogcio/govie-ds/commit/95fd2034aef907084e067628dae18f600b1482b8))
31+
* alert component ([#320](https://github.com/ogcio/govie-ds/issues/320)) ([7322952](https://github.com/ogcio/govie-ds/commit/732295279d8cc388c2bb0c522c7fc3200978f6e3))
32+
* breadcrumbs component ([#334](https://github.com/ogcio/govie-ds/issues/334)) ([8d21c6a](https://github.com/ogcio/govie-ds/commit/8d21c6afbe622df24c4c2f3353f00a72aed1840b))
33+
* chip component ([#303](https://github.com/ogcio/govie-ds/issues/303)) ([37a6697](https://github.com/ogcio/govie-ds/commit/37a66970ba43d208768c6294d20a867a8edcb373))
34+
* Composable ProgressStepper ([#462](https://github.com/ogcio/govie-ds/issues/462)) ([a7cba84](https://github.com/ogcio/govie-ds/commit/a7cba842249dd8d52189470ca9a99059e1188927))
35+
* Details component ([#416](https://github.com/ogcio/govie-ds/issues/416)) ([93ea9a1](https://github.com/ogcio/govie-ds/commit/93ea9a1cb39d786df429a81310beea50e9bdade5))
36+
* drawer component - reactjs ([#402](https://github.com/ogcio/govie-ds/issues/402)) ([ff53fa7](https://github.com/ogcio/govie-ds/commit/ff53fa71e32e8a44d292bbcad1463ac5bb2c92ae))
37+
* header support custom drawer content - reactjs ([#406](https://github.com/ogcio/govie-ds/issues/406)) ([328ae5d](https://github.com/ogcio/govie-ds/commit/328ae5d386f421cec767d8d92a676280cb73bf8c))
38+
* html button component ([#264](https://github.com/ogcio/govie-ds/issues/264)) ([998d005](https://github.com/ogcio/govie-ds/commit/998d005ec04f6d8d85e27aa5c0534a34ccb81b4d))
39+
* html pagination component ([#332](https://github.com/ogcio/govie-ds/issues/332)) ([aae921f](https://github.com/ogcio/govie-ds/commit/aae921ff7bb799be6bfc75acaf7664272f755841))
40+
* html toast component ([#335](https://github.com/ogcio/govie-ds/issues/335)) ([0afc349](https://github.com/ogcio/govie-ds/commit/0afc349177d051e799d3b06dc56176419256b16f))
41+
* improve accessibility tests ([#299](https://github.com/ogcio/govie-ds/issues/299)) ([6561fe8](https://github.com/ogcio/govie-ds/commit/6561fe842b6d5d28e32cf3aebe61526da4b1c5ef))
42+
* maxChars prop for textarea ([#294](https://github.com/ogcio/govie-ds/issues/294)) ([0c69bf7](https://github.com/ogcio/govie-ds/commit/0c69bf7209bc2255b0e70daafab0bed78ab6d976))
43+
* Modal enhancements ([#393](https://github.com/ogcio/govie-ds/issues/393)) ([96818e1](https://github.com/ogcio/govie-ds/commit/96818e1ac3c5e9c87e6e4ce990371ba774fbfbaa))
44+
* new Toast component ([#420](https://github.com/ogcio/govie-ds/issues/420)) ([b2a53b2](https://github.com/ogcio/govie-ds/commit/b2a53b2b62fc0ade3ef7137e7406c1f90c774e3b))
45+
* Progress Bar component ([#369](https://github.com/ogcio/govie-ds/issues/369)) ([83add63](https://github.com/ogcio/govie-ds/commit/83add6397dedf6db84ab18a3f4aa0fc99eb4eebe))
46+
* Progress Stepper component ([#356](https://github.com/ogcio/govie-ds/issues/356)) ([e461069](https://github.com/ogcio/govie-ds/commit/e461069cf98e4d655fa14ed2b216741f409f9f20))
47+
* radio component ([#279](https://github.com/ogcio/govie-ds/issues/279)) ([1067f5c](https://github.com/ogcio/govie-ds/commit/1067f5c16df7a359db4df2718a8d318134087e2a))
48+
* react table component ([#351](https://github.com/ogcio/govie-ds/issues/351)) ([18191a7](https://github.com/ogcio/govie-ds/commit/18191a77668a7464b17c0be76b3f78953760dd30))
49+
* remove margins ([#341](https://github.com/ogcio/govie-ds/issues/341)) ([7bf3b69](https://github.com/ogcio/govie-ds/commit/7bf3b6985d84ad3079fb9eae417dd37378b07360))
50+
* slot items for Header component (react) ([#350](https://github.com/ogcio/govie-ds/issues/350)) ([3615649](https://github.com/ogcio/govie-ds/commit/3615649cd0e6a8884f21636a0e787ac5922c9337))
51+
* summary list component ([#339](https://github.com/ogcio/govie-ds/issues/339)) ([f6682be](https://github.com/ogcio/govie-ds/commit/f6682be105126afff5dd41cc1ddcc0d5d58cdef9))
52+
* sync sb sync classes ([#315](https://github.com/ogcio/govie-ds/issues/315)) ([efa41df](https://github.com/ogcio/govie-ds/commit/efa41dfaa7419a81e9f18f5fb7220da350cec1c3))
53+
* table component html and macro implementation ([#359](https://github.com/ogcio/govie-ds/issues/359)) ([1b7601e](https://github.com/ogcio/govie-ds/commit/1b7601e11030f2784c79dece0ed169d69ac30780))
54+
* toast component ([#331](https://github.com/ogcio/govie-ds/issues/331)) ([1ca741e](https://github.com/ogcio/govie-ds/commit/1ca741e609763ba847f24cfd259a8b727d87a498))
55+
* unify footer structure ([#284](https://github.com/ogcio/govie-ds/issues/284)) ([0ee181f](https://github.com/ogcio/govie-ds/commit/0ee181fb81b5d4d5bb75b90d0e9f521827d8a9bb))
56+
* unify header structure ([#278](https://github.com/ogcio/govie-ds/issues/278)) ([bb0c88d](https://github.com/ogcio/govie-ds/commit/bb0c88d45f747ab1dadde686492e80445ba23c39))
57+
* update HTML and React Card component with Inset, Tag, Action and Subheading ([#293](https://github.com/ogcio/govie-ds/issues/293)) ([b82820d](https://github.com/ogcio/govie-ds/commit/b82820dfa7845940c750ea79e75d39913a1c5016))
58+
59+
60+
### Bug Fixes
61+
62+
* Accordion styles ([#437](https://github.com/ogcio/govie-ds/issues/437)) ([d74d286](https://github.com/ogcio/govie-ds/commit/d74d28623a3d67be86c647ffbb8aabee817fe469))
63+
* add container for header ([#327](https://github.com/ogcio/govie-ds/issues/327)) ([34c67c6](https://github.com/ogcio/govie-ds/commit/34c67c64ff877f0150d4b58b974e2c13eb4065ad))
64+
* add iframe media type to card component ([#387](https://github.com/ogcio/govie-ds/issues/387)) ([fcaed1f](https://github.com/ogcio/govie-ds/commit/fcaed1f16ade1a899b27265dc6d789782ca2b7d9))
65+
* add max width container variant to 1024px ([bd4d423](https://github.com/ogcio/govie-ds/commit/bd4d42300f715a5e1b1b755f457861801bb6c5a7))
66+
* adding rounded border for input fields ([#322](https://github.com/ogcio/govie-ds/issues/322)) ([959f269](https://github.com/ogcio/govie-ds/commit/959f269694f218aa0f25aa8ae750259749a300b5))
67+
* assets and logo ([#374](https://github.com/ogcio/govie-ds/issues/374)) ([86cf4dc](https://github.com/ogcio/govie-ds/commit/86cf4dcc66aa09bcc252100b0d3fc95687a55021))
68+
* Breadcrumbs new styles ([#448](https://github.com/ogcio/govie-ds/issues/448)) ([7c7a266](https://github.com/ogcio/govie-ds/commit/7c7a266e78c2159417b698168beda7d4b0261d27))
69+
* checkbox feedback fixes ([#372](https://github.com/ogcio/govie-ds/issues/372)) ([842c48d](https://github.com/ogcio/govie-ds/commit/842c48dcf9c75ab45cdcd490371e20387c847c57))
70+
* drawer height ([#411](https://github.com/ogcio/govie-ds/issues/411)) ([8de0451](https://github.com/ogcio/govie-ds/commit/8de0451824f6caa7b0be90fef5406341c39fbcff))
71+
* fixes for textarea and input ([#427](https://github.com/ogcio/govie-ds/issues/427)) ([550c5c3](https://github.com/ogcio/govie-ds/commit/550c5c3546b4d208dfa2bbec7604bf47b155df90))
72+
* fixing Header component and templates ([#388](https://github.com/ogcio/govie-ds/issues/388)) ([f7bc2ad](https://github.com/ogcio/govie-ds/commit/f7bc2ad61354b95338d3161c6e1ff6834a6ce8b1))
73+
* focus for firefox and safari ([#455](https://github.com/ogcio/govie-ds/issues/455)) ([eabdf6e](https://github.com/ogcio/govie-ds/commit/eabdf6ec6ef8599e16d026f4dc3dd9e8a113b10e))
74+
* Header "order" items for accessbility and Adding "showTitleOnMobile" prop in Header ([#423](https://github.com/ogcio/govie-ds/issues/423)) ([21c1d17](https://github.com/ogcio/govie-ds/commit/21c1d176056bf78c4dcc8d40ba4d53f6fcdb1cfe))
75+
* header improvements ([#269](https://github.com/ogcio/govie-ds/issues/269)) ([7dfd240](https://github.com/ogcio/govie-ds/commit/7dfd240ed49f1c8d629ae22cb910f736de62598c))
76+
* header improvements ([#338](https://github.com/ogcio/govie-ds/issues/338)) ([cd5b246](https://github.com/ogcio/govie-ds/commit/cd5b2462eebcef1f18c59b9b6d964b3be29a31a0))
77+
* heading h6 font size ([#312](https://github.com/ogcio/govie-ds/issues/312)) ([5f0baa6](https://github.com/ogcio/govie-ds/commit/5f0baa69db2f6384a5d9fff975237fb9f0e0b754))
78+
* heading lg size ([a7b690d](https://github.com/ogcio/govie-ds/commit/a7b690dc05cbe9c55ed6dfaa8577e9e540950a3d))
79+
* heading sizes ([e327694](https://github.com/ogcio/govie-ds/commit/e327694638323d883d7aa516a5410bf2c31254bc))
80+
* improve heading ([#262](https://github.com/ogcio/govie-ds/issues/262)) ([c816e75](https://github.com/ogcio/govie-ds/commit/c816e75d0cfe029cce75535517c4b54738c1600a))
81+
* improve link doc with tabs ([#252](https://github.com/ogcio/govie-ds/issues/252)) ([6925f88](https://github.com/ogcio/govie-ds/commit/6925f88ee92b7fbc717731cb550a7fe5efa636c4))
82+
* link focus state ([#459](https://github.com/ogcio/govie-ds/issues/459)) ([2761b30](https://github.com/ogcio/govie-ds/commit/2761b300020300e2cb9a142a8b326acfb48fc349))
83+
* pagination consistent width across html and react platforms ([#337](https://github.com/ogcio/govie-ds/issues/337)) ([0d8cef1](https://github.com/ogcio/govie-ds/commit/0d8cef1d4a66507f31ebf995c9bc23ab8143b73e))
84+
* Progress bar new style ([#444](https://github.com/ogcio/govie-ds/issues/444)) ([0e1327b](https://github.com/ogcio/govie-ds/commit/0e1327bd7d117667c974fda723baaf14477f42ec))
85+
* Progress stepper new style ([#442](https://github.com/ogcio/govie-ds/issues/442)) ([cbfb6dc](https://github.com/ogcio/govie-ds/commit/cbfb6dc05ccf0b9eec59cf389bc8048f5f143a44))
86+
* remove !important classes ([#352](https://github.com/ogcio/govie-ds/issues/352)) ([98efd7c](https://github.com/ogcio/govie-ds/commit/98efd7cc5b7b01b9d42a57d923a6dcfa7ea3512c))
87+
* restore half width on input ([#453](https://github.com/ogcio/govie-ds/issues/453)) ([fe13467](https://github.com/ogcio/govie-ds/commit/fe13467dfc7effe0a7fcd84e727cf39700773951))
88+
* review header ([#271](https://github.com/ogcio/govie-ds/issues/271)) ([3371e03](https://github.com/ogcio/govie-ds/commit/3371e0397bdcd19ba19b6254946b8cbfc311e021))
89+
* Summary List height ([#470](https://github.com/ogcio/govie-ds/issues/470)) ([3f083cd](https://github.com/ogcio/govie-ds/commit/3f083cd4824943f81518d497b87e459176438f17))
90+
* table vertical alignment ([4be9476](https://github.com/ogcio/govie-ds/commit/4be9476b705bfb7f106b6558c27049286203f61a))
91+
* tailwind typography configuration ([#354](https://github.com/ogcio/govie-ds/issues/354)) ([cb0ae07](https://github.com/ogcio/govie-ds/commit/cb0ae0744e440befcb2fd95defa1f74300c3d97e))
92+
* typography ([#267](https://github.com/ogcio/govie-ds/issues/267)) ([bcdbac6](https://github.com/ogcio/govie-ds/commit/bcdbac66a46fe9ac56b920a0b39c9c2fefd78581))
93+
* update container max width ([#439](https://github.com/ogcio/govie-ds/issues/439)) ([45db245](https://github.com/ogcio/govie-ds/commit/45db245a8e58d6634d07fb680b36bc8da5c5dd43))
94+
* update radio min width and height ([#396](https://github.com/ogcio/govie-ds/issues/396)) ([6a4b12f](https://github.com/ogcio/govie-ds/commit/6a4b12f2a7776673c7a820164748dad69369d412))
95+
* update tooltip with escape and focus functionality ([#419](https://github.com/ogcio/govie-ds/issues/419)) ([5409e6e](https://github.com/ogcio/govie-ds/commit/5409e6ebe29c3ff50b90dc65f4e11c63fef3d5de))
96+
* use prose for margins ([#348](https://github.com/ogcio/govie-ds/issues/348)) ([0a542ea](https://github.com/ogcio/govie-ds/commit/0a542eaf149259268cd440b47490399672fb96d5))
97+
98+
99+
### Dependencies
100+
101+
* The following workspace dependencies were updated
102+
* dependencies
103+
* @govie-ds/deepmerge bumped to 1.0.1
104+
* @govie-ds/tokens bumped to 1.2.0
105+
* devDependencies
106+
* @govie-ds/prettier-config bumped to 1.0.2
107+
4108
## [1.1.0](https://github.com/ogcio/govie-ds/compare/tailwind-v1.0.0...tailwind-v1.1.0) (2025-03-14)
5109

6110

packages/design/tailwind/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@govie-ds/tailwind",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "The GOV IE design system Tailwind utilities.",
55
"type": "module",
66
"main": "dist/index.js",

packages/design/theme-builder/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/ogcio/govie-ds/compare/design-theme-builder-v1.1.0...design-theme-builder-v1.2.0) (2025-03-14)
4+
5+
6+
### Features
7+
8+
* improve accessibility tests ([#299](https://github.com/ogcio/govie-ds/issues/299)) ([6561fe8](https://github.com/ogcio/govie-ds/commit/6561fe842b6d5d28e32cf3aebe61526da4b1c5ef))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @govie-ds/deepmerge bumped to 1.0.1
16+
* @govie-ds/eslint-config bumped to 1.2.1
17+
* @govie-ds/tokens bumped to 1.2.0
18+
* devDependencies
19+
* @govie-ds/prettier-config bumped to 1.0.2
20+
321
## [1.1.0](https://github.com/ogcio/govie-ds/compare/theme-builder-v1.0.0...theme-builder-v1.1.0) (2025-03-14)
422

523

packages/design/theme-builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@govie-ds/theme-builder",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "",
55
"private": true,
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)