Skip to content

Commit

Permalink
chore(release): 8.0.0-alpha.21
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Nov 6, 2022
1 parent 3e2a78e commit c8d2dc7
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.0.0-alpha.21](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.20...v8.0.0-alpha.21) (2022-11-06)


### Bug Fixes

* **deps:** update dependency dotenv to v16 ([#26](https://github.com/TrigenSoftware/scripts/issues/26)) ([4f34353](https://github.com/TrigenSoftware/scripts/commit/4f343531220970470e0de043538b3e1cff53f1ff))
* **deps:** update dependency eslint-plugin-jest to v27 ([#44](https://github.com/TrigenSoftware/scripts/issues/44)) ([1bba166](https://github.com/TrigenSoftware/scripts/commit/1bba166d2502066a86504d6967429d0d1a1b7ddb))
* **deps:** update dependency eslint-plugin-jsdoc to v39 ([#36](https://github.com/TrigenSoftware/scripts/issues/36)) ([d89ab27](https://github.com/TrigenSoftware/scripts/commit/d89ab2792f80dbff990c5b456bfd8b4529fd9488))


### Features

* **project-files:** vitest files ([3686394](https://github.com/TrigenSoftware/scripts/commit/3686394b05d087e1c2ef6fc8b180d034b6f0276d))
* **scripts:** update for pnpm 7 ([073831d](https://github.com/TrigenSoftware/scripts/commit/073831d7a5a9013f1dabbab0d3f7b692536e4d2a))





# [8.0.0-alpha.20](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.19...v8.0.0-alpha.20) (2022-10-21)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.0.0-alpha.20",
"version": "8.0.0-alpha.21",
"useWorkspaces": true,
"command": {
"version": {
Expand Down
12 changes: 12 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.0.0-alpha.21](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.20...v8.0.0-alpha.21) (2022-11-06)


### Bug Fixes

* **deps:** update dependency eslint-plugin-jest to v27 ([#44](https://github.com/TrigenSoftware/scripts/issues/44)) ([1bba166](https://github.com/TrigenSoftware/scripts/commit/1bba166d2502066a86504d6967429d0d1a1b7ddb))
* **deps:** update dependency eslint-plugin-jsdoc to v39 ([#36](https://github.com/TrigenSoftware/scripts/issues/36)) ([d89ab27](https://github.com/TrigenSoftware/scripts/commit/d89ab2792f80dbff990c5b456bfd8b4529fd9488))





# [8.0.0-alpha.20](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.19...v8.0.0-alpha.20) (2022-10-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trigen/eslint-config",
"version": "8.0.0-alpha.20",
"version": "8.0.0-alpha.21",
"description": "Trigen's ESLint config.",
"author": "dangreen",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/project-files/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.

# [8.0.0-alpha.21](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.20...v8.0.0-alpha.21) (2022-11-06)


### Features

* **project-files:** vitest files ([3686394](https://github.com/TrigenSoftware/scripts/commit/3686394b05d087e1c2ef6fc8b180d034b6f0276d))





# [8.0.0-alpha.17](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.16...v8.0.0-alpha.17) (2022-10-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/project-files/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trigen/project-files",
"type": "module",
"version": "8.0.0-alpha.17",
"version": "8.0.0-alpha.21",
"description": "CLI tool for download snippets files.",
"author": "dangreen",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.0.0-alpha.21](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.20...v8.0.0-alpha.21) (2022-11-06)


### Bug Fixes

* **deps:** update dependency dotenv to v16 ([#26](https://github.com/TrigenSoftware/scripts/issues/26)) ([4f34353](https://github.com/TrigenSoftware/scripts/commit/4f343531220970470e0de043538b3e1cff53f1ff))


### Features

* **scripts:** update for pnpm 7 ([073831d](https://github.com/TrigenSoftware/scripts/commit/073831d7a5a9013f1dabbab0d3f7b692536e4d2a))





# [8.0.0-alpha.18](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.17...v8.0.0-alpha.18) (2022-10-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trigen/scripts",
"type": "module",
"version": "8.0.0-alpha.18",
"version": "8.0.0-alpha.21",
"description": "CLI tool for running scripts.",
"author": "dangreen",
"license": "MIT",
Expand Down

0 comments on commit c8d2dc7

Please sign in to comment.