Skip to content

Commit

Permalink
chore(ci): release main (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
pregno authored Oct 22, 2024
1 parent a100630 commit 52e6cc1
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"apps/docs": "0.25.0",
"apps/docs": "0.26.0",
"packages/build/eslint-config": "1.0.0",
"packages/build/prettier-config": "1.0.1",
"packages/design/deepmerge": "1.0.0",
"packages/design/tailwind": "0.13.0",
"packages/html/ds": "0.13.0",
"packages/react/ds": "0.17.1",
"packages/design/tailwind": "0.14.0",
"packages/html/ds": "0.14.0",
"packages/react/ds": "0.18.0",
"packages/themes/govie": "0.5.0",
"tokens": "0.6.0"
}
11 changes: 11 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s



## [0.26.0](https://github.com/ogcio/govie-ds/compare/docs-v0.25.0...docs-v0.26.0) (2024-10-22)


### Features

* add `cookie banner` ([#296](https://github.com/ogcio/govie-ds/issues/296)) ([a100630](https://github.com/ogcio/govie-ds/commit/a100630fdae429b8fa9d4df63afa38665af06d66))
* add `modal`, `iconButton` components ([#290](https://github.com/ogcio/govie-ds/issues/290)) ([42efc3a](https://github.com/ogcio/govie-ds/commit/42efc3a226a1eac09a1765d2b16e13af51ef5dab))
* add list ([#297](https://github.com/ogcio/govie-ds/issues/297)) ([192941f](https://github.com/ogcio/govie-ds/commit/192941fce9331cf6feb1936a988f182bd1eb0284))
* maxChars prop for textarea ([#294](https://github.com/ogcio/govie-ds/issues/294)) ([0c69bf7](https://github.com/ogcio/govie-ds/commit/0c69bf7209bc2255b0e70daafab0bed78ab6d976))
* 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))

## [0.25.0](https://github.com/ogcio/govie-ds/compare/docs-v0.24.0...docs-v0.25.0) (2024-10-16)


Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@govie-ds/docs",
"version": "0.25.0",
"version": "0.26.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/design/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s



## [0.14.0](https://github.com/ogcio/govie-ds/compare/tailwind-v0.13.0...tailwind-v0.14.0) (2024-10-22)


### Features

* add `cookie banner` ([#296](https://github.com/ogcio/govie-ds/issues/296)) ([a100630](https://github.com/ogcio/govie-ds/commit/a100630fdae429b8fa9d4df63afa38665af06d66))
* add `modal`, `iconButton` components ([#290](https://github.com/ogcio/govie-ds/issues/290)) ([42efc3a](https://github.com/ogcio/govie-ds/commit/42efc3a226a1eac09a1765d2b16e13af51ef5dab))
* add list ([#297](https://github.com/ogcio/govie-ds/issues/297)) ([192941f](https://github.com/ogcio/govie-ds/commit/192941fce9331cf6feb1936a988f182bd1eb0284))
* maxChars prop for textarea ([#294](https://github.com/ogcio/govie-ds/issues/294)) ([0c69bf7](https://github.com/ogcio/govie-ds/commit/0c69bf7209bc2255b0e70daafab0bed78ab6d976))
* 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))

## [0.13.0](https://github.com/ogcio/govie-ds/compare/tailwind-v0.12.0...tailwind-v0.13.0) (2024-10-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/design/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@govie-ds/tailwind",
"version": "0.13.0",
"version": "0.14.0",
"description": "The GOV IE design system Tailwind utilities.",
"type": "module",
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/html/ds/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s



## [0.14.0](https://github.com/ogcio/govie-ds/compare/html-v0.13.0...html-v0.14.0) (2024-10-22)


### Features

* add `cookie banner` ([#296](https://github.com/ogcio/govie-ds/issues/296)) ([a100630](https://github.com/ogcio/govie-ds/commit/a100630fdae429b8fa9d4df63afa38665af06d66))
* add `modal`, `iconButton` components ([#290](https://github.com/ogcio/govie-ds/issues/290)) ([42efc3a](https://github.com/ogcio/govie-ds/commit/42efc3a226a1eac09a1765d2b16e13af51ef5dab))
* add list ([#297](https://github.com/ogcio/govie-ds/issues/297)) ([192941f](https://github.com/ogcio/govie-ds/commit/192941fce9331cf6feb1936a988f182bd1eb0284))
* maxChars prop for textarea ([#294](https://github.com/ogcio/govie-ds/issues/294)) ([0c69bf7](https://github.com/ogcio/govie-ds/commit/0c69bf7209bc2255b0e70daafab0bed78ab6d976))
* 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))

## [0.13.0](https://github.com/ogcio/govie-ds/compare/html-v0.12.0...html-v0.13.0) (2024-10-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/html/ds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@govie-ds/html",
"version": "0.13.0",
"version": "0.14.0",
"description": "",
"private": true,
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/ds/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s



## [0.18.0](https://github.com/ogcio/govie-ds/compare/react-v0.17.1...react-v0.18.0) (2024-10-22)


### Features

* add `cookie banner` ([#296](https://github.com/ogcio/govie-ds/issues/296)) ([a100630](https://github.com/ogcio/govie-ds/commit/a100630fdae429b8fa9d4df63afa38665af06d66))
* add `modal`, `iconButton` components ([#290](https://github.com/ogcio/govie-ds/issues/290)) ([42efc3a](https://github.com/ogcio/govie-ds/commit/42efc3a226a1eac09a1765d2b16e13af51ef5dab))
* add list ([#297](https://github.com/ogcio/govie-ds/issues/297)) ([192941f](https://github.com/ogcio/govie-ds/commit/192941fce9331cf6feb1936a988f182bd1eb0284))
* maxChars prop for textarea ([#294](https://github.com/ogcio/govie-ds/issues/294)) ([0c69bf7](https://github.com/ogcio/govie-ds/commit/0c69bf7209bc2255b0e70daafab0bed78ab6d976))
* 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))

## [0.17.1](https://github.com/ogcio/govie-ds/compare/react-v0.17.0...react-v0.17.1) (2024-10-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/ds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@govie-ds/react",
"version": "0.17.1",
"version": "0.18.0",
"description": "The GOV IE design system React components.",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 52e6cc1

Please sign in to comment.