Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
MunifTanjim committed Jun 27, 2020
1 parent 8b5d03a commit cd1634a
Show file tree
Hide file tree
Showing 14 changed files with 76 additions and 15 deletions.
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.0](https://github.com/Synor/synor/compare/@synor/[email protected]...@synor/[email protected]) (2020-06-27)


### Features

* **cli:** add shell completion support for bash & fish ([8b5d03a](https://github.com/Synor/synor/commit/8b5d03a2bc08a6f189e73b51587ca724e9a0d53c))
* **cli:** add shell completion support for zsh ([9d9a0a0](https://github.com/Synor/synor/commit/9d9a0a034f77e61b3bc2966e425ee73fe1d4d7a1))


### Bug Fixes

* **cli:** fix return type for function: readConfigFile ([82cc9bb](https://github.com/Synor/synor/commit/82cc9bb6444365b12c8526ca620d79971f730a7a))



## [0.7.0](https://github.com/Synor/synor/compare/@synor/[email protected]...@synor/[email protected]) (2020-03-07)

**Note:** Version bump only for package @synor/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synor/cli",
"description": "CLI for Synor - Database Schema Migration Tool",
"version": "0.7.0",
"version": "0.8.0",
"author": "Munif Tanjim (https://muniftanjim.dev)",
"bin": {
"synor": "./bin/run"
Expand All @@ -21,7 +21,7 @@
"devDependencies": {
"@oclif/dev-cli": "^1",
"@oclif/parser": "^3.8.5",
"@synor/core": "^0.9.3",
"@synor/core": "^0.9.4",
"@types/lodash.defaultsdeep": "^4.6.6",
"@types/node": "^14.0.14",
"@types/supports-color": "^5.3.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.

### [0.9.4](https://github.com/Synor/synor/compare/@synor/[email protected]...@synor/[email protected]) (2020-06-27)

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





### [0.9.3](https://github.com/Synor/synor/compare/@synor/[email protected]...@synor/[email protected]) (2020-03-07)


Expand Down
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synor/core",
"version": "0.9.3",
"version": "0.9.4",
"description": "Synor - Database Schema Migration Library - Core",
"keywords": [
"synor",
Expand Down Expand Up @@ -36,7 +36,6 @@
"debug": "^4.1.1",
"lodash.defaultsdeep": "^4.6.1"
},
"devDependencies": {},
"publishConfig": {
"access": "public"
}
Expand Down
9 changes: 8 additions & 1 deletion packages/database-mongodb/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.1.1](https://github.com/Synor/synor/compare/@synor/[email protected]...@synor/[email protected]) (2020-06-27)

**Note:** Version bump only for package @synor/database-mongodb





## [0.1.0](https://github.com/Synor/synor/compare/@synor/[email protected]...@synor/[email protected]) (2020-03-07)


Expand All @@ -28,4 +36,3 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline


### 0.0.1 (2020-02-25)

4 changes: 2 additions & 2 deletions packages/database-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synor/database-mongodb",
"version": "0.1.0",
"version": "0.1.1",
"description": "Synor Database Engine - MongoDB",
"keywords": [
"synor",
Expand Down Expand Up @@ -40,7 +40,7 @@
"mongodb": "^3.5.4"
},
"devDependencies": {
"@synor/core": "^0.9.3",
"@synor/core": "^0.9.4",
"@types/mongodb": "^3.5.2"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/database-mysql/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.5.1](https://github.com/Synor/synor/compare/@synor/[email protected]...@synor/[email protected]) (2020-06-27)

**Note:** Version bump only for package @synor/database-mysql





## [0.5.0](https://github.com/Synor/synor/compare/@synor/[email protected]...@synor/[email protected]) (2020-02-25)

**Note:** Version bump only for package @synor/database-mysql
Expand Down
4 changes: 2 additions & 2 deletions packages/database-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synor/database-mysql",
"version": "0.5.0",
"version": "0.5.1",
"description": "Synor Database Engine - MySQL",
"keywords": [
"synor",
Expand Down Expand Up @@ -37,7 +37,7 @@
"mysql": "^2.18.1"
},
"devDependencies": {
"@synor/core": "^0.9.0",
"@synor/core": "^0.9.4",
"@types/mysql": "^2.15.8"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/database-postgresql/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.4.2](https://github.com/Synor/synor/compare/@synor/[email protected]...@synor/[email protected]) (2020-06-27)

**Note:** Version bump only for package @synor/database-postgresql





### [0.4.1](https://github.com/Synor/synor/compare/@synor/[email protected]...@synor/[email protected]) (2020-02-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/database-postgresql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synor/database-postgresql",
"version": "0.4.1",
"version": "0.4.2",
"description": "Synor Database Engine - PostgreSQL",
"keywords": [
"synor",
Expand Down Expand Up @@ -39,7 +39,7 @@
"pg": "^7.18.2"
},
"devDependencies": {
"@synor/core": "^0.9.2",
"@synor/core": "^0.9.4",
"@types/pg": "^7.14.1"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/database-sqlite/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.2.1](https://github.com/Synor/synor/compare/@synor/[email protected]...@synor/[email protected]) (2020-06-27)

**Note:** Version bump only for package @synor/database-sqlite





## [0.2.0](https://github.com/Synor/synor/compare/@synor/[email protected]...@synor/[email protected]) (2020-02-25)

**Note:** Version bump only for package @synor/database-sqlite
Expand Down
4 changes: 2 additions & 2 deletions packages/database-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synor/database-sqlite",
"version": "0.2.0",
"version": "0.2.1",
"description": "Synor Database Engine - SQLite",
"keywords": [
"synor",
Expand Down Expand Up @@ -36,7 +36,7 @@
"debug": "^4.1.1"
},
"devDependencies": {
"@synor/core": "^0.9.0",
"@synor/core": "^0.9.4",
"@types/better-sqlite3": "^5.4.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/source-file/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.6.1](https://github.com/Synor/synor/compare/@synor/[email protected]...@synor/[email protected]) (2020-06-27)

**Note:** Version bump only for package @synor/source-file





## [0.6.0](https://github.com/Synor/synor/compare/@synor/[email protected]...@synor/[email protected]) (2020-03-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/source-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synor/source-file",
"version": "0.6.0",
"version": "0.6.1",
"description": "Synor Source Engine - File",
"keywords": [
"synor",
Expand Down Expand Up @@ -34,7 +34,7 @@
"debug": "^4.1.1"
},
"devDependencies": {
"@synor/core": "^0.9.3"
"@synor/core": "^0.9.4"
},
"peerDependencies": {
"@synor/core": "^0.9.3"
Expand Down

0 comments on commit cd1634a

Please sign in to comment.