Skip to content

Commit

Permalink
Bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed Sep 29, 2020
1 parent 1e63146 commit 655adf3
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "4.0.0",
"version": "4.1.0",
"license": "MIT",
"private": "true",
"devDependencies": {
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": "4.0.0",
"version": "4.1.0",
"description": "> TODO: description",
"author": "Joao Pedro Henrique <[email protected]>",
"homepage": "https://github.com/jpedroh/mach#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mach/database",
"version": "4.0.0",
"version": "4.1.0",
"description": "> TODO: description",
"author": "Joao Pedro Henrique <[email protected]>",
"homepage": "https://github.com/jpedroh/mach#readme",
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": "4.0.0",
"version": "4.1.0",
"main": ".eslintrc.js",
"license": "MIT",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/front/components/footer-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const FooterNav: React.FC = () => {
</Nav.Item>
<Nav.Item>
<Nav.Link href="https://www.github.com/jpedroh/mach" target="_blank">
Mach v4.0.0
Mach v4.1.0
</Nav.Link>
</Nav.Item>
<Nav.Item>
Expand Down
2 changes: 1 addition & 1 deletion packages/front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mach/front",
"version": "4.0.0",
"version": "4.1.0",
"private": true,
"scripts": {
"dev": "next dev",
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": "4.0.0",
"version": "4.1.0",
"main": "prettier.config.js",
"license": "MIT",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"contact": {
"email": "[email protected]"
},
"version": "4.0.0"
"version": "4.1.0"
},
"servers": [
{
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": "4.0.0",
"version": "4.1.0",
"description": "> TODO: description",
"author": "Joao Pedro Henrique <[email protected]>",
"homepage": "https://github.com/jpedroh/mach#readme",
Expand All @@ -21,9 +21,9 @@
"url": "https://github.com/jpedroh/mach/issues"
},
"dependencies": {
"express": "^4.17.1",
"@mach/common": "^4.0.0",
"@mach/database": "^4.0.0"
"@mach/database": "^4.0.0",
"express": "^4.17.1"
},
"devDependencies": {
"@types/express": "^4.17.7"
Expand Down
8 changes: 4 additions & 4 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": "4.0.0",
"version": "4.1.0",
"main": "dist/index.js",
"files": [
"dist"
Expand All @@ -13,10 +13,10 @@
"build": "tsc"
},
"dependencies": {
"adm-zip": "^0.4.16",
"axios": "^0.19.2",
"@mach/common": "^4.0.0",
"@mach/database": "^4.0.0"
"@mach/database": "^4.0.0",
"adm-zip": "^0.4.16",
"axios": "^0.19.2"
},
"devDependencies": {
"@types/adm-zip": "^0.4.33",
Expand Down

0 comments on commit 655adf3

Please sign in to comment.