From b7e539ae951ff4d018a3e1a1c10408e20863053b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 13 May 2021 23:45:37 +0000 Subject: [PATCH] chore(release): publish v5.0.2 --- CHANGELOG.md | 9 +++++++++ lerna.json | 2 +- packages/common/CHANGELOG.md | 9 +++++++++ packages/common/package.json | 2 +- packages/database/CHANGELOG.md | 9 +++++++++ packages/database/package.json | 4 ++-- packages/eslint-config/CHANGELOG.md | 9 +++++++++ packages/eslint-config/package.json | 2 +- packages/front/CHANGELOG.md | 9 +++++++++ packages/front/package-lock.json | 2 +- packages/front/package.json | 4 ++-- packages/prettier-config/CHANGELOG.md | 9 +++++++++ packages/prettier-config/package.json | 2 +- packages/rest-api/CHANGELOG.md | 9 +++++++++ packages/rest-api/package.json | 6 +++--- packages/rpl-crawler/CHANGELOG.md | 9 +++++++++ packages/rpl-crawler/package.json | 6 +++--- 17 files changed, 87 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cefd09dc..71de6f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### 5.0.2 (2021-05-13) + + +### Bug Fixes + +* add PUBLIC_URL to browser router ([31626f3](https://github.com/jpedroh/mach/commit/31626f31fa91fb2081731e71fbdde1ab12ff458e)) + + + ### 5.0.1 (2021-05-13) **Note:** Version bump only for package root diff --git a/lerna.json b/lerna.json index ab8854bd..168917db 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "5.0.1", + "version": "5.0.2", "packages": [ "packages/*" ], diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 8b183082..3e108fed 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### 5.0.2 (2021-05-13) + + +### Bug Fixes + +* add PUBLIC_URL to browser router ([31626f3](https://github.com/jpedroh/mach/commit/31626f31fa91fb2081731e71fbdde1ab12ff458e)) + + + ### 5.0.1 (2021-05-13) **Note:** Version bump only for package @mach/common diff --git a/packages/common/package.json b/packages/common/package.json index 79f9c608..b15e4572 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@mach/common", - "version": "5.0.1", + "version": "5.0.2", "description": "> TODO: description", "author": "Joao Pedro Henrique ", "homepage": "https://github.com/jpedroh/mach#readme", diff --git a/packages/database/CHANGELOG.md b/packages/database/CHANGELOG.md index ab0216a0..a8a05c35 100644 --- a/packages/database/CHANGELOG.md +++ b/packages/database/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### 5.0.2 (2021-05-13) + + +### Bug Fixes + +* add PUBLIC_URL to browser router ([31626f3](https://github.com/jpedroh/mach/commit/31626f31fa91fb2081731e71fbdde1ab12ff458e)) + + + ### 5.0.1 (2021-05-13) **Note:** Version bump only for package @mach/database diff --git a/packages/database/package.json b/packages/database/package.json index d614988d..e60722a4 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -1,6 +1,6 @@ { "name": "@mach/database", - "version": "5.0.1", + "version": "5.0.2", "description": "> TODO: description", "author": "Joao Pedro Henrique ", "homepage": "https://github.com/jpedroh/mach#readme", @@ -23,7 +23,7 @@ "url": "https://github.com/jpedroh/mach/issues" }, "dependencies": { - "@mach/common": "^5.0.1", + "@mach/common": "^5.0.2", "pg": "^8.3.0", "pg-hstore": "^2.3.3", "sequelize": "^6.3.4" diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 3f753ce8..349993ad 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### 5.0.2 (2021-05-13) + + +### Bug Fixes + +* add PUBLIC_URL to browser router ([31626f3](https://github.com/jpedroh/mach/commit/31626f31fa91fb2081731e71fbdde1ab12ff458e)) + + + ### 5.0.1 (2021-05-13) **Note:** Version bump only for package @mach/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 27ca3741..a03ee35a 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mach/eslint-config", - "version": "5.0.1", + "version": "5.0.2", "main": ".eslintrc.js", "license": "MIT", "devDependencies": { diff --git a/packages/front/CHANGELOG.md b/packages/front/CHANGELOG.md index 8c08f995..93613949 100644 --- a/packages/front/CHANGELOG.md +++ b/packages/front/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### 5.0.2 (2021-05-13) + + +### Bug Fixes + +* add PUBLIC_URL to browser router ([31626f3](https://github.com/jpedroh/mach/commit/31626f31fa91fb2081731e71fbdde1ab12ff458e)) + + + ### 5.0.1 (2021-05-13) **Note:** Version bump only for package @mach/front diff --git a/packages/front/package-lock.json b/packages/front/package-lock.json index 9e556412..61c880c1 100644 --- a/packages/front/package-lock.json +++ b/packages/front/package-lock.json @@ -1,6 +1,6 @@ { "name": "front", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/front/package.json b/packages/front/package.json index a40b4765..1eaa4cb1 100644 --- a/packages/front/package.json +++ b/packages/front/package.json @@ -1,11 +1,11 @@ { "name": "@mach/front", - "version": "5.0.1", + "version": "5.0.2", "private": true, "homepage": "https://jpedroh.github.io/mach", "dependencies": { "@craco/craco": "^6.1.2", - "@mach/common": "^5.0.1", + "@mach/common": "^5.0.2", "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^11.2.6", "@testing-library/user-event": "^12.8.3", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index ef4f4023..be4b7e51 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### 5.0.2 (2021-05-13) + + +### Bug Fixes + +* add PUBLIC_URL to browser router ([31626f3](https://github.com/jpedroh/mach/commit/31626f31fa91fb2081731e71fbdde1ab12ff458e)) + + + ### 5.0.1 (2021-05-13) **Note:** Version bump only for package @mach/prettier-config diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 84f279fa..c51ab4f1 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@mach/prettier-config", - "version": "5.0.1", + "version": "5.0.2", "main": "prettier.config.js", "license": "MIT", "devDependencies": { diff --git a/packages/rest-api/CHANGELOG.md b/packages/rest-api/CHANGELOG.md index 760c6c04..5a5e6286 100644 --- a/packages/rest-api/CHANGELOG.md +++ b/packages/rest-api/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### 5.0.2 (2021-05-13) + + +### Bug Fixes + +* add PUBLIC_URL to browser router ([31626f3](https://github.com/jpedroh/mach/commit/31626f31fa91fb2081731e71fbdde1ab12ff458e)) + + + ### 5.0.1 (2021-05-13) **Note:** Version bump only for package @mach/rest-api diff --git a/packages/rest-api/package.json b/packages/rest-api/package.json index d5509cfb..30413c9e 100644 --- a/packages/rest-api/package.json +++ b/packages/rest-api/package.json @@ -1,7 +1,7 @@ { "name": "@mach/rest-api", "private": true, - "version": "5.0.1", + "version": "5.0.2", "description": "> TODO: description", "author": "Joao Pedro Henrique ", "homepage": "https://github.com/jpedroh/mach#readme", @@ -21,8 +21,8 @@ "url": "https://github.com/jpedroh/mach/issues" }, "dependencies": { - "@mach/common": "^5.0.1", - "@mach/database": "^5.0.1", + "@mach/common": "^5.0.2", + "@mach/database": "^5.0.2", "express": "^4.17.1" }, "devDependencies": { diff --git a/packages/rpl-crawler/CHANGELOG.md b/packages/rpl-crawler/CHANGELOG.md index 7310ace4..4d2ec1ac 100644 --- a/packages/rpl-crawler/CHANGELOG.md +++ b/packages/rpl-crawler/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### 5.0.2 (2021-05-13) + + +### Bug Fixes + +* add PUBLIC_URL to browser router ([31626f3](https://github.com/jpedroh/mach/commit/31626f31fa91fb2081731e71fbdde1ab12ff458e)) + + + ### 5.0.1 (2021-05-13) **Note:** Version bump only for package @mach/rpl-crawler diff --git a/packages/rpl-crawler/package.json b/packages/rpl-crawler/package.json index 46cb58d6..a63e4ae7 100644 --- a/packages/rpl-crawler/package.json +++ b/packages/rpl-crawler/package.json @@ -1,7 +1,7 @@ { "name": "@mach/rpl-crawler", "private": true, - "version": "5.0.1", + "version": "5.0.2", "main": "dist/index.js", "files": [ "dist" @@ -13,8 +13,8 @@ "build": "tsc" }, "dependencies": { - "@mach/common": "^5.0.1", - "@mach/database": "^5.0.1", + "@mach/common": "^5.0.2", + "@mach/database": "^5.0.2", "adm-zip": "^0.4.16", "axios": "^0.21.1" },