Skip to content

Commit

Permalink
chore(release): 5.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Mar 30, 2024
1 parent 6900b0d commit 904c604
Show file tree
Hide file tree
Showing 21 changed files with 130 additions and 16 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.17.0](https://github.com/sabertazimi/bod/compare/v5.16.0...v5.17.0) (2024-03-30)


### Bug Fixes

* **bod-cli:** use latest templates and scripts ([#1137](https://github.com/sabertazimi/bod/issues/1137)) ([2028a21](https://github.com/sabertazimi/bod/commit/2028a217729022267e8b6ab9f1237089480f0fae))
* **deps:** update dependency @antfu/eslint-config to ^2.11.6 ([#1139](https://github.com/sabertazimi/bod/issues/1139)) ([623eab5](https://github.com/sabertazimi/bod/commit/623eab59fb89b5e834a189889513a1ce0b0b96c8))
* **eslint-config:** project config for type-aware rules ([#1138](https://github.com/sabertazimi/bod/issues/1138)) ([b1ab580](https://github.com/sabertazimi/bod/commit/b1ab58095ae9ab65b9498060cca58ff58b1d1002))


### Features

* **eslint-config:** config for non type-aware rules ([#1141](https://github.com/sabertazimi/bod/issues/1141)) ([6900b0d](https://github.com/sabertazimi/bod/commit/6900b0de861644c61dd4baf9758ca7740330ccb9))





# [5.16.0](https://github.com/sabertazimi/bod/compare/v5.15.2...v5.16.0) (2024-03-30)


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": "5.16.0",
"version": "5.17.0",
"npmClient": "pnpm",
"command": {
"bootstrap": {
Expand Down
11 changes: 11 additions & 0 deletions packages/bod/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.

# [5.17.0](https://github.com/sabertazimi/bod/compare/v5.16.0...v5.17.0) (2024-03-30)


### Bug Fixes

* **bod-cli:** use latest templates and scripts ([#1137](https://github.com/sabertazimi/bod/issues/1137)) ([2028a21](https://github.com/sabertazimi/bod/commit/2028a217729022267e8b6ab9f1237089480f0fae))





# [5.16.0](https://github.com/sabertazimi/bod/compare/v5.15.2...v5.16.0) (2024-03-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/bod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bod",
"version": "5.16.0",
"version": "5.17.0",
"description": "Boilerplate CLI App",
"author": "sabertazimi <sabertazimi@gmail.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/cra-template-bod/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.

# [5.17.0](https://github.com/sabertazimi/bod/compare/v5.16.0...v5.17.0) (2024-03-30)

**Note:** Version bump only for package cra-template-bod





# [5.16.0](https://github.com/sabertazimi/bod/compare/v5.15.2...v5.16.0) (2024-03-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template-bod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-template-bod",
"version": "5.16.0",
"version": "5.17.0",
"description": "The advanced TypeScript template for Bod CLI.",
"author": "sabertazimi <sabertazimi@gmail.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/cra-template-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.

# [5.17.0](https://github.com/sabertazimi/bod/compare/v5.16.0...v5.17.0) (2024-03-30)

**Note:** Version bump only for package @sabertazimi/cra-template-typescript





# [5.16.0](https://github.com/sabertazimi/bod/compare/v5.15.2...v5.16.0) (2024-03-30)

**Note:** Version bump only for package @sabertazimi/cra-template-typescript
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sabertazimi/cra-template-typescript",
"version": "5.16.0",
"version": "5.17.0",
"description": "The base TypeScript template for Bod CLI.",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cra-template/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.

# [5.17.0](https://github.com/sabertazimi/bod/compare/v5.16.0...v5.17.0) (2024-03-30)

**Note:** Version bump only for package @sabertazimi/cra-template





# [5.16.0](https://github.com/sabertazimi/bod/compare/v5.15.2...v5.16.0) (2024-03-30)

**Note:** Version bump only for package @sabertazimi/cra-template
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sabertazimi/cra-template",
"version": "5.16.0",
"version": "5.17.0",
"description": "The base template for Bod CLI.",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-bod/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.

# [5.17.0](https://github.com/sabertazimi/bod/compare/v5.16.0...v5.17.0) (2024-03-30)

**Note:** Version bump only for package eslint-config-bod





# [5.16.0](https://github.com/sabertazimi/bod/compare/v5.15.2...v5.16.0) (2024-03-30)

**Note:** Version bump only for package eslint-config-bod
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-bod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-bod",
"version": "5.16.0",
"version": "5.17.0",
"description": "ESLint configuration used by Bod CLI.",
"license": "MIT",
"repository": {
Expand Down
17 changes: 17 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.17.0](https://github.com/sabertazimi/bod/compare/v5.16.0...v5.17.0) (2024-03-30)


### Bug Fixes

* **deps:** update dependency @antfu/eslint-config to ^2.11.6 ([#1139](https://github.com/sabertazimi/bod/issues/1139)) ([623eab5](https://github.com/sabertazimi/bod/commit/623eab59fb89b5e834a189889513a1ce0b0b96c8))
* **eslint-config:** project config for type-aware rules ([#1138](https://github.com/sabertazimi/bod/issues/1138)) ([b1ab580](https://github.com/sabertazimi/bod/commit/b1ab58095ae9ab65b9498060cca58ff58b1d1002))


### Features

* **eslint-config:** config for non type-aware rules ([#1141](https://github.com/sabertazimi/bod/issues/1141)) ([6900b0d](https://github.com/sabertazimi/bod/commit/6900b0de861644c61dd4baf9758ca7740330ccb9))





# [5.16.0](https://github.com/sabertazimi/bod/compare/v5.15.2...v5.16.0) (2024-03-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dg-scripts/eslint-config",
"type": "module",
"version": "5.16.0",
"version": "5.17.0",
"description": "ESLint configuration used by dg-scripts.",
"author": "sabertazimi <sabertazimi@gmail.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-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.

# [5.17.0](https://github.com/sabertazimi/bod/compare/v5.16.0...v5.17.0) (2024-03-30)

**Note:** Version bump only for package @sabertazimi/react-scripts





# [5.16.0](https://github.com/sabertazimi/bod/compare/v5.15.2...v5.16.0) (2024-03-30)

**Note:** Version bump only for package @sabertazimi/react-scripts
Expand Down
6 changes: 3 additions & 3 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sabertazimi/react-scripts",
"version": "5.16.0",
"version": "5.17.0",
"description": "Configuration and scripts for Bod CLI.",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"eslint": "^8.57.0",
"eslint-config-bod": "^5.16.0",
"eslint-config-bod": "^5.17.0",
"eslint-webpack-plugin": "^4.1.0",
"file-loader": "^6.2.0",
"fs-extra": "^11.2.0",
Expand Down Expand Up @@ -85,7 +85,7 @@
"source-map-loader": "^5.0.0",
"style-loader": "^3.3.4",
"stylelint": "^16.3.1",
"stylelint-config-bod": "^5.16.0",
"stylelint-config-bod": "^5.17.0",
"stylelint-prettier": "^5.0.0",
"stylelint-webpack-plugin": "^5.0.0",
"tailwindcss": "^3.4.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/stylelint-config-bod/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.

# [5.17.0](https://github.com/sabertazimi/bod/compare/v5.16.0...v5.17.0) (2024-03-30)

**Note:** Version bump only for package stylelint-config-bod





# [5.16.0](https://github.com/sabertazimi/bod/compare/v5.15.2...v5.16.0) (2024-03-30)

**Note:** Version bump only for package stylelint-config-bod
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-bod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-bod",
"version": "5.16.0",
"version": "5.17.0",
"description": "StyleLint configuration used by Bod CLI.",
"author": "sabertazimi <sabertazimi@gmail.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/stylelint-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.

# [5.17.0](https://github.com/sabertazimi/bod/compare/v5.16.0...v5.17.0) (2024-03-30)

**Note:** Version bump only for package @dg-scripts/stylelint-config





# [5.16.0](https://github.com/sabertazimi/bod/compare/v5.15.2...v5.16.0) (2024-03-30)

**Note:** Version bump only for package @dg-scripts/stylelint-config
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dg-scripts/stylelint-config",
"version": "5.16.0",
"version": "5.17.0",
"description": "StyleLint configuration used by dg-scripts.",
"author": "sabertazimi <sabertazimi@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
"stylelint": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"stylelint-config-bod": "^5.16.0",
"stylelint-config-bod": "^5.17.0",
"stylelint-prettier": "^5.0.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 904c604

Please sign in to comment.