Skip to content

Commit

Permalink
chore(release): 5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Oct 14, 2021
1 parent 1d6300f commit 313873e
Show file tree
Hide file tree
Showing 31 changed files with 179 additions and 40 deletions.
16 changes: 16 additions & 0 deletions 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.

## [5.5.2](https://github.com/sabertazimi/bod/compare/v5.5.1...v5.5.2) (2021-10-14)


### Bug Fixes

* **deps:** bump @rushstack/eslint-patch to 1.0.8 ([507054b](https://github.com/sabertazimi/bod/commit/507054bf9b2b7881c88d9356268bf0202253b102))
* **deps:** bump eslint-plugin-import to 2.25.x ([4056231](https://github.com/sabertazimi/bod/commit/4056231e1191ddb210fe2ca08b4e6ca88f44a1be)), closes [#247](https://github.com/sabertazimi/bod/issues/247) [#242](https://github.com/sabertazimi/bod/issues/242)
* **deps:** bump eslint-plugin-jest to 25.0.6 ([6a8bf88](https://github.com/sabertazimi/bod/commit/6a8bf88befbabbd5a9e0b7fe88d9363194b9f742)), closes [#247](https://github.com/sabertazimi/bod/issues/247) [#242](https://github.com/sabertazimi/bod/issues/242)
* **deps:** bump eslint-plugin-unicorn to v37 ([4ec237c](https://github.com/sabertazimi/bod/commit/4ec237ce06d18dc7b562c9b9c4256ac339bfc371))
* **eslint-bod:** drop `eslint-plugin-flowtype` support ([4e2a2e4](https://github.com/sabertazimi/bod/commit/4e2a2e43cbe9c5fe6fb8d9c7861b13b2e6febbc9)), closes [#247](https://github.com/sabertazimi/bod/issues/247) [#242](https://github.com/sabertazimi/bod/issues/242)
* **eslint-bod:** rectify ESLint Babel preset resolution ([1d6300f](https://github.com/sabertazimi/bod/commit/1d6300f655a1f555df5c82bd0ea57210290f4e9c))





## [5.5.1](https://github.com/sabertazimi/bod/compare/v5.5.0...v5.5.1) (2021-10-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": "5.5.1",
"version": "5.5.2",
"npmClient": "yarn",
"command": {
"bootstrap": {
Expand Down
8 changes: 8 additions & 0 deletions packages/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.5.2](https://github.com/sabertazimi/bod/compare/v5.5.1...v5.5.2) (2021-10-14)

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





## [5.5.1](https://github.com/sabertazimi/bod/compare/v5.5.0...v5.5.1) (2021-10-12)

**Note:** Version bump only for package bod
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.5.1",
"version": "5.5.2",
"description": "Boilerplate CLI App",
"scripts": {
"build": "yarn clean && yarn compile",
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.5.2](https://github.com/sabertazimi/bod/compare/v5.5.1...v5.5.2) (2021-10-14)

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





## [5.5.1](https://github.com/sabertazimi/bod/compare/v5.5.0...v5.5.1) (2021-10-12)

**Note:** Version bump only for package cra-template-bod
Expand Down
4 changes: 2 additions & 2 deletions 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.5.1",
"version": "5.5.2",
"keywords": [
"bod",
"bod-cli",
Expand Down Expand Up @@ -49,7 +49,7 @@
"web-vitals": "^2.1.1"
},
"devDependencies": {
"@sabertazimi/react-scripts": "^5.5.1",
"@sabertazimi/react-scripts": "^5.5.2",
"@testing-library/dom": "^8.7.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
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.5.2](https://github.com/sabertazimi/bod/compare/v5.5.1...v5.5.2) (2021-10-14)

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





## [5.5.1](https://github.com/sabertazimi/bod/compare/v5.5.0...v5.5.1) (2021-10-12)

**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.5.1",
"version": "5.5.2",
"keywords": [
"bod",
"bod-cli",
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.5.2](https://github.com/sabertazimi/bod/compare/v5.5.1...v5.5.2) (2021-10-14)

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





## [5.5.1](https://github.com/sabertazimi/bod/compare/v5.5.0...v5.5.1) (2021-10-12)

**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.5.1",
"version": "5.5.2",
"keywords": [
"bod",
"bod-cli",
Expand Down
12 changes: 12 additions & 0 deletions packages/eslint-config-basic/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.

## [5.5.2](https://github.com/sabertazimi/bod/compare/v5.5.1...v5.5.2) (2021-10-14)


### Bug Fixes

* **deps:** bump eslint-plugin-import to 2.25.x ([4056231](https://github.com/sabertazimi/bod/commit/4056231e1191ddb210fe2ca08b4e6ca88f44a1be)), closes [#247](https://github.com/sabertazimi/bod/issues/247) [#242](https://github.com/sabertazimi/bod/issues/242)
* **deps:** bump eslint-plugin-unicorn to v37 ([4ec237c](https://github.com/sabertazimi/bod/commit/4ec237ce06d18dc7b562c9b9c4256ac339bfc371))





## [5.5.1](https://github.com/sabertazimi/bod/compare/v5.5.0...v5.5.1) (2021-10-12)

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

## [5.5.2](https://github.com/sabertazimi/bod/compare/v5.5.1...v5.5.2) (2021-10-14)


### Bug Fixes

* **deps:** bump @rushstack/eslint-patch to 1.0.8 ([507054b](https://github.com/sabertazimi/bod/commit/507054bf9b2b7881c88d9356268bf0202253b102))
* **deps:** bump eslint-plugin-import to 2.25.x ([4056231](https://github.com/sabertazimi/bod/commit/4056231e1191ddb210fe2ca08b4e6ca88f44a1be)), closes [#247](https://github.com/sabertazimi/bod/issues/247) [#242](https://github.com/sabertazimi/bod/issues/242)
* **deps:** bump eslint-plugin-jest to 25.0.6 ([6a8bf88](https://github.com/sabertazimi/bod/commit/6a8bf88befbabbd5a9e0b7fe88d9363194b9f742)), closes [#247](https://github.com/sabertazimi/bod/issues/247) [#242](https://github.com/sabertazimi/bod/issues/242)
* **eslint-bod:** drop `eslint-plugin-flowtype` support ([4e2a2e4](https://github.com/sabertazimi/bod/commit/4e2a2e43cbe9c5fe6fb8d9c7861b13b2e6febbc9)), closes [#247](https://github.com/sabertazimi/bod/issues/247) [#242](https://github.com/sabertazimi/bod/issues/242)
* **eslint-bod:** rectify ESLint Babel preset resolution ([1d6300f](https://github.com/sabertazimi/bod/commit/1d6300f655a1f555df5c82bd0ea57210290f4e9c))





## [5.5.1](https://github.com/sabertazimi/bod/compare/v5.5.0...v5.5.1) (2021-10-12)


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.5.1",
"version": "5.5.2",
"description": "ESLint configuration used by Bod CLI.",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-react/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.5.2](https://github.com/sabertazimi/bod/compare/v5.5.1...v5.5.2) (2021-10-14)

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





## [5.5.1](https://github.com/sabertazimi/bod/compare/v5.5.0...v5.5.1) (2021-10-12)

**Note:** Version bump only for package @dg-scripts/eslint-config-react
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dg-scripts/eslint-config-react",
"version": "5.5.1",
"version": "5.5.2",
"description": "ESLint React configuration used by dg-scripts.",
"keywords": [
"dg-scripts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"eslint": "^7.32.0 || >=8.0.0"
},
"dependencies": {
"eslint-config-bod": "^5.5.1"
"eslint-config-bod": "^5.5.2"
},
"devDependencies": {
"eslint": "^7.32.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-ts/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.5.2](https://github.com/sabertazimi/bod/compare/v5.5.1...v5.5.2) (2021-10-14)

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





## [5.5.1](https://github.com/sabertazimi/bod/compare/v5.5.0...v5.5.1) (2021-10-12)

**Note:** Version bump only for package @dg-scripts/eslint-config-ts
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dg-scripts/eslint-config-ts",
"version": "5.5.1",
"version": "5.5.2",
"description": "ESLint TypeScript configuration used by dg-scripts.",
"keywords": [
"dg-scripts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"typescript": "^4.0.0"
},
"dependencies": {
"@dg-scripts/eslint-config-basic": "^5.5.1",
"@dg-scripts/eslint-config-basic": "^5.5.2",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-vue/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.5.2](https://github.com/sabertazimi/bod/compare/v5.5.1...v5.5.2) (2021-10-14)

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





## [5.5.1](https://github.com/sabertazimi/bod/compare/v5.5.0...v5.5.1) (2021-10-12)

**Note:** Version bump only for package @dg-scripts/eslint-config-vue
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dg-scripts/eslint-config-vue",
"version": "5.5.1",
"version": "5.5.2",
"description": "ESLint Vue configuration used by dg-scripts.",
"keywords": [
"dg-scripts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"typescript": "^4.0.0"
},
"dependencies": {
"@dg-scripts/eslint-config-ts": "^5.5.1",
"@dg-scripts/eslint-config-ts": "^5.5.2",
"eslint-plugin-vue": "^7.19.1"
},
"devDependencies": {
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.

## [5.5.2](https://github.com/sabertazimi/bod/compare/v5.5.1...v5.5.2) (2021-10-14)

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





## [5.5.1](https://github.com/sabertazimi/bod/compare/v5.5.0...v5.5.1) (2021-10-12)

**Note:** Version bump only for package @dg-scripts/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": "@dg-scripts/eslint-config",
"version": "5.5.1",
"version": "5.5.2",
"description": "ESLint configuration used by dg-scripts.",
"keywords": [
"dg-scripts",
Expand Down Expand Up @@ -38,8 +38,8 @@
"typescript": "^4.0.0"
},
"dependencies": {
"@dg-scripts/eslint-config-react": "^5.5.1",
"@dg-scripts/eslint-config-vue": "^5.5.1",
"@dg-scripts/eslint-config-react": "^5.5.2",
"@dg-scripts/eslint-config-vue": "^5.5.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0"
},
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.5.2](https://github.com/sabertazimi/bod/compare/v5.5.1...v5.5.2) (2021-10-14)

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





## [5.5.1](https://github.com/sabertazimi/bod/compare/v5.5.0...v5.5.1) (2021-10-12)

**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.5.1",
"version": "5.5.2",
"keywords": [
"bod",
"bod-cli",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"eslint": "^7.32.0",
"eslint-config-bod": "^5.5.1",
"eslint-config-bod": "^5.5.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-webpack-plugin": "^3.0.1",
Expand Down Expand Up @@ -76,7 +76,7 @@
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.0",
"stylelint": "^13.13.1",
"stylelint-config-bod": "^5.5.1",
"stylelint-config-bod": "^5.5.2",
"stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^1.2.0",
"stylelint-webpack-plugin": "^3.0.1",
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.5.2](https://github.com/sabertazimi/bod/compare/v5.5.1...v5.5.2) (2021-10-14)

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





## [5.5.1](https://github.com/sabertazimi/bod/compare/v5.5.0...v5.5.1) (2021-10-12)

**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.5.1",
"version": "5.5.2",
"description": "StyleLint configuration used by Bod CLI.",
"main": "index.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/stylelint-config-mass/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.5.2](https://github.com/sabertazimi/bod/compare/v5.5.1...v5.5.2) (2021-10-14)

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





## [5.5.1](https://github.com/sabertazimi/bod/compare/v5.5.0...v5.5.1) (2021-10-12)

**Note:** Version bump only for package stylelint-config-mass
Expand Down
Loading

0 comments on commit 313873e

Please sign in to comment.