Skip to content

Commit

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

# [2.1.0](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.1.0) (2024-05-13)

### Bug Fixes

* **lit-override:** export interfaces, update interface names ([9e0767e](https://github.com/waldronmatt/groundwork/commit/9e0767e3944886027d25649a54ce18bdf388a054)) - by @waldronmatt

### Features

* **emit-connected-callback.ts:** add connectedCallback callback function as alt to emitting event ([490d84c](https://github.com/waldronmatt/groundwork/commit/490d84c0d4e1191b23c7fb7adfb9926445392746)) - by @waldronmatt
* **eslint-config-custom:** add new eslint chai plugins and move to deps from devdeps ([fd48f8d](https://github.com/waldronmatt/groundwork/commit/fd48f8db669d59fcee7306ea9310ac0de78439be)) - by @waldronmatt

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

### 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.0.2",
"version": "2.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions configs/eslint-config-custom/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.

# [1.5.0](https://github.com/waldronmatt/groundwork/compare/[email protected]@1.5.0) (2024-05-13)

### Features

* **eslint-config-custom:** add new eslint chai plugins and move to deps from devdeps ([fd48f8d](https://github.com/waldronmatt/groundwork/commit/fd48f8db669d59fcee7306ea9310ac0de78439be)) - by @waldronmatt

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion configs/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-custom",
"version": "1.4.8",
"version": "1.5.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions packages/lit-override/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-05-13)

### Bug Fixes

* **lit-override:** export interfaces, update interface names ([9e0767e](https://github.com/waldronmatt/groundwork/commit/9e0767e3944886027d25649a54ce18bdf388a054)) - by @waldronmatt
* **lit-override:** install playwright as dev dep, fix unit test ([1fb1994](https://github.com/waldronmatt/groundwork/commit/1fb19945cc019e53d7b346bd0d368c21e54e611f)) - by @waldronmatt

### Features

* **emit-connected-callback.ts:** add connectedCallback callback function as alt to emitting event ([490d84c](https://github.com/waldronmatt/groundwork/commit/490d84c0d4e1191b23c7fb7adfb9926445392746)) - by @waldronmatt
* **eslint-config-custom:** add new eslint chai plugins and move to deps from devdeps ([fd48f8d](https://github.com/waldronmatt/groundwork/commit/fd48f8db669d59fcee7306ea9310ac0de78439be)) - by @waldronmatt
* **lit-override:** add manifest packages to generate schema metadata ([8972706](https://github.com/waldronmatt/groundwork/commit/897270638de0a3db44933fb613a95558bc72e348)) - by @waldronmatt

## [2.1.3](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-05-10)

### 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.1.3",
"version": "2.2.0",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit f4997f9

Please sign in to comment.