Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aklesky committed Sep 29, 2023
1 parent baf4c97 commit 4cdc33a
Show file tree
Hide file tree
Showing 18 changed files with 97 additions and 27 deletions.
11 changes: 11 additions & 0 deletions 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.

## [0.7.3](https://github.com/aklesky/node-workspace/compare/v0.7.2...v0.7.3) (2023-09-29)


### Bug Fixes

* **@aklesky/ts-config:** Ensure all typescript config files are provided ([#173](https://github.com/aklesky/node-workspace/issues/173)) ([baf4c97](https://github.com/aklesky/node-workspace/commit/baf4c97407b276913d821fd705df8ab993996778))





## [0.7.2](https://github.com/aklesky/node-workspace/compare/v0.7.1...v0.7.2) (2023-09-29)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.7.2",
"version": "0.7.3",
"npmClient": "yarn",
"publishConfig": {
"access": "public"
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.

## [0.7.3](https://github.com/aklesky/node-workspace/compare/v0.7.2...v0.7.3) (2023-09-29)

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





## [0.7.2](https://github.com/aklesky/node-workspace/compare/v0.7.1...v0.7.2) (2023-09-29)


Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aklesky/eslint-config",
"version": "0.7.2",
"version": "0.7.3",
"description": "Shareable collection of eslint configurations.",
"author": "Aleksey Semiglasov <aleksey.semiglasov@gmail.com>",
"homepage": "https://github.com/aklesky/node-workspace#readme",
Expand Down Expand Up @@ -44,11 +44,11 @@
"url": "https://github.com/aklesky/node-workspace/issues"
},
"devDependencies": {
"@aklesky/ts-config": "0.7.2",
"@aklesky/ts-config": "0.7.3",
"prettier": "3.0.3"
},
"dependencies": {
"@aklesky/prettier-config": "0.7.2",
"@aklesky/prettier-config": "0.7.3",
"@types/eslint": "8.44.3",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-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.

## [0.7.3](https://github.com/aklesky/node-workspace/compare/v0.7.2...v0.7.3) (2023-09-29)

**Note:** Version bump only for package @aklesky/jest-config





## [0.7.2](https://github.com/aklesky/node-workspace/compare/v0.7.1...v0.7.2) (2023-09-29)


Expand Down
8 changes: 4 additions & 4 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aklesky/jest-config",
"version": "0.7.2",
"version": "0.7.3",
"description": "Jest configuration preset.",
"author": "Aleksey Semiglasov <aleksey.semiglasov@gmail.com>",
"homepage": "https://github.com/aklesky/node-workspace#readme",
Expand Down Expand Up @@ -40,9 +40,9 @@
"url": "https://github.com/aklesky/node-workspace/issues"
},
"devDependencies": {
"@aklesky/eslint-config": "0.7.2",
"@aklesky/prettier-config": "0.7.2",
"@aklesky/ts-config": "0.7.2"
"@aklesky/eslint-config": "0.7.3",
"@aklesky/prettier-config": "0.7.3",
"@aklesky/ts-config": "0.7.3"
},
"dependencies": {
"@swc/core": "1.3.90",
Expand Down
8 changes: 8 additions & 0 deletions packages/postcss-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.

## [0.7.3](https://github.com/aklesky/node-workspace/compare/v0.7.2...v0.7.3) (2023-09-29)

**Note:** Version bump only for package @aklesky/postcss-config





## [0.7.2](https://github.com/aklesky/node-workspace/compare/v0.7.1...v0.7.2) (2023-09-29)

**Note:** Version bump only for package @aklesky/postcss-config
Expand Down
8 changes: 4 additions & 4 deletions packages/postcss-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aklesky/postcss-config",
"version": "0.7.2",
"version": "0.7.3",
"description": "Postcss config presets",
"author": "Aleksey Semiglasov <aleksey.semiglasov@gmail.com>",
"homepage": "https://github.com/aklesky/node-workspace#readme",
Expand Down Expand Up @@ -42,8 +42,8 @@
"postcss-nesting": "12.0.1"
},
"devDependencies": {
"@aklesky/eslint-config": "0.7.2",
"@aklesky/prettier-config": "0.7.2",
"@aklesky/ts-config": "0.7.2"
"@aklesky/eslint-config": "0.7.3",
"@aklesky/prettier-config": "0.7.3",
"@aklesky/ts-config": "0.7.3"
}
}
8 changes: 8 additions & 0 deletions packages/prettier-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.

## [0.7.3](https://github.com/aklesky/node-workspace/compare/v0.7.2...v0.7.3) (2023-09-29)

**Note:** Version bump only for package @aklesky/prettier-config





## [0.7.2](https://github.com/aklesky/node-workspace/compare/v0.7.1...v0.7.2) (2023-09-29)

**Note:** Version bump only for package @aklesky/prettier-config
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-config/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aklesky/prettier-config",
"version": "0.7.2",
"version": "0.7.3",
"description": "Shareable prettier configuration.",
"author": "Aleksey Semiglasov <aleksey.semiglasov@gmail.com>",
"homepage": "https://github.com/aklesky/node-workspace#readme",
Expand Down Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/aklesky/node-workspace/issues"
},
"devDependencies": {
"@aklesky/ts-config": "0.7.2"
"@aklesky/ts-config": "0.7.3"
},
"dependencies": {
"@types/prettier": "2.7.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/tailwind-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.

## [0.7.3](https://github.com/aklesky/node-workspace/compare/v0.7.2...v0.7.3) (2023-09-29)

**Note:** Version bump only for package @aklesky/tailwind-config





## [0.7.2](https://github.com/aklesky/node-workspace/compare/v0.7.1...v0.7.2) (2023-09-29)

**Note:** Version bump only for package @aklesky/tailwind-config
Expand Down
8 changes: 4 additions & 4 deletions packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aklesky/tailwind-config",
"version": "0.7.2",
"version": "0.7.3",
"description": "Tailwind Css configuration presets",
"author": "Aleksey Semiglasov <aleksey.semiglasov@gmail.com>",
"homepage": "https://github.com/aklesky/node-workspace#readme",
Expand Down Expand Up @@ -42,8 +42,8 @@
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@aklesky/eslint-config": "0.7.2",
"@aklesky/prettier-config": "0.7.2",
"@aklesky/ts-config": "0.7.2"
"@aklesky/eslint-config": "0.7.3",
"@aklesky/prettier-config": "0.7.3",
"@aklesky/ts-config": "0.7.3"
}
}
11 changes: 11 additions & 0 deletions packages/ts-config/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.

