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 0585be6 commit 8739bc2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions apps/lit-override/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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

## [2.2.1](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.2.1) (2024-09-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.2.1",
"version": "2.2.2",
"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.2](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-09-01)

### Bug Fixes

* **query-template-by-id.ts:** fix setter to uncache oldValue, enroll in requestUpdate, improve types ([c4e3974](https://github.com/waldronmatt/groundwork/commit/c4e39746651fbf796ee730c20d3e743080c8bb60)) - by @waldronmatt

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

### Bug Fixes
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.1",
"version": "2.3.2",
"type": "module",
"exports": {
"./src/*": "./src/*"
Expand Down

0 comments on commit 8739bc2

Please sign in to comment.