Skip to content

Commit 7c27ddc

Browse files
committed
chore(release): publish
- lit-override@2.3.6 - jest-config@1.1.37 - @waldronmatt/lit-override@2.5.5 - @waldronmatt/story-tokens-ui@1.2.9 - @waldronmatt/demo-ui@3.5.17 - @waldronmatt/library@1.1.5
1 parent b1d8371 commit 7c27ddc

File tree

12 files changed

+34
-6
lines changed

12 files changed

+34
-6
lines changed

apps/lit-override/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.3.6](https://github.com/waldronmatt/groundwork/compare/lit-override@2.3.4...lit-override@2.3.6) (2025-01-01)
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependencies ([#225](https://github.com/waldronmatt/groundwork/issues/225)) ([b1d8371](https://github.com/waldronmatt/groundwork/commit/b1d83715aeb45a5a1baf47da1ed291065b8e387f)) - by @renovate[bot]
11+
612
## [2.3.4](https://github.com/waldronmatt/groundwork/compare/lit-override@2.3.3...lit-override@2.3.4) (2025-01-01)
713

814
**Note:** Version bump only for package lit-override

apps/lit-override/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lit-override",
33
"private": true,
4-
"version": "2.3.5",
4+
"version": "2.3.6",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

configs/jest-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.37](https://github.com/waldronmatt/groundwork/compare/jest-config@1.1.35...jest-config@1.1.37) (2025-01-01)
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependencies ([#225](https://github.com/waldronmatt/groundwork/issues/225)) ([b1d8371](https://github.com/waldronmatt/groundwork/commit/b1d83715aeb45a5a1baf47da1ed291065b8e387f)) - by @renovate[bot]
11+
612
## [1.1.35](https://github.com/waldronmatt/groundwork/compare/jest-config@1.1.34...jest-config@1.1.35) (2025-01-01)
713

814
### Bug Fixes

configs/jest-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-config",
3-
"version": "1.1.36",
3+
"version": "1.1.37",
44
"private": true,
55
"license": "MIT",
66
"scripts": {

packages/lit-override/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.5.5](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/lit-override@2.5.4...@waldronmatt/lit-override@2.5.5) (2025-01-01)
7+
8+
**Note:** Version bump only for package @waldronmatt/lit-override
9+
610
## [2.5.4](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/lit-override@2.5.3...@waldronmatt/lit-override@2.5.4) (2025-01-01)
711

812
### Bug Fixes

packages/lit-override/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waldronmatt/lit-override",
3-
"version": "2.5.4",
3+
"version": "2.5.5",
44
"type": "module",
55
"exports": {
66
"./src/*": "./src/*"

packages/story-tokens-ui/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.9](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/story-tokens-ui@1.2.8...@waldronmatt/story-tokens-ui@1.2.9) (2025-01-01)
7+
8+
**Note:** Version bump only for package @waldronmatt/story-tokens-ui
9+
610
## [1.2.8](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/story-tokens-ui@1.2.7...@waldronmatt/story-tokens-ui@1.2.8) (2025-01-01)
711

812
**Note:** Version bump only for package @waldronmatt/story-tokens-ui

packages/story-tokens-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waldronmatt/story-tokens-ui",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"type": "module",
55
"exports": {
66
"./lib/*": "./lib/*"

templates/demo-ui/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.5.17](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/demo-ui@3.5.16...@waldronmatt/demo-ui@3.5.17) (2025-01-01)
7+
8+
**Note:** Version bump only for package @waldronmatt/demo-ui
9+
610
## [3.5.16](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/demo-ui@3.5.15...@waldronmatt/demo-ui@3.5.16) (2025-01-01)
711

812
**Note:** Version bump only for package @waldronmatt/demo-ui

templates/demo-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waldronmatt/demo-ui",
3-
"version": "3.5.16",
3+
"version": "3.5.17",
44
"type": "module",
55
"exports": {
66
"./lib/*": "./lib/*"

0 commit comments

Comments
 (0)