Skip to content

Commit

Permalink
chore(release): publish v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 28, 2021
1 parent 3e8e61b commit 415a492
Show file tree
Hide file tree
Showing 16 changed files with 87 additions and 17 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.1.1 (2021-04-28)

**Note:** Version bump only for package root
14 changes: 10 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"version": "4.1.0",
"packages": ["packages/*"],
"npmClientArgs": ["--no-lockfile"],
"version": "4.1.1",
"packages": [
"packages/*"
],
"npmClientArgs": [
"--no-lockfile"
],
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"version": {
"ignoreChanges": ["*.md"],
"ignoreChanges": [
"*.md"
],
"npmClient": "yarn",
"message": "chore(release): publish %s"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.1.1 (2021-04-28)

**Note:** Version bump only for package @mach/common
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.1.0",
"version": "4.1.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
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.1.1 (2021-04-28)

**Note:** Version bump only for package @mach/database
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": "4.1.0",
"version": "4.1.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": "^4.0.0",
"@mach/common": "^4.1.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
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.1.1 (2021-04-28)

**Note:** Version bump only for package @mach/eslint-config
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.1.0",
"version": "4.1.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
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.1.1 (2021-04-28)

**Note:** Version bump only for package @mach/front
4 changes: 2 additions & 2 deletions packages/front/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@mach/front",
"version": "4.1.0",
"version": "4.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mach/common": "*",
"@mach/common": "^4.1.1",
"bootstrap": "^4.5.2",
"next": "^9.5.3",
"react": "^16.13.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.1.1 (2021-04-28)

**Note:** Version bump only for package @mach/prettier-config
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.1.0",
"version": "4.1.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
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.1.1 (2021-04-28)

**Note:** Version bump only for package @mach/rest-api
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.1.0",
"version": "4.1.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": "^4.0.0",
"@mach/database": "^4.0.0",
"@mach/common": "^4.1.1",
"@mach/database": "^4.1.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
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.1.1 (2021-04-28)

**Note:** Version bump only for package @mach/rpl-crawler
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": "4.1.0",
"version": "4.1.1",
"main": "dist/index.js",
"files": [
"dist"
Expand All @@ -13,8 +13,8 @@
"build": "tsc"
},
"dependencies": {
"@mach/common": "^4.0.0",
"@mach/database": "^4.0.0",
"@mach/common": "^4.1.1",
"@mach/database": "^4.1.1",
"adm-zip": "^0.4.16",
"axios": "^0.19.2"
},
Expand Down

0 comments on commit 415a492

Please sign in to comment.