Skip to content

Commit

Permalink
chore: release v8.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Jan 12, 2022
1 parent f2fdf88 commit 88731ce
Show file tree
Hide file tree
Showing 23 changed files with 113 additions and 25 deletions.
8 changes: 8 additions & 0 deletions 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.

# [8.0.0-alpha.1](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.0...v8.0.0-alpha.1) (2022-01-12)

**Note:** Version bump only for package scripts





# 8.0.0-alpha.0 (2022-01-12)


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.0",
"version": "8.0.0-alpha.1",
"useWorkspaces": true,
"command": {
"version": {
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-preset/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.

# [8.0.0-alpha.1](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.0...v8.0.0-alpha.1) (2022-01-12)

**Note:** Version bump only for package @trigen/babel-preset





# 8.0.0-alpha.0 (2022-01-12)

**Note:** Version bump only for package @trigen/babel-preset
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trigen/babel-preset",
"version": "8.0.0-alpha.0",
"version": "8.0.0-alpha.1",
"description": "Trigen's Babel preset.",
"author": "dangreen",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/browserslist-config/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.

# [8.0.0-alpha.1](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.0...v8.0.0-alpha.1) (2022-01-12)

**Note:** Version bump only for package @trigen/browserslist-config





# 8.0.0-alpha.0 (2022-01-12)

**Note:** Version bump only for package @trigen/browserslist-config
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trigen/browserslist-config",
"version": "8.0.0-alpha.0",
"version": "8.0.0-alpha.1",
"description": "Trigen's Browserslist config",
"author": "dangreen",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config/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.

# [8.0.0-alpha.1](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.0...v8.0.0-alpha.1) (2022-01-12)

**Note:** Version bump only for package @trigen/eslint-config





# 8.0.0-alpha.0 (2022-01-12)


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.0",
"version": "8.0.0-alpha.1",
"description": "Trigen's ESLint config",
"author": "dangreen",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/scripts-plugin-babel/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.

# [8.0.0-alpha.1](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.0...v8.0.0-alpha.1) (2022-01-12)

**Note:** Version bump only for package @trigen/scripts-plugin-babel





# 8.0.0-alpha.0 (2022-01-12)

**Note:** Version bump only for package @trigen/scripts-plugin-babel
6 changes: 3 additions & 3 deletions packages/scripts-plugin-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trigen/scripts-plugin-babel",
"type": "module",
"version": "8.0.0-alpha.0",
"version": "8.0.0-alpha.1",
"description": "Babel scripts.",
"author": "dangreen",
"license": "MIT",
Expand Down Expand Up @@ -29,8 +29,8 @@
"dependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@trigen/babel-preset": "^8.0.0-alpha.0",
"@trigen/scripts": "^8.0.0-alpha.0"
"@trigen/babel-preset": "^8.0.0-alpha.1",
"@trigen/scripts": "^8.0.0-alpha.1"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/scripts-plugin-eslint/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.

# [8.0.0-alpha.1](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.0...v8.0.0-alpha.1) (2022-01-12)

**Note:** Version bump only for package @trigen/scripts-plugin-eslint





# 8.0.0-alpha.0 (2022-01-12)

**Note:** Version bump only for package @trigen/scripts-plugin-eslint
6 changes: 3 additions & 3 deletions packages/scripts-plugin-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trigen/scripts-plugin-eslint",
"type": "module",
"version": "8.0.0-alpha.0",
"version": "8.0.0-alpha.1",
"description": "ESLint scripts.",
"author": "dangreen",
"license": "MIT",
Expand Down Expand Up @@ -30,8 +30,8 @@
"@babel/core": "^7.15.5"
},
"dependencies": {
"@trigen/eslint-config": "^8.0.0-alpha.0",
"@trigen/scripts": "^8.0.0-alpha.0",
"@trigen/eslint-config": "^8.0.0-alpha.1",
"@trigen/scripts": "^8.0.0-alpha.1",
"eslint": "^7.32.0"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/scripts-plugin-jest/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.

# [8.0.0-alpha.1](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.0...v8.0.0-alpha.1) (2022-01-12)

**Note:** Version bump only for package @trigen/scripts-plugin-jest





# 8.0.0-alpha.0 (2022-01-12)

**Note:** Version bump only for package @trigen/scripts-plugin-jest
4 changes: 2 additions & 2 deletions packages/scripts-plugin-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trigen/scripts-plugin-jest",
"type": "module",
"version": "8.0.0-alpha.0",
"version": "8.0.0-alpha.1",
"description": "Jest scripts.",
"author": "dangreen",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"postpublish": "del ./package"
},
"dependencies": {
"@trigen/scripts": "^8.0.0-alpha.0",
"@trigen/scripts": "^8.0.0-alpha.1",
"jest": "^27.2.4"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/scripts-plugin-rollup/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.

# [8.0.0-alpha.1](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.0...v8.0.0-alpha.1) (2022-01-12)

**Note:** Version bump only for package @trigen/scripts-plugin-rollup





# 8.0.0-alpha.0 (2022-01-12)

**Note:** Version bump only for package @trigen/scripts-plugin-rollup
2 changes: 1 addition & 1 deletion packages/scripts-plugin-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trigen/scripts-plugin-rollup",
"type": "module",
"version": "8.0.0-alpha.0",
"version": "8.0.0-alpha.1",
"description": "Rollup scripts.",
"author": "dangreen",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/scripts-plugin-swc/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.

# [8.0.0-alpha.1](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.0...v8.0.0-alpha.1) (2022-01-12)

**Note:** Version bump only for package @trigen/scripts-plugin-swc





# 8.0.0-alpha.0 (2022-01-12)

**Note:** Version bump only for package @trigen/scripts-plugin-swc
4 changes: 2 additions & 2 deletions packages/scripts-plugin-swc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trigen/scripts-plugin-swc",
"type": "module",
"version": "8.0.0-alpha.0",
"version": "8.0.0-alpha.1",
"description": "SWC scripts.",
"author": "dangreen",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@swc/cli": "^0.1.54",
"@swc/core": "^1.2.119",
"@trigen/scripts": "^8.0.0-alpha.0"
"@trigen/scripts": "^8.0.0-alpha.1"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/scripts-plugin-typescript/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.

# [8.0.0-alpha.1](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.0...v8.0.0-alpha.1) (2022-01-12)

**Note:** Version bump only for package @trigen/scripts-plugin-typescript





# 8.0.0-alpha.0 (2022-01-12)

**Note:** Version bump only for package @trigen/scripts-plugin-typescript
4 changes: 2 additions & 2 deletions packages/scripts-plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trigen/scripts-plugin-typescript",
"type": "module",
"version": "8.0.0-alpha.0",
"version": "8.0.0-alpha.1",
"description": "TypeScript scripts.",
"author": "dangreen",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"postpublish": "del ./package"
},
"dependencies": {
"@trigen/scripts": "^8.0.0-alpha.0",
"@trigen/scripts": "^8.0.0-alpha.1",
"ts-node-dev": "^1.1.8",
"tsconfig-paths": "^3.11.0",
"typedoc": "^0.22.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/scripts/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.

# [8.0.0-alpha.1](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.0...v8.0.0-alpha.1) (2022-01-12)

**Note:** Version bump only for package @trigen/scripts





# 8.0.0-alpha.0 (2022-01-12)


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.0",
"version": "8.0.0-alpha.1",
"description": "CLI tool for running scripts.",
"author": "dangreen",
"license": "MIT",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88731ce

Please sign in to comment.