Skip to content

Commit

Permalink
Showing 4 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.19](https://github.com/mmkal/slonik-tools/compare/[email protected]@0.9.19) (2022-05-24)

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





## [0.9.18](https://github.com/mmkal/slonik-tools/compare/[email protected]@0.9.18) (2022-05-14)

**Note:** Version bump only for package slonik-tools-demo
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.18",
"version": "0.9.19",
"description": "demo project using packages in slonik-tools repo",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -34,7 +34,7 @@
},
"devDependencies": {
"@slonik/migrator": "^0.11.2",
"@slonik/typegen": "^0.14.0",
"@slonik/typegen": "^0.14.1",
"@types/express": "4.17.8",
"@types/supertest": "2.0.11",
"supertest": "6.1.4"
11 changes: 11 additions & 0 deletions packages/typegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.1](https://github.com/mmkal/slonik-tools/compare/@slonik/[email protected]...@slonik/[email protected]) (2022-05-24)


### Bug Fixes

* double import if using import type ([#396](https://github.com/mmkal/slonik-tools/issues/396)) ([c7ace0c](https://github.com/mmkal/slonik-tools/commit/c7ace0c9d2395c8c7d0e4b1c24d82492e686ec49))





# [0.14.0](https://github.com/mmkal/slonik-tools/compare/@slonik/[email protected]...@slonik/[email protected]) (2022-05-14)


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

0 comments on commit b192f97

Please sign in to comment.