Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Aug 31, 2024
1 parent 6a07702 commit 147938e
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.0](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.2.0) (2024-08-31)

### Features

* **lit-override:** add custom decorator to get template element by id ([6a07702](https://github.com/waldronmatt/groundwork/commit/6a07702b6fd5e2974c7c924286e1ec6c9663c362)) - by @waldronmatt

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

### Bug Fixes
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.1.4",
"version": "2.2.0",
"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.0](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-08-31)

### Features

* **lit-override:** add custom decorator to get template element by id ([6a07702](https://github.com/waldronmatt/groundwork/commit/6a07702b6fd5e2974c7c924286e1ec6c9663c362)) - by @waldronmatt

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

**Note:** Version bump only for package @waldronmatt/lit-override
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.2.3",
"version": "2.3.0",
"type": "module",
"exports": {
"./src/*": "./src/*"
Expand Down

0 comments on commit 147938e

Please sign in to comment.