Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Sep 1, 2024
1 parent e7ec054 commit 5350ca1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions apps/lit-override/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.2.1) (2024-09-01)

### Bug Fixes

* **lit-override:** add decorator interface, naming cleanup, add const in markup example ([e7ec054](https://github.com/waldronmatt/groundwork/commit/e7ec054cfdaa93262fe35963072d8d0f3814668e)) - by @waldronmatt

# [2.2.0](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.2.0) (2024-08-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion apps/lit-override/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lit-override",
"private": true,
"version": "2.2.0",
"version": "2.2.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/lit-override/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-09-01)

### Bug Fixes

* **lit-override:** add decorator interface, naming cleanup, add const in markup example ([e7ec054](https://github.com/waldronmatt/groundwork/commit/e7ec054cfdaa93262fe35963072d8d0f3814668e)) - by @waldronmatt

# [2.3.0](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-08-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-override/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waldronmatt/lit-override",
"version": "2.3.0",
"version": "2.3.1",
"type": "module",
"exports": {
"./src/*": "./src/*"
Expand Down

0 comments on commit 5350ca1

Please sign in to comment.