Skip to content

Commit 1d5a9ef

Browse files
committed
chore(ci): release main
1 parent ece30d2 commit 1d5a9ef

File tree

9 files changed

+41
-8
lines changed

9 files changed

+41
-8
lines changed

.release-please-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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/html/ds": "1.0.0",
8-
"packages/react/ds": "1.0.0",
6+
"packages/design/tailwind": "1.1.0",
7+
"packages/html/ds": "1.0.1",
8+
"packages/react/ds": "1.1.0",
99
"packages/themes/govie": "0.6.0",
1010
"tokens": "0.7.0"
1111
}

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",

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",

0 commit comments

Comments
 (0)