Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
aklesky committed Dec 29, 2023
2 parents 132addc + eb44169 commit 41ba503
Show file tree
Hide file tree
Showing 22 changed files with 130 additions and 38 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.9.0](https://github.com/aklesky/node-workspace/compare/v0.8.0...v0.9.0) (2023-12-29)


### Features

* **react-preset:** add metaAttributes property to middleware config ([#219](https://github.com/aklesky/node-workspace/issues/219)) ([57db93b](https://github.com/aklesky/node-workspace/commit/57db93bfb5a1997374377ba5346ebe0ba30f75d3))





# [0.8.0](https://github.com/aklesky/node-workspace/compare/v0.7.14...v0.8.0) (2023-12-27)


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.8.0",
"version": "0.9.0",
"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.9.0](https://github.com/aklesky/node-workspace/compare/v0.8.0...v0.9.0) (2023-12-29)

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





# [0.8.0](https://github.com/aklesky/node-workspace/compare/v0.7.14...v0.8.0) (2023-12-27)

**Note:** Version bump only for package @aklesky/eslint-config
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.8.0",
"version": "0.9.0",
"description": "Shareable collection of eslint configurations.",
"author": "Aleksey Semiglasov <[email protected]>",
"homepage": "https://github.com/aklesky/node-workspace#readme",
Expand Down Expand Up @@ -48,14 +48,14 @@
"url": "https://github.com/aklesky/node-workspace/issues"
},
"devDependencies": {
"@aklesky/ts-config": "0.8.0",
"@aklesky/ts-config": "0.9.0",
"prettier": "3.1.1"
},
"peerDependencies": {
"prettier": "3.1.1"
},
"dependencies": {
"@aklesky/prettier-config": "0.8.0",
"@aklesky/prettier-config": "0.9.0",
"@types/eslint": "8.44.9",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/jest-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.9.0](https://github.com/aklesky/node-workspace/compare/v0.8.0...v0.9.0) (2023-12-29)


### Features

* **react-preset:** add metaAttributes property to middleware config ([#219](https://github.com/aklesky/node-workspace/issues/219)) ([57db93b](https://github.com/aklesky/node-workspace/commit/57db93bfb5a1997374377ba5346ebe0ba30f75d3))





# [0.8.0](https://github.com/aklesky/node-workspace/compare/v0.7.14...v0.8.0) (2023-12-27)

**Note:** Version bump only for package @aklesky/jest-config
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.8.0",
"version": "0.9.0",
"description": "Jest configuration preset.",
"author": "Aleksey Semiglasov <[email protected]>",
"homepage": "https://github.com/aklesky/node-workspace#readme",
Expand Down Expand Up @@ -48,9 +48,9 @@
"url": "https://github.com/aklesky/node-workspace/issues"
},
"devDependencies": {
"@aklesky/eslint-config": "0.8.0",
"@aklesky/prettier-config": "0.8.0",
"@aklesky/ts-config": "0.8.0",
"@aklesky/eslint-config": "0.9.0",
"@aklesky/prettier-config": "0.9.0",
"@aklesky/ts-config": "0.9.0",
"@types/jest": "29.5.11"
},
"dependencies": {
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.9.0](https://github.com/aklesky/node-workspace/compare/v0.8.0...v0.9.0) (2023-12-29)

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





# [0.8.0](https://github.com/aklesky/node-workspace/compare/v0.7.14...v0.8.0) (2023-12-27)

**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.8.0",
"version": "0.9.0",
"description": "Postcss config presets",
"author": "Aleksey Semiglasov <[email protected]>",
"homepage": "https://github.com/aklesky/node-workspace#readme",
Expand Down Expand Up @@ -40,8 +40,8 @@
"postcss-nesting": "12.0.1"
},
"devDependencies": {
"@aklesky/eslint-config": "0.8.0",
"@aklesky/prettier-config": "0.8.0",
"@aklesky/ts-config": "0.8.0"
"@aklesky/eslint-config": "0.9.0",
"@aklesky/prettier-config": "0.9.0",
"@aklesky/ts-config": "0.9.0"
}
}
11 changes: 11 additions & 0 deletions packages/prettier-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.9.0](https://github.com/aklesky/node-workspace/compare/v0.8.0...v0.9.0) (2023-12-29)


### Features

* **react-preset:** add metaAttributes property to middleware config ([#219](https://github.com/aklesky/node-workspace/issues/219)) ([57db93b](https://github.com/aklesky/node-workspace/commit/57db93bfb5a1997374377ba5346ebe0ba30f75d3))





# [0.8.0](https://github.com/aklesky/node-workspace/compare/v0.7.14...v0.8.0) (2023-12-27)

**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.8.0",
"version": "0.9.0",
"description": "Shareable prettier configuration.",
"author": "Aleksey Semiglasov <[email protected]>",
"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.8.0",
"@aklesky/ts-config": "0.9.0",
"@types/prettier": "2.7.3"
},
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/react-presets/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.9.0](https://github.com/aklesky/node-workspace/compare/v0.8.0...v0.9.0) (2023-12-29)


### Features

* **react-preset:** add metaAttributes property to middleware config ([#219](https://github.com/aklesky/node-workspace/issues/219)) ([57db93b](https://github.com/aklesky/node-workspace/commit/57db93bfb5a1997374377ba5346ebe0ba30f75d3))





# [0.8.0](https://github.com/aklesky/node-workspace/compare/v0.7.14...v0.8.0) (2023-12-27)

**Note:** Version bump only for package @aklesky/react-presets
Expand Down
12 changes: 6 additions & 6 deletions packages/react-presets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aklesky/react-presets",
"version": "0.8.0",
"version": "0.9.0",
"description": "> TODO: description",
"author": "Aleksey Semiglasov <[email protected]>",
"homepage": "https://github.com/aklesky/node-workspace#readme",
Expand Down Expand Up @@ -34,16 +34,16 @@
"url": "https://github.com/aklesky/node-workspace/issues"
},
"dependencies": {
"@aklesky/jest-config": "0.8.0",
"@aklesky/utilities": "0.8.0",
"@aklesky/jest-config": "0.9.0",
"@aklesky/utilities": "0.9.0",
"@vitejs/plugin-react-swc": "3.5.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@aklesky/eslint-config": "0.8.0",
"@aklesky/prettier-config": "0.8.0",
"@aklesky/ts-config": "0.8.0",
"@aklesky/eslint-config": "0.9.0",
"@aklesky/prettier-config": "0.9.0",
"@aklesky/ts-config": "0.9.0",
"@types/express": "4.17.21",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
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.9.0](https://github.com/aklesky/node-workspace/compare/v0.8.0...v0.9.0) (2023-12-29)

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





# [0.8.0](https://github.com/aklesky/node-workspace/compare/v0.7.14...v0.8.0) (2023-12-27)

**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.8.0",
"version": "0.9.0",
"description": "Tailwind Css configuration presets",
"author": "Aleksey Semiglasov <[email protected]>",
"homepage": "https://github.com/aklesky/node-workspace#readme",
Expand Down Expand Up @@ -40,8 +40,8 @@
"tailwindcss": "3.3.6"
},
"devDependencies": {
"@aklesky/eslint-config": "0.8.0",
"@aklesky/prettier-config": "0.8.0",
"@aklesky/ts-config": "0.8.0"
"@aklesky/eslint-config": "0.9.0",
"@aklesky/prettier-config": "0.9.0",
"@aklesky/ts-config": "0.9.0"
}
}
8 changes: 8 additions & 0 deletions packages/ts-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.9.0](https://github.com/aklesky/node-workspace/compare/v0.8.0...v0.9.0) (2023-12-29)

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





# [0.8.0](https://github.com/aklesky/node-workspace/compare/v0.7.14...v0.8.0) (2023-12-27)

**Note:** Version bump only for package @aklesky/ts-config
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.8.0",
"version": "0.9.0",
"description": "Shareable collection of typescript configurations.",
"author": "Aleksey Semiglasov <[email protected]>",
"homepage": "https://github.com/aklesky/node-workspace#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/utilities/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.9.0](https://github.com/aklesky/node-workspace/compare/v0.8.0...v0.9.0) (2023-12-29)

**Note:** Version bump only for package @aklesky/utilities





# [0.8.0](https://github.com/aklesky/node-workspace/compare/v0.7.14...v0.8.0) (2023-12-27)

**Note:** Version bump only for package @aklesky/utilities
Expand Down
10 changes: 5 additions & 5 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aklesky/utilities",
"version": "0.8.0",
"version": "0.9.0",
"description": "> TODO: description",
"author": "Aleksey Semiglasov <[email protected]>",
"homepage": "https://github.com/aklesky/node-workspace#readme",
Expand Down Expand Up @@ -37,10 +37,10 @@
"http-status-codes": "2.3.0"
},
"devDependencies": {
"@aklesky/eslint-config": "0.8.0",
"@aklesky/jest-config": "0.8.0",
"@aklesky/prettier-config": "0.8.0",
"@aklesky/ts-config": "0.8.0",
"@aklesky/eslint-config": "0.9.0",
"@aklesky/jest-config": "0.9.0",
"@aklesky/prettier-config": "0.9.0",
"@aklesky/ts-config": "0.9.0",
"supertest": "6.3.3"
}
}
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.9.0](https://github.com/aklesky/node-workspace/compare/v0.8.0...v0.9.0) (2023-12-29)

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





# [0.8.0](https://github.com/aklesky/node-workspace/compare/v0.7.14...v0.8.0) (2023-12-27)


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.8.0",
"version": "0.9.0",
"description": "List of configurations for vite setup",
"author": "Aleksey Semiglasov <[email protected]>",
"homepage": "https://github.com/aklesky/node-workspace#readme",
Expand Down Expand Up @@ -40,8 +40,8 @@
"vite": "5.0.10"
},
"devDependencies": {
"@aklesky/eslint-config": "0.8.0",
"@aklesky/prettier-config": "0.8.0",
"@aklesky/ts-config": "0.8.0"
"@aklesky/eslint-config": "0.9.0",
"@aklesky/prettier-config": "0.9.0",
"@aklesky/ts-config": "0.9.0"
}
}

0 comments on commit 41ba503

Please sign in to comment.