Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - slonik-tools-demo@0.2.0
 - @slonik/migrator@0.2.0
 - @slonik/typegen@0.3.0
  • Loading branch information
mmkal committed Dec 24, 2019
1 parent de68249 commit 4c75541
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 5 deletions.
12 changes: 12 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/mmkal/slonik-tools/compare/slonik-tools-demo@0.1.9...slonik-tools-demo@0.2.0) (2019-12-24)


### Features

* **slonik:** support slonik 21 ([#106](https://github.com/mmkal/slonik-tools/issues/106)) ([d31dc02](https://github.com/mmkal/slonik-tools/commit/d31dc02))
* slonik 19 ([#19](https://github.com/mmkal/slonik-tools/issues/19)) ([d70183c](https://github.com/mmkal/slonik-tools/commit/d70183c))





## [0.1.9](https://github.com/mmkal/slonik-tools/compare/slonik-tools-demo@0.1.8...slonik-tools-demo@0.1.9) (2019-07-24)

**Note:** Version bump only for package slonik-tools-demo
Expand Down
6 changes: 3 additions & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slonik-tools-demo",
"version": "0.1.9",
"version": "0.2.0",
"description": "demo project using packages in slonik-tools repo",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,8 +30,8 @@
"express": "^4.17.1"
},
"devDependencies": {
"@slonik/migrator": "^0.1.13",
"@slonik/typegen": "^0.2.1",
"@slonik/migrator": "^0.2.0",
"@slonik/typegen": "^0.3.0",
"@types/express": "^4.17.0",
"@types/supertest": "^2.0.7",
"supertest": "^4.0.2"
Expand Down
12 changes: 12 additions & 0 deletions packages/migrator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/mmkal/slonik-tools/compare/@slonik/migrator@0.1.13...@slonik/migrator@0.2.0) (2019-12-24)


### Features

* **slonik:** support slonik 21 ([#106](https://github.com/mmkal/slonik-tools/issues/106)) ([d31dc02](https://github.com/mmkal/slonik-tools/commit/d31dc02))
* slonik 19 ([#19](https://github.com/mmkal/slonik-tools/issues/19)) ([d70183c](https://github.com/mmkal/slonik-tools/commit/d70183c))





## [0.1.13](https://github.com/mmkal/slonik-tools/compare/@slonik/migrator@0.1.12...@slonik/migrator@0.1.13) (2019-07-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/migrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slonik/migrator",
"version": "0.1.13",
"version": "0.2.0",
"description": "database migration tool using slonik",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/typegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/mmkal/slonik-tools/compare/@slonik/typegen@0.2.1...@slonik/typegen@0.3.0) (2019-12-24)


### Features

* **slonik:** support slonik 21 ([#106](https://github.com/mmkal/slonik-tools/issues/106)) ([d31dc02](https://github.com/mmkal/slonik-tools/commit/d31dc02))
* slonik 19 ([#19](https://github.com/mmkal/slonik-tools/issues/19)) ([d70183c](https://github.com/mmkal/slonik-tools/commit/d70183c))





## [0.2.1](https://github.com/mmkal/slonik-tools/compare/@slonik/typegen@0.2.0...@slonik/typegen@0.2.1) (2019-07-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/typegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slonik/typegen",
"version": "0.2.1",
"version": "0.3.0",
"description": "Automatically generates typescript types from slonik queries",
"files": [
"dist",
Expand Down

0 comments on commit 4c75541

Please sign in to comment.