Skip to content

Commit 324fa6d

Browse files
committed
chore(ci): release main
1 parent ba95c14 commit 324fa6d

13 files changed

+60
-12
lines changed

.release-please-manifest.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"apps/docs": "1.0.0",
2+
"apps/docs": "1.1.0",
33
"packages/build/eslint-config": "1.2.0",
44
"packages/build/prettier-config": "1.0.1",
55
"packages/design/deepmerge": "1.0.0",
6-
"packages/design/tailwind": "1.0.0",
7-
"packages/design/theme-builder": "1.0.0",
8-
"packages/html/ds": "1.0.0",
9-
"packages/react/ds": "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",
1010
"packages/themes/govie": "0.6.0",
11-
"tokens": "0.7.0"
11+
"tokens": "0.7.1"
1212
}

apps/docs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/ogcio/govie-ds/compare/docs-v1.0.0...docs-v1.1.0) (2025-03-14)
4+
5+
6+
### Features
7+
8+
* Adding inset prop in Container ([#471](https://github.com/ogcio/govie-ds/issues/471)) ([b6fb040](https://github.com/ogcio/govie-ds/commit/b6fb0409d184f76f1c845744116958a9838677be))
9+
310
## [1.0.0](https://github.com/ogcio/govie-ds/compare/docs-v0.44.1...docs-v1.0.0) (2025-03-10)
411

512

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.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/design/tailwind/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

4+
## [1.1.0](https://github.com/ogcio/govie-ds/compare/tailwind-v1.0.0...tailwind-v1.1.0) (2025-03-14)
5+
6+
7+
### Features
8+
9+
* Adding inset prop in Container ([#471](https://github.com/ogcio/govie-ds/issues/471)) ([b6fb040](https://github.com/ogcio/govie-ds/commit/b6fb0409d184f76f1c845744116958a9838677be))
10+
411
## [1.0.0](https://github.com/ogcio/govie-ds/compare/tailwind-v0.32.2...tailwind-v1.0.0) (2025-03-10)
512

613

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.0.0",
3+
"version": "1.1.0",
44
"description": "The GOV IE design system Tailwind utilities.",
55
"type": "module",
66
"main": "dist/index.js",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/ogcio/govie-ds/compare/theme-builder-v1.0.0...theme-builder-v1.1.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))

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.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"private": true,
66
"main": "dist/index.js",

packages/html/ds/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/ogcio/govie-ds/compare/html-v1.0.0...html-v1.0.1) (2025-03-14)
4+
5+
6+
### Bug Fixes
7+
8+
* update tailwind config safelist ([#473](https://github.com/ogcio/govie-ds/issues/473)) ([00b95bb](https://github.com/ogcio/govie-ds/commit/00b95bb54c26b8805be02b0c347c832f5df1d44b))
9+
310
## [1.0.0](https://github.com/ogcio/govie-ds/compare/html-v0.31.2...html-v1.0.0) (2025-03-10)
411

512

packages/html/ds/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@govie-ds/html",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"private": true,
66
"type": "module",

packages/react/ds/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## [1.1.0](https://github.com/ogcio/govie-ds/compare/react-v1.0.0...react-v1.1.0) (2025-03-14)
5+
6+
7+
### Features
8+
9+
* Adding inset prop in Container ([#471](https://github.com/ogcio/govie-ds/issues/471)) ([b6fb040](https://github.com/ogcio/govie-ds/commit/b6fb0409d184f76f1c845744116958a9838677be))
10+
11+
12+
### Bug Fixes
13+
14+
* update tailwind config safelist ([#473](https://github.com/ogcio/govie-ds/issues/473)) ([00b95bb](https://github.com/ogcio/govie-ds/commit/00b95bb54c26b8805be02b0c347c832f5df1d44b))
15+
416
## [1.0.0](https://github.com/ogcio/govie-ds/compare/react-v0.39.0...react-v1.0.0) (2025-03-10)
517

618

packages/react/ds/package.json

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

tokens/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## [0.7.1](https://github.com/ogcio/govie-ds/compare/tokens-v0.7.0...tokens-v0.7.1) (2025-03-14)
6+
7+
8+
### Bug Fixes
9+
10+
* button tokens ([543d673](https://github.com/ogcio/govie-ds/commit/543d6731d9d6d2c2dbbe5804c323b79ab85968b1))
11+
512
## [0.7.0](https://github.com/ogcio/govie-ds/compare/tokens-v0.6.0...tokens-v0.7.0) (2024-10-28)
613

714

tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@govie-ds/tokens",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "The GOV IE Design System tokens.",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)