Skip to content

Commit

Permalink
chore(release): 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
john-d-pelingo committed Jul 3, 2021
1 parent 4a349d3 commit 8690d05
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.18](https://github.com/john-d-pelingo/jdp-scripts/compare/v0.0.17...v0.0.18) (2021-07-03)

### [0.0.17](https://github.com/john-d-pelingo/jdp-scripts/compare/v0.0.16...v0.0.17) (2021-03-17)

### [0.0.16](https://github.com/john-d-pelingo/jdp-scripts/compare/v0.0.15...v0.0.16) (2021-02-24)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.17",
"version": "0.0.18",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdp-dev/commitlint-config",
"version": "0.0.17",
"version": "0.0.18",
"description": "My shareable commitlint config.",
"private": false,
"homepage": "https://github.com/john-d-pelingo/jdp-scripts",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdp-dev/eslint-config-typescript-react",
"version": "0.0.17",
"version": "0.0.18",
"description": "My shareable ESLint config for TypeScript React projects.",
"private": false,
"homepage": "https://github.com/john-d-pelingo/jdp-scripts",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdp-dev/eslint-config-typescript",
"version": "0.0.17",
"version": "0.0.18",
"description": "My shareable ESLint config for TypeScript projects.",
"private": false,
"homepage": "https://github.com/john-d-pelingo/jdp-scripts",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdp-dev/eslint-config",
"version": "0.0.17",
"version": "0.0.18",
"description": "My shareable ESLint config for JavaScript projects.",
"private": false,
"homepage": "https://github.com/john-d-pelingo/jdp-scripts",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdp-dev/prettier-config",
"version": "0.0.17",
"version": "0.0.18",
"description": "My shareable Prettier config.",
"private": false,
"homepage": "https://github.com/john-d-pelingo/jdp-scripts",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdp-dev/tsconfig",
"version": "0.0.17",
"version": "0.0.18",
"description": "My shareable TypeScript config.",
"private": false,
"homepage": "https://github.com/john-d-pelingo/jdp-scripts",
Expand Down

0 comments on commit 8690d05

Please sign in to comment.