Skip to content

Commit

Permalink
chore: tag and release v0.1.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
roboticcondor committed May 18, 2021
1 parent 5d30b10 commit 6c674ce
Show file tree
Hide file tree
Showing 12 changed files with 62 additions and 14 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.1.1 (2021-05-18)

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





# 0.1.0 (2021-05-17)


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.1.0"
"version": "0.1.1"
}
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.1.1 (2021-05-18)

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





# 0.1.0 (2021-05-17)


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.1.0",
"version": "0.1.1",
"license": "MIT",
"main": "src/index.json",
"keywords": [
Expand Down Expand Up @@ -42,8 +42,8 @@
"typescript": ">=4"
},
"devDependencies": {
"@radicalcondor/lintstaged-config": "^0.1.0",
"@radicalcondor/prettier-config": "^0.1.0",
"@radicalcondor/lintstaged-config": "^0.1.1",
"@radicalcondor/prettier-config": "^0.1.1",
"@typescript-eslint/eslint-plugin": "^4",
"@typescript-eslint/parser": "^4",
"ajv-cli": "^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.1.1 (2021-05-18)

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





# 0.1.0 (2021-05-17)


Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "0.1.1",
"license": "MIT",
"main": "src/index.json",
"keywords": [
Expand Down Expand Up @@ -35,8 +35,8 @@
"ts-jest": ">=26"
},
"devDependencies": {
"@radicalcondor/lintstaged-config": "^0.1.0",
"@radicalcondor/prettier-config": "^0.1.0",
"@radicalcondor/lintstaged-config": "^0.1.1",
"@radicalcondor/prettier-config": "^0.1.1",
"lint-staged": "^10",
"prettier": "^2",
"rimraf": "^3"
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.1.1 (2021-05-18)

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





# 0.1.0 (2021-05-17)


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.1.0",
"version": "0.1.1",
"license": "MIT",
"main": "src/index.json",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"lint-staged": ">=10"
},
"devDependencies": {
"@radicalcondor/prettier-config": "^0.1.0",
"@radicalcondor/prettier-config": "^0.1.1",
"ajv-cli": "^3",
"lint-staged": "^10",
"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.1.1 (2021-05-18)

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





# 0.1.0 (2021-05-17)


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.1.0",
"version": "0.1.1",
"license": "MIT",
"main": "src/index.json",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"prettier": ">=1"
},
"devDependencies": {
"@radicalcondor/lintstaged-config": "^0.1.0",
"@radicalcondor/lintstaged-config": "^0.1.1",
"ajv-cli": "^3",
"lint-staged": "^10",
"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.1.1 (2021-05-18)

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





# 0.1.0 (2021-05-17)


Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "0.1.1",
"license": "MIT",
"main": "tsconfig.json",
"keywords": [
Expand Down Expand Up @@ -33,8 +33,8 @@
"typescript": ">=4"
},
"devDependencies": {
"@radicalcondor/lintstaged-config": "^0.1.0",
"@radicalcondor/prettier-config": "^0.1.0",
"@radicalcondor/lintstaged-config": "^0.1.1",
"@radicalcondor/prettier-config": "^0.1.1",
"ajv-cli": "^3",
"lint-staged": "^10",
"prettier": "^2",
Expand Down

0 comments on commit 6c674ce

Please sign in to comment.