Skip to content

Commit

Permalink
chore(release): publish v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 13, 2021
1 parent 2316242 commit c874eaf
Show file tree
Hide file tree
Showing 17 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.

### 5.0.1 (2021-05-13)

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





## 5.0.0 (2021-05-13)


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.0.0",
"version": "5.0.1",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/common/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.0.1 (2021-05-13)

**Note:** Version bump only for package @mach/common





## 5.0.0 (2021-05-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mach/common",
"version": "5.0.0",
"version": "5.0.1",
"description": "> TODO: description",
"author": "Joao Pedro Henrique <[email protected]>",
"homepage": "https://github.com/jpedroh/mach#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/database/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.0.1 (2021-05-13)

**Note:** Version bump only for package @mach/database





## 5.0.0 (2021-05-13)


Expand Down
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mach/database",
"version": "5.0.0",
"version": "5.0.1",
"description": "> TODO: description",
"author": "Joao Pedro Henrique <[email protected]>",
"homepage": "https://github.com/jpedroh/mach#readme",
Expand All @@ -23,7 +23,7 @@
"url": "https://github.com/jpedroh/mach/issues"
},
"dependencies": {
"@mach/common": "^5.0.0",
"@mach/common": "^5.0.1",
"pg": "^8.3.0",
"pg-hstore": "^2.3.3",
"sequelize": "^6.3.4"
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.0.1 (2021-05-13)

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





## 5.0.0 (2021-05-13)


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": "@mach/eslint-config",
"version": "5.0.0",
"version": "5.0.1",
"main": ".eslintrc.js",
"license": "MIT",
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/front/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.0.1 (2021-05-13)

**Note:** Version bump only for package @mach/front





## 5.0.0 (2021-05-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/front/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@mach/front",
"version": "5.0.0",
"version": "5.0.1",
"private": true,
"homepage": "https://jpedroh.github.io/mach",
"dependencies": {
"@craco/craco": "^6.1.2",
"@mach/common": "^5.0.0",
"@mach/common": "^5.0.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
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.

### 5.0.1 (2021-05-13)

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





## 5.0.0 (2021-05-13)


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": "@mach/prettier-config",
"version": "5.0.0",
"version": "5.0.1",
"main": "prettier.config.js",
"license": "MIT",
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/rest-api/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.0.1 (2021-05-13)

**Note:** Version bump only for package @mach/rest-api





## 5.0.0 (2021-05-13)


Expand Down
6 changes: 3 additions & 3 deletions packages/rest-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mach/rest-api",
"private": true,
"version": "5.0.0",
"version": "5.0.1",
"description": "> TODO: description",
"author": "Joao Pedro Henrique <[email protected]>",
"homepage": "https://github.com/jpedroh/mach#readme",
Expand All @@ -21,8 +21,8 @@
"url": "https://github.com/jpedroh/mach/issues"
},
"dependencies": {
"@mach/common": "^5.0.0",
"@mach/database": "^5.0.0",
"@mach/common": "^5.0.1",
"@mach/database": "^5.0.1",
"express": "^4.17.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/rpl-crawler/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.0.1 (2021-05-13)

**Note:** Version bump only for package @mach/rpl-crawler





## 5.0.0 (2021-05-13)


Expand Down
6 changes: 3 additions & 3 deletions packages/rpl-crawler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mach/rpl-crawler",
"private": true,
"version": "5.0.0",
"version": "5.0.1",
"main": "dist/index.js",
"files": [
"dist"
Expand All @@ -13,8 +13,8 @@
"build": "tsc"
},
"dependencies": {
"@mach/common": "^5.0.0",
"@mach/database": "^5.0.0",
"@mach/common": "^5.0.1",
"@mach/database": "^5.0.1",
"adm-zip": "^0.4.16",
"axios": "^0.21.1"
},
Expand Down

0 comments on commit c874eaf

Please sign in to comment.