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 Jan 18, 2020
1 parent 58f6d77 commit faa0108
Show file tree
Hide file tree
Showing 14 changed files with 73 additions and 17 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.5](https://github.com/sundowndev/underbase/compare/v2.2.4...v2.2.5) (2020-01-18)

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





## [2.2.4](https://github.com/sundowndev/underbase/compare/v2.2.3...v2.2.4) (2020-01-15)

**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.4",
"version": "2.2.5",
"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.5](https://github.com/sundowndev/underbase/compare/v2.2.4...v2.2.5) (2020-01-18)

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





## [2.2.4](https://github.com/sundowndev/underbase/compare/v2.2.3...v2.2.4) (2020-01-15)

**Note:** Version bump only for package @underbase/cli
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@underbase/cli",
"version": "2.2.4",
"version": "2.2.5",
"main": "build/src/index",
"types": "build/src/index",
"files": [
Expand All @@ -10,9 +10,9 @@
"underbase": "./bin/underbase.js"
},
"dependencies": {
"@underbase/core": "^2.2.4",
"@underbase/types": "^2.2.4",
"@underbase/utils": "^2.2.4",
"@underbase/core": "^2.2.5",
"@underbase/types": "^2.2.5",
"@underbase/utils": "^2.2.5",
"fs-extra": "8.1.0",
"yargs": "15.1.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.5](https://github.com/sundowndev/underbase/compare/v2.2.4...v2.2.5) (2020-01-18)

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





## [2.2.4](https://github.com/sundowndev/underbase/compare/v2.2.3...v2.2.4) (2020-01-15)

**Note:** Version bump only for package @underbase/core
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@underbase/core",
"version": "2.2.4",
"version": "2.2.5",
"description": "Abstract framework to write and execute MongoDB schema migration",
"main": "build/src/index",
"types": "build/src/index",
Expand All @@ -20,9 +20,9 @@
"url": "https://github.com/sundowndev/underbase/issues"
},
"dependencies": {
"@underbase/query-interface": "^2.2.4",
"@underbase/types": "^2.2.4",
"@underbase/utils": "^2.2.4",
"@underbase/query-interface": "^2.2.5",
"@underbase/types": "^2.2.5",
"@underbase/utils": "^2.2.5",
"chalk": "^3.0.0",
"lodash": "4.17.15",
"mongodb": "3.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/queryInterface/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.5](https://github.com/sundowndev/underbase/compare/v2.2.4...v2.2.5) (2020-01-18)

**Note:** Version bump only for package @underbase/query-interface





## [2.2.4](https://github.com/sundowndev/underbase/compare/v2.2.3...v2.2.4) (2020-01-15)

**Note:** Version bump only for package @underbase/query-interface
Expand Down
2 changes: 1 addition & 1 deletion packages/queryInterface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@underbase/query-interface",
"version": "2.2.4",
"version": "2.2.5",
"main": "build/src/index",
"types": "build/src/index",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/types/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.5](https://github.com/sundowndev/underbase/compare/v2.2.4...v2.2.5) (2020-01-18)

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





## [2.2.4](https://github.com/sundowndev/underbase/compare/v2.2.3...v2.2.4) (2020-01-15)

**Note:** Version bump only for package @underbase/types
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@underbase/types",
"version": "2.2.4",
"version": "2.2.5",
"main": "build/src/index",
"types": "build/src/index",
"files": [
Expand All @@ -19,7 +19,7 @@
"url": "https://github.com/sundowndev/underbase/issues"
},
"dependencies": {
"@underbase/query-interface": "^2.2.4",
"@underbase/query-interface": "^2.2.5",
"mongodb": "^3.3.0-beta2"
}
}
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.5](https://github.com/sundowndev/underbase/compare/v2.2.4...v2.2.5) (2020-01-18)

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





## [2.2.4](https://github.com/sundowndev/underbase/compare/v2.2.3...v2.2.4) (2020-01-15)

**Note:** Version bump only for package underbase
Expand Down
6 changes: 3 additions & 3 deletions packages/underbase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "underbase",
"version": "2.2.4",
"version": "2.2.5",
"main": "build/src/index",
"types": "build/src/index",
"files": [
Expand All @@ -10,8 +10,8 @@
"underbase": "./bin/underbase.js"
},
"dependencies": {
"@underbase/cli": "^2.2.4",
"@underbase/core": "^2.2.4",
"@underbase/cli": "^2.2.5",
"@underbase/core": "^2.2.5",
"import-local": "^3.0.2"
},
"author": "Raphaël Cerveaux <raphael@crvx.fr>",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/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.5](https://github.com/sundowndev/underbase/compare/v2.2.4...v2.2.5) (2020-01-18)

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





## [2.2.4](https://github.com/sundowndev/underbase/compare/v2.2.3...v2.2.4) (2020-01-15)

**Note:** Version bump only for package @underbase/utils
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@underbase/utils",
"version": "2.2.4",
"version": "2.2.5",
"main": "build/src/index",
"types": "build/src/index",
"files": [
Expand All @@ -19,7 +19,7 @@
"url": "https://github.com/sundowndev/underbase/issues"
},
"dependencies": {
"@underbase/types": "^2.2.4",
"@underbase/types": "^2.2.5",
"chalk": "^3.0.0"
}
}

0 comments on commit faa0108

Please sign in to comment.