diff --git a/CHANGELOG.md b/CHANGELOG.md index da146f14..0e880190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.0.0 (2021-05-13) + + +### ⚠ BREAKING CHANGES + +* **front:** The front end project has been migrated from NextJS to CRA. + +### Features + +* **front:** complete migration to CRA ([#52](https://github.com/jpedroh/mach/issues/52)) ([98f7d41](https://github.com/jpedroh/mach/commit/98f7d41783bc62b76a2fd3fc4007dd76f3517c8f)) + + + ### 4.1.11 (2021-05-13) diff --git a/lerna.json b/lerna.json index 861b0bca..09425573 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.1.11", + "version": "5.0.0", "packages": [ "packages/*" ], diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 67410725..6edfd841 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.0.0 (2021-05-13) + + +### ⚠ BREAKING CHANGES + +* **front:** The front end project has been migrated from NextJS to CRA. + +### Features + +* **front:** complete migration to CRA ([#52](https://github.com/jpedroh/mach/issues/52)) ([98f7d41](https://github.com/jpedroh/mach/commit/98f7d41783bc62b76a2fd3fc4007dd76f3517c8f)) + + + ### 4.1.11 (2021-05-13) diff --git a/packages/common/package.json b/packages/common/package.json index 8b7beb6f..48174329 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@mach/common", - "version": "4.1.11", + "version": "5.0.0", "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 7dc54d5f..1c869d59 100644 --- a/packages/database/CHANGELOG.md +++ b/packages/database/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.0.0 (2021-05-13) + + +### ⚠ BREAKING CHANGES + +* **front:** The front end project has been migrated from NextJS to CRA. + +### Features + +* **front:** complete migration to CRA ([#52](https://github.com/jpedroh/mach/issues/52)) ([98f7d41](https://github.com/jpedroh/mach/commit/98f7d41783bc62b76a2fd3fc4007dd76f3517c8f)) + + + ### 4.1.11 (2021-05-13) diff --git a/packages/database/package.json b/packages/database/package.json index 71974316..9db8271f 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -1,6 +1,6 @@ { "name": "@mach/database", - "version": "4.1.11", + "version": "5.0.0", "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": "^4.1.11", + "@mach/common": "^5.0.0", "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 5a203b30..28d37858 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.0.0 (2021-05-13) + + +### ⚠ BREAKING CHANGES + +* **front:** The front end project has been migrated from NextJS to CRA. + +### Features + +* **front:** complete migration to CRA ([#52](https://github.com/jpedroh/mach/issues/52)) ([98f7d41](https://github.com/jpedroh/mach/commit/98f7d41783bc62b76a2fd3fc4007dd76f3517c8f)) + + + ### 4.1.11 (2021-05-13) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index ae6d0117..a8a27584 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mach/eslint-config", - "version": "4.1.11", + "version": "5.0.0", "main": ".eslintrc.js", "license": "MIT", "devDependencies": { diff --git a/packages/front/CHANGELOG.md b/packages/front/CHANGELOG.md index ec23655d..caf639e0 100644 --- a/packages/front/CHANGELOG.md +++ b/packages/front/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.0.0 (2021-05-13) + + +### ⚠ BREAKING CHANGES + +* **front:** The front end project has been migrated from NextJS to CRA. + +### Features + +* **front:** complete migration to CRA ([#52](https://github.com/jpedroh/mach/issues/52)) ([98f7d41](https://github.com/jpedroh/mach/commit/98f7d41783bc62b76a2fd3fc4007dd76f3517c8f)) + + + ### 4.1.11 (2021-05-13) diff --git a/packages/front/package-lock.json b/packages/front/package-lock.json index 1a1d4650..02b1ab9b 100644 --- a/packages/front/package-lock.json +++ b/packages/front/package-lock.json @@ -1,6 +1,6 @@ { "name": "front", - "version": "4.1.11", + "version": "5.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/front/package.json b/packages/front/package.json index 29b3ad2a..4eacd11d 100644 --- a/packages/front/package.json +++ b/packages/front/package.json @@ -1,11 +1,11 @@ { "name": "@mach/front", - "version": "4.1.11", + "version": "5.0.0", "private": true, "homepage": "https://jpedroh.github.io/mach", "dependencies": { "@craco/craco": "^6.1.2", - "@mach/common": "^4.1.11", + "@mach/common": "^5.0.0", "@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 abe74cd6..b9b796c1 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.0.0 (2021-05-13) + + +### ⚠ BREAKING CHANGES + +* **front:** The front end project has been migrated from NextJS to CRA. + +### Features + +* **front:** complete migration to CRA ([#52](https://github.com/jpedroh/mach/issues/52)) ([98f7d41](https://github.com/jpedroh/mach/commit/98f7d41783bc62b76a2fd3fc4007dd76f3517c8f)) + + + ### 4.1.11 (2021-05-13) diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 3ca98cfb..4cb2d8da 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@mach/prettier-config", - "version": "4.1.11", + "version": "5.0.0", "main": "prettier.config.js", "license": "MIT", "devDependencies": { diff --git a/packages/rest-api/CHANGELOG.md b/packages/rest-api/CHANGELOG.md index 401119b1..26fd6567 100644 --- a/packages/rest-api/CHANGELOG.md +++ b/packages/rest-api/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.0.0 (2021-05-13) + + +### ⚠ BREAKING CHANGES + +* **front:** The front end project has been migrated from NextJS to CRA. + +### Features + +* **front:** complete migration to CRA ([#52](https://github.com/jpedroh/mach/issues/52)) ([98f7d41](https://github.com/jpedroh/mach/commit/98f7d41783bc62b76a2fd3fc4007dd76f3517c8f)) + + + ### 4.1.11 (2021-05-13) diff --git a/packages/rest-api/package.json b/packages/rest-api/package.json index 6cf2f97f..1b5d3b74 100644 --- a/packages/rest-api/package.json +++ b/packages/rest-api/package.json @@ -1,7 +1,7 @@ { "name": "@mach/rest-api", "private": true, - "version": "4.1.11", + "version": "5.0.0", "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": "^4.1.11", - "@mach/database": "^4.1.11", + "@mach/common": "^5.0.0", + "@mach/database": "^5.0.0", "express": "^4.17.1" }, "devDependencies": { diff --git a/packages/rpl-crawler/CHANGELOG.md b/packages/rpl-crawler/CHANGELOG.md index 370b9387..91f1bb7b 100644 --- a/packages/rpl-crawler/CHANGELOG.md +++ b/packages/rpl-crawler/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.0.0 (2021-05-13) + + +### ⚠ BREAKING CHANGES + +* **front:** The front end project has been migrated from NextJS to CRA. + +### Features + +* **front:** complete migration to CRA ([#52](https://github.com/jpedroh/mach/issues/52)) ([98f7d41](https://github.com/jpedroh/mach/commit/98f7d41783bc62b76a2fd3fc4007dd76f3517c8f)) + + + ### 4.1.11 (2021-05-13) diff --git a/packages/rpl-crawler/package.json b/packages/rpl-crawler/package.json index 7ed93cf2..9c3fb6c7 100644 --- a/packages/rpl-crawler/package.json +++ b/packages/rpl-crawler/package.json @@ -1,7 +1,7 @@ { "name": "@mach/rpl-crawler", "private": true, - "version": "4.1.11", + "version": "5.0.0", "main": "dist/index.js", "files": [ "dist" @@ -13,8 +13,8 @@ "build": "tsc" }, "dependencies": { - "@mach/common": "^4.1.11", - "@mach/database": "^4.1.11", + "@mach/common": "^5.0.0", + "@mach/database": "^5.0.0", "adm-zip": "^0.4.16", "axios": "^0.21.1" },