Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Commit

Permalink
chore(release): v0.20.4 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Jul 13, 2019
1 parent 16b83b5 commit 6e06dc1
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 8 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.

## [0.20.4](https://github.com/aimed/slushy/compare/v0.20.3...v0.20.4) (2019-07-13)

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





## [0.20.3](https://github.com/aimed/slushy/compare/v0.20.2...v0.20.3) (2019-07-11)

**Note:** Version bump only for package slushy
Expand Down
8 changes: 8 additions & 0 deletions codegen/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.

## [0.20.4](https://github.com/aimed/slushy/compare/v0.20.3...v0.20.4) (2019-07-13)

**Note:** Version bump only for package @slushy/codegen





## [0.20.2](https://github.com/aimed/slushy/compare/v0.20.1...v0.20.2) (2019-07-11)

**Note:** Version bump only for package @slushy/codegen
Expand Down
2 changes: 1 addition & 1 deletion codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slushy/codegen",
"version": "0.20.2",
"version": "0.20.4",
"description": "Slushy CodeGen",
"main": "dist/index.js",
"repository": "https://github.com/aimed/slushy",
Expand Down
8 changes: 8 additions & 0 deletions example/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.

## [0.20.4](https://github.com/aimed/slushy/compare/v0.20.3...v0.20.4) (2019-07-13)

**Note:** Version bump only for package @slushy/example





## [0.20.3](https://github.com/aimed/slushy/compare/v0.20.2...v0.20.3) (2019-07-11)

**Note:** Version bump only for package @slushy/example
Expand Down
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slushy/example",
"version": "0.20.3",
"version": "0.20.4",
"main": "dist/index.js",
"repository": "https://github.com/aimed/slushy",
"author": "Maximilian Taeschner",
Expand All @@ -19,8 +19,8 @@
}
},
"dependencies": {
"@slushy/server": "file:../server",
"@slushy/codegen": "file:../codegen"
"@slushy/codegen": "file:../codegen",
"@slushy/server": "file:../server"
},
"scripts": {
"test": "yarn generate && node ../node_modules/.bin/jest",
Expand Down
12 changes: 9 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"packages": ["codegen", "example", "server"],
"version": "0.20.3",
"packages": [
"codegen",
"example",
"server"
],
"version": "0.20.4",
"command": {
"publish": {
"conventionalCommits": true,
Expand All @@ -10,5 +14,7 @@
}
},
"npmClient": "yarn",
"ignoreChanges": ["**/*.md"]
"ignoreChanges": [
"**/*.md"
]
}
8 changes: 8 additions & 0 deletions server/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.

## [0.20.4](https://github.com/aimed/slushy/compare/v0.20.3...v0.20.4) (2019-07-13)

**Note:** Version bump only for package @slushy/server





## [0.20.2](https://github.com/aimed/slushy/compare/v0.20.1...v0.20.2) (2019-07-11)

**Note:** Version bump only for package @slushy/server
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slushy/server",
"version": "0.20.2",
"version": "0.20.4",
"description": "Slushy Server",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6e06dc1

Please sign in to comment.