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

Commit

Permalink
build(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Mar 21, 2020
1 parent 734bfd3 commit bc50939
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 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.

## [2.2.14](https://github.com/sundowndev/underbase/compare/v2.2.13...v2.2.14) (2020-03-21)

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





## [2.2.13](https://github.com/sundowndev/underbase/compare/v2.2.12...v2.2.13) (2020-03-16)

**Note:** Version bump only for package underbase
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.13",
"version": "2.2.14",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/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.

## [2.2.14](https://github.com/sundowndev/underbase/compare/v2.2.13...v2.2.14) (2020-03-21)

**Note:** Version bump only for package @underbase/cli





## [2.2.13](https://github.com/sundowndev/underbase/compare/v2.2.12...v2.2.13) (2020-03-16)

**Note:** Version bump only for package @underbase/cli
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": "@underbase/cli",
"version": "2.2.13",
"version": "2.2.14",
"main": "build/src/index",
"types": "build/src/index",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/underbase/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.

## [2.2.14](https://github.com/sundowndev/underbase/compare/v2.2.13...v2.2.14) (2020-03-21)

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





## [2.2.13](https://github.com/sundowndev/underbase/compare/v2.2.12...v2.2.13) (2020-03-16)

**Note:** Version bump only for package underbase
Expand Down
4 changes: 2 additions & 2 deletions packages/underbase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "underbase",
"version": "2.2.13",
"version": "2.2.14",
"main": "build/src/index",
"types": "build/src/index",
"files": [
Expand All @@ -10,7 +10,7 @@
"underbase": "./bin/underbase.js"
},
"dependencies": {
"@underbase/cli": "^2.2.13",
"@underbase/cli": "^2.2.14",
"@underbase/core": "^2.2.12",
"import-local": "^3.0.2"
},
Expand Down

0 comments on commit bc50939

Please sign in to comment.