## [0.7.3](https://github.com/aklesky/node-workspace/compare/v0.7.2...v0.7.3) (2023-09-29)


### Bug Fixes

* **@aklesky/ts-config:** Ensure all typescript config files are provided ([#173](https://github.com/aklesky/node-workspace/issues/173)) ([baf4c97](https://github.com/aklesky/node-workspace/commit/baf4c97407b276913d821fd705df8ab993996778))





## [0.7.2](https://github.com/aklesky/node-workspace/compare/v0.7.1...v0.7.2) (2023-09-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/ts-config/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/ts-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aklesky/ts-config",
"version": "0.7.2",
"version": "0.7.3",
"description": "Shareable collection of typescript configurations.",
"author": "Aleksey Semiglasov <aleksey.semiglasov@gmail.com>",
"homepage": "https://github.com/aklesky/node-workspace#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/vite-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.

## [0.7.3](https://github.com/aklesky/node-workspace/compare/v0.7.2...v0.7.3) (2023-09-29)

**Note:** Version bump only for package @aklesky/vite-config





## [0.7.2](https://github.com/aklesky/node-workspace/compare/v0.7.1...v0.7.2) (2023-09-29)


Expand Down
8 changes: 4 additions & 4 deletions packages/vite-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aklesky/vite-config",
"version": "0.7.2",
"version": "0.7.3",
"description": "List of configurations for vite setup",
"author": "Aleksey Semiglasov <aleksey.semiglasov@gmail.com>",
"homepage": "https://github.com/aklesky/node-workspace#readme",
Expand Down Expand Up @@ -43,8 +43,8 @@
"vite": "4.4.9"
},
"devDependencies": {
"@aklesky/eslint-config": "0.7.2",
"@aklesky/prettier-config": "0.7.2",
"@aklesky/ts-config": "0.7.2"
"@aklesky/eslint-config": "0.7.3",
"@aklesky/prettier-config": "0.7.3",
"@aklesky/ts-config": "0.7.3"
}
}

0 comments on commit 4cdc33a

Please sign in to comment.