Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Jun 10, 2024
1 parent b787547 commit 92adb88
Show file tree
Hide file tree
Showing 20 changed files with 84 additions and 10 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.1.2](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.1.2) (2024-06-10)

### Bug Fixes

* **deps:** update dependencies ([#184](https://github.com/waldronmatt/groundwork/issues/184)) ([5954858](https://github.com/waldronmatt/groundwork/commit/59548589f486180dc7ecb2ea259c8bb1295028f4)) - by @renovate[bot]

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

### 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.1",
"version": "2.1.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions apps/vite-project/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.2](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.2.2) (2024-06-10)

### Bug Fixes

* **vite-project:** support aliases from library package ([df22e84](https://github.com/waldronmatt/groundwork/commit/df22e849157d76f0591ea628212416a1051eb7df)) - by @waldronmatt

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

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

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

### Bug Fixes

* **deps:** update dependency eslint-plugin-jest-dom to v5.4.0 ([#192](https://github.com/waldronmatt/groundwork/issues/192)) ([da3b636](https://github.com/waldronmatt/groundwork/commit/da3b6362d761d4d78518e0330a4dc042c9c59a5a)) - by @renovate[bot]
* **deps:** update eslint ([#185](https://github.com/waldronmatt/groundwork/issues/185)) ([14ee292](https://github.com/waldronmatt/groundwork/commit/14ee2927788eb94fd49e278a88288a3d3d5df55d)) - by @renovate[bot]
* **deps:** update eslint ([#193](https://github.com/waldronmatt/groundwork/issues/193)) ([5b117e9](https://github.com/waldronmatt/groundwork/commit/5b117e9157e1b536bacdb0150bf750df16632776)) - by @renovate[bot]
* **eslint-config-custom:** lock chai-friendly and use vitest legacy plugin for eslint 8 support ([7aeb2f6](https://github.com/waldronmatt/groundwork/commit/7aeb2f66238da014ec4bc747a01eb62338f02a38)) - by @waldronmatt

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

**Note:** Version bump only for package eslint-config-custom
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.5.4",
"version": "1.5.5",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions configs/jest-config/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.1.32](https://github.com/waldronmatt/groundwork/compare/[email protected]@1.1.32) (2024-06-10)

### Bug Fixes

* **deps:** update dependencies ([#184](https://github.com/waldronmatt/groundwork/issues/184)) ([5954858](https://github.com/waldronmatt/groundwork/commit/59548589f486180dc7ecb2ea259c8bb1295028f4)) - by @renovate[bot]

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion configs/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "1.1.31",
"version": "1.1.32",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions docs/repo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

* **architecture.md:** add section on live typing and updated subpath exports section ([1092a8e](https://github.com/waldronmatt/groundwork/commit/1092a8eb94c56cecda69c75c4bb99c76f0277e1b)) - by @waldronmatt
* **architecture.md:** update staged files text ([0c6dd03](https://github.com/waldronmatt/groundwork/commit/0c6dd03c32b1d44c71cbce8a5463a24289031ddd)) - by @waldronmatt
* **packages:** add npm package type linting ([cf10b22](https://github.com/waldronmatt/groundwork/commit/cf10b228d90d1850726ad19013bfa4ced5aff018)) - by @waldronmatt

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/repo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepo-docs",
"version": "1.7.4",
"version": "1.7.5",
"private": true,
"license": "MIT"
}
4 changes: 4 additions & 0 deletions docs/ui/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.

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

**Note:** Version bump only for package demo-ui-storybook

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-ui-storybook",
"version": "3.3.10",
"version": "3.3.11",
"private": true,
"type": "module",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

* **packages:** add npm package type linting ([cf10b22](https://github.com/waldronmatt/groundwork/commit/cf10b228d90d1850726ad19013bfa4ced5aff018)) - by @waldronmatt

### Features

* **library:** set up aliases, use tsup config, use publishConfig for npm package ([3f640b5](https://github.com/waldronmatt/groundwork/commit/3f640b54d36564eb46b76f7014c28b629c4c5f21)) - by @waldronmatt

## [1.0.1](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/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waldronmatt/library",
"version": "1.0.1",
"version": "1.1.0",
"type": "module",
"exports": {
"./src/*": "./src/*"
Expand Down
7 changes: 7 additions & 0 deletions packages/lit-override/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
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/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-06-10)

### Bug Fixes

* **package.json:** use publishConfig for npm package module resolution ([6e866f3](https://github.com/waldronmatt/groundwork/commit/6e866f33c2906c65f085ff98f24e9cae21b0ded6)) - by @waldronmatt
* **packages:** add npm package type linting ([cf10b22](https://github.com/waldronmatt/groundwork/commit/cf10b228d90d1850726ad19013bfa4ced5aff018)) - by @waldronmatt

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

### 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.2.1",
"version": "2.2.2",
"type": "module",
"exports": {
"./src/*": "./src/*"
Expand Down
11 changes: 11 additions & 0 deletions packages/tokens-ui/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.

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

### Bug Fixes

* **packages:** add npm package type linting ([cf10b22](https://github.com/waldronmatt/groundwork/commit/cf10b228d90d1850726ad19013bfa4ced5aff018)) - by @waldronmatt
* **vite.config.ts:** ignore types and vite-env files ([67c1af7](https://github.com/waldronmatt/groundwork/commit/67c1af78460a9a29b76da01f8a596f7c9831d727)) - by @waldronmatt

### Features

* **tokens-ui:** add types explicitly for dist output ([9e49bf3](https://github.com/waldronmatt/groundwork/commit/9e49bf324efc4d29a427125d000d7b417c5139be)) - by @waldronmatt

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waldronmatt/story-tokens-ui",
"version": "1.1.12",
"version": "1.2.0",
"type": "module",
"exports": {
"./lib/*": "./lib/*"
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

* **packages:** add npm package type linting ([cf10b22](https://github.com/waldronmatt/groundwork/commit/cf10b228d90d1850726ad19013bfa4ced5aff018)) - by @waldronmatt
* **vite.config.ts:** exclude vite.env file from dist ([1e828a3](https://github.com/waldronmatt/groundwork/commit/1e828a39f2e7decb86438a8756d20eb7b7fc78f5)) - by @waldronmatt

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waldronmatt/demo-ui",
"version": "3.5.7",
"version": "3.5.8",
"type": "module",
"exports": {
"./lib/*": "./lib/*"
Expand Down

0 comments on commit 92adb88

Please sign in to comment.