Skip to content

Commit

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


### Features

* **eslint-config:** only allow camelCase and PascalCase file names ([94278f6](https://github.com/radicalcondor/config/commit/94278f6637f55317b8f2d86257befcfa8ceb21d2))





## 0.0.14 (2021-05-16)

**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.0.14"
"version": "0.1.0"
}
11 changes: 11 additions & 0 deletions packages/eslint-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.1.0 (2021-05-17)


### Features

* **eslint-config:** only allow camelCase and PascalCase file names ([94278f6](https://github.com/radicalcondor/config/commit/94278f6637f55317b8f2d86257befcfa8ceb21d2))





## 0.0.14 (2021-05-16)

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


### Features

* **eslint-config:** only allow camelCase and PascalCase file names ([94278f6](https://github.com/radicalcondor/config/commit/94278f6637f55317b8f2d86257befcfa8ceb21d2))





## 0.0.14 (2021-05-16)

**Note:** Version bump only for package @radicalcondor/jest-config
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.0.14",
"version": "0.1.0",
"license": "MIT",
"main": "src/index.json",
"keywords": [
Expand Down Expand Up @@ -35,8 +35,8 @@
"ts-jest": ">=26"
},
"devDependencies": {
"@radicalcondor/lintstaged-config": "^0.0.14",
"@radicalcondor/prettier-config": "^0.0.14",
"@radicalcondor/lintstaged-config": "^0.1.0",
"@radicalcondor/prettier-config": "^0.1.0",
"lint-staged": "^10",
"prettier": "^2",
"rimraf": "^3"
Expand Down
11 changes: 11 additions & 0 deletions packages/lintstaged-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.1.0 (2021-05-17)


### Features

* **eslint-config:** only allow camelCase and PascalCase file names ([94278f6](https://github.com/radicalcondor/config/commit/94278f6637f55317b8f2d86257befcfa8ceb21d2))





## 0.0.14 (2021-05-16)

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


### Features

* **eslint-config:** only allow camelCase and PascalCase file names ([94278f6](https://github.com/radicalcondor/config/commit/94278f6637f55317b8f2d86257befcfa8ceb21d2))





## 0.0.14 (2021-05-16)

**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.0.14",
"version": "0.1.0",
"license": "MIT",
"main": "src/index.json",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"prettier": ">=1"
},
"devDependencies": {
"@radicalcondor/lintstaged-config": "^0.0.14",
"@radicalcondor/lintstaged-config": "^0.1.0",
"ajv-cli": "^3",
"lint-staged": "^10",
"prettier": "^2",
Expand Down
11 changes: 11 additions & 0 deletions packages/tsconfig/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.1.0 (2021-05-17)


### Features

* **eslint-config:** only allow camelCase and PascalCase file names ([94278f6](https://github.com/radicalcondor/config/commit/94278f6637f55317b8f2d86257befcfa8ceb21d2))





## 0.0.14 (2021-05-16)

**Note:** Version bump only for package @radicalcondor/tsconfig
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.0.14",
"version": "0.1.0",
"license": "MIT",
"main": "tsconfig.json",
"keywords": [
Expand Down Expand Up @@ -33,8 +33,8 @@
"typescript": ">=4"
},
"devDependencies": {
"@radicalcondor/lintstaged-config": "^0.0.14",
"@radicalcondor/prettier-config": "^0.0.14",
"@radicalcondor/lintstaged-config": "^0.1.0",
"@radicalcondor/prettier-config": "^0.1.0",
"ajv-cli": "^3",
"lint-staged": "^10",
"prettier": "^2",
Expand Down

0 comments on commit 7618823

Please sign in to comment.