Skip to content

Commit

Permalink
chore: tag and release v0.4.8 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
roboticcondor committed Jun 7, 2021
1 parent c4b50f3 commit 032331e
Show file tree
Hide file tree
Showing 16 changed files with 79 additions and 15 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.

## 0.4.8 (2021-06-07)

**Note:** Version bump only for package @radicalcondor/config





## 0.4.7 (2021-06-07)

**Note:** Version bump only for package @radicalcondor/config
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.4.7"
"version": "0.4.8"
}
8 changes: 8 additions & 0 deletions packages/commitlint-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.4.8 (2021-06-07)

**Note:** Version bump only for package @radicalcondor/commitlint-config





## 0.4.7 (2021-06-07)

**Note:** Version bump only for package @radicalcondor/commitlint-config
Expand Down
4 changes: 2 additions & 2 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@radicalcondor/commitlint-config",
"description": "CommitLint config for Radical Condor repositories",
"version": "0.4.7",
"version": "0.4.8",
"license": "MIT",
"main": "src/index.json",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"ts-jest": ">=26"
},
"devDependencies": {
"@radicalcondor/internal": "^0.4.7",
"@radicalcondor/internal": "^0.4.8",
"ajv-cli": "^5",
"lint-staged": "^11",
"prettier": "^2",
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.4.8 (2021-06-07)

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





## 0.4.7 (2021-06-07)

**Note:** Version bump only for package @radicalcondor/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,7 +1,7 @@
{
"name": "@radicalcondor/eslint-config",
"description": "ESLint config for Radical Condor repositories",
"version": "0.4.7",
"version": "0.4.8",
"license": "MIT",
"main": "src/index.json",
"keywords": [
Expand Down Expand Up @@ -43,8 +43,8 @@
"typescript": ">=4"
},
"devDependencies": {
"@radicalcondor/lintstaged-config": "^0.4.7",
"@radicalcondor/prettier-config": "^0.4.7",
"@radicalcondor/lintstaged-config": "^0.4.8",
"@radicalcondor/prettier-config": "^0.4.8",
"@typescript-eslint/eslint-plugin": "^4",
"@typescript-eslint/parser": "^4",
"ajv-cli": "^5",
Expand Down
8 changes: 8 additions & 0 deletions packages/internal/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.4.8 (2021-06-07)

**Note:** Version bump only for package @radicalcondor/internal





## 0.4.7 (2021-06-07)

**Note:** Version bump only for package @radicalcondor/internal
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@radicalcondor/internal",
"description": "Internal package for Radical Condor Config repositories",
"version": "0.4.7",
"version": "0.4.8",
"license": "MIT",
"private": true,
"main": "src/index.js",
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.4.8 (2021-06-07)

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





## 0.4.7 (2021-06-07)

**Note:** Version bump only for package @radicalcondor/jest-config
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@radicalcondor/jest-config",
"description": "Jest config for Radical Condor repositories",
"version": "0.4.7",
"version": "0.4.8",
"license": "MIT",
"main": "src/index.json",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"ts-jest": ">=26"
},
"devDependencies": {
"@radicalcondor/internal": "^0.4.7",
"@radicalcondor/internal": "^0.4.8",
"ajv-cli": "^5",
"ajv-formats": "^2",
"lint-staged": "^11",
Expand Down
8 changes: 8 additions & 0 deletions packages/lintstaged-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.4.8 (2021-06-07)

**Note:** Version bump only for package @radicalcondor/lintstaged-config





## 0.4.7 (2021-06-07)

**Note:** Version bump only for package @radicalcondor/lintstaged-config
Expand Down
4 changes: 2 additions & 2 deletions packages/lintstaged-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@radicalcondor/lintstaged-config",
"description": "Lint Staged config for Radical Condor repositories",
"version": "0.4.7",
"version": "0.4.8",
"license": "MIT",
"main": "src/index.json",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"lint-staged": ">=10"
},
"devDependencies": {
"@radicalcondor/internal": "^0.4.7",
"@radicalcondor/internal": "^0.4.8",
"ajv-cli": "^5",
"lint-staged": "^11",
"prettier": "^2",
Expand Down
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.4.8 (2021-06-07)

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





## 0.4.7 (2021-06-07)

**Note:** Version bump only for package @radicalcondor/prettier-config
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@radicalcondor/prettier-config",
"description": "Prettier config for Radical Condor repositories",
"version": "0.4.7",
"version": "0.4.8",
"license": "MIT",
"main": "src/index.json",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"prettier": ">=1"
},
"devDependencies": {
"@radicalcondor/internal": "^0.4.7",
"@radicalcondor/internal": "^0.4.8",
"ajv-cli": "^5",
"lint-staged": "^11",
"prettier": "^2",
Expand Down
8 changes: 8 additions & 0 deletions packages/tsconfig/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.4.8 (2021-06-07)

**Note:** Version bump only for package @radicalcondor/tsconfig





## 0.4.7 (2021-06-07)

**Note:** Version bump only for package @radicalcondor/tsconfig
Expand Down
4 changes: 2 additions & 2 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@radicalcondor/tsconfig",
"description": "TypeScript config for Radical Condor repositories",
"version": "0.4.7",
"version": "0.4.8",
"license": "MIT",
"main": "tsconfig.json",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"typescript": ">=4"
},
"devDependencies": {
"@radicalcondor/internal": "^0.4.7",
"@radicalcondor/internal": "^0.4.8",
"ajv-cli": "^5",
"lint-staged": "^11",
"prettier": "^2",
Expand Down

0 comments on commit 032331e

Please sign in to comment.