Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - slonik-tools-demo@0.5.0
 - @slonik/migrator@0.3.1
 - @slonik/typegen@0.6.0
  • Loading branch information
mmkal committed Apr 6, 2020
1 parent 5cb5400 commit 5e6bf21
Show file tree
Hide file tree
Showing 6 changed files with 38 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.5.0](https://github.com/mmkal/slonik-tools/compare/slonik-tools-demo@0.4.0...slonik-tools-demo@0.5.0) (2020-04-06)


### Features

* **enums:** auto generate enum types ([#170](https://github.com/mmkal/slonik-tools/issues/170)) ([68040fe](https://github.com/mmkal/slonik-tools/commit/68040fe72f94acd1cb7c8e4672f0c8167cfa77fe))






# [0.4.0](https://github.com/mmkal/slonik-tools/compare/slonik-tools-demo@0.3.0...slonik-tools-demo@0.4.0) (2020-03-23)


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.4.0",
"version": "0.5.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.3.0",
"@slonik/typegen": "^0.5.0",
"@slonik/migrator": "^0.3.1",
"@slonik/typegen": "^0.6.0",
"@types/express": "^4.17.0",
"@types/supertest": "^2.0.7",
"supertest": "^4.0.2"
Expand Down
9 changes: 9 additions & 0 deletions packages/migrator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.1](https://github.com/mmkal/slonik-tools/compare/@slonik/migrator@0.3.0...@slonik/migrator@0.3.1) (2020-04-06)

**Note:** Version bump only for package @slonik/migrator






# [0.3.0](https://github.com/mmkal/slonik-tools/compare/@slonik/migrator@0.2.0...@slonik/migrator@0.3.0) (2020-03-23)


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.3.0",
"version": "0.3.1",
"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.6.0](https://github.com/mmkal/slonik-tools/compare/@slonik/typegen@0.5.0...@slonik/typegen@0.6.0) (2020-04-06)


### Features

* **enums:** auto generate enum types ([#170](https://github.com/mmkal/slonik-tools/issues/170)) ([68040fe](https://github.com/mmkal/slonik-tools/commit/68040fe72f94acd1cb7c8e4672f0c8167cfa77fe))






# [0.5.0](https://github.com/mmkal/slonik-tools/compare/@slonik/typegen@0.4.0...@slonik/typegen@0.5.0) (2020-03-23)


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.5.0",
"version": "0.6.0",
"description": "Automatically generates typescript types from slonik queries",
"files": [
"dist",
Expand Down

0 comments on commit 5e6bf21

Please sign in to comment.