Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - slonik-tools-demo@0.9.6
 - @slonik/typegen@0.10.0
  • Loading branch information
mmkal committed Jul 4, 2021
1 parent 96dffbb commit d24a1d6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/demo/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.6](https://github.com/mmkal/slonik-tools/compare/slonik-tools-demo@0.9.5...slonik-tools-demo@0.9.6) (2021-07-04)

**Note:** Version bump only for package slonik-tools-demo





## [0.9.5](https://github.com/mmkal/slonik-tools/compare/slonik-tools-demo@0.9.4...slonik-tools-demo@0.9.5) (2021-06-29)


Expand Down
4 changes: 2 additions & 2 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.9.5",
"version": "0.9.6",
"description": "demo project using packages in slonik-tools repo",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@slonik/migrator": "^0.8.3",
"@slonik/typegen": "^0.9.5",
"@slonik/typegen": "^0.10.0",
"@types/express": "4.17.8",
"@types/supertest": "2.0.11",
"supertest": "6.1.3"
Expand Down
16 changes: 16 additions & 0 deletions packages/typegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](https://github.com/mmkal/slonik-tools/compare/@slonik/typegen@0.9.5...@slonik/typegen@0.10.0) (2021-07-04)


### Bug Fixes

* **deps:** update dependency pgsql-ast-parser to v8 ([#308](https://github.com/mmkal/slonik-tools/issues/308)) ([e727534](https://github.com/mmkal/slonik-tools/commit/e727534de26a7fc8e76b5953bc53526f54ffc338))


### Features

* **typegen:** watch mode ([#324](https://github.com/mmkal/slonik-tools/issues/324)) ([656efd5](https://github.com/mmkal/slonik-tools/commit/656efd5e7ecc54a9afef57d8a6bee6b51ef9f94f))





## [0.9.5](https://github.com/mmkal/slonik-tools/compare/@slonik/typegen@0.9.4...@slonik/typegen@0.9.5) (2021-06-29)


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

0 comments on commit d24a1d6

Please sign in to comment.