Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
chore: publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
arantespp committed Sep 16, 2020
1 parent f382e1d commit bb76abf
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/ttoss/carlin/compare/v0.5.1...v0.6.0) (2020-09-16)

### Features

- add scp to deploy static-app ([f382e1d](https://github.com/ttoss/carlin/commit/f382e1d4a1e9f64e8cd90ce3fe8d79b00915544d))

## [0.5.1](https://github.com/ttoss/carlin/compare/v0.5.0...v0.5.1) (2020-09-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.5.1",
"version": "0.6.0",
"stream": true
}
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/ttoss/carlin/compare/v0.5.1...v0.6.0) (2020-09-16)

### Features

- add scp to deploy static-app ([f382e1d](https://github.com/ttoss/carlin/commit/f382e1d4a1e9f64e8cd90ce3fe8d79b00915544d))

## [0.5.1](https://github.com/ttoss/carlin/compare/v0.5.0...v0.5.1) (2020-09-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carlin",
"version": "0.5.1",
"version": "0.6.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/ttoss/carlin/compare/v0.5.1...v0.6.0) (2020-09-16)

### Features

- add scp to deploy static-app ([f382e1d](https://github.com/ttoss/carlin/commit/f382e1d4a1e9f64e8cd90ce3fe8d79b00915544d))

## [0.5.1](https://github.com/ttoss/carlin/compare/v0.5.0...v0.5.1) (2020-09-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carlin-website",
"version": "0.5.1",
"version": "0.6.0",
"private": true,
"scripts": {
"build": "rm -rf .next && next build && next export",
Expand Down

0 comments on commit bb76abf

Please sign in to comment.