Skip to content

Commit b192f97

Browse files
committed
1 parent c7ace0c commit b192f97

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

packages/demo/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.19](https://github.com/mmkal/slonik-tools/compare/[email protected]@0.9.19) (2022-05-24)
7+
8+
**Note:** Version bump only for package slonik-tools-demo
9+
10+
11+
12+
13+
614
## [0.9.18](https://github.com/mmkal/slonik-tools/compare/[email protected]@0.9.18) (2022-05-14)
715

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

packages/demo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slonik-tools-demo",
3-
"version": "0.9.18",
3+
"version": "0.9.19",
44
"description": "demo project using packages in slonik-tools repo",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@slonik/migrator": "^0.11.2",
37-
"@slonik/typegen": "^0.14.0",
37+
"@slonik/typegen": "^0.14.1",
3838
"@types/express": "4.17.8",
3939
"@types/supertest": "2.0.11",
4040
"supertest": "6.1.4"

packages/typegen/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.14.1](https://github.com/mmkal/slonik-tools/compare/@slonik/[email protected]...@slonik/[email protected]) (2022-05-24)
7+
8+
9+
### Bug Fixes
10+
11+
* double import if using import type ([#396](https://github.com/mmkal/slonik-tools/issues/396)) ([c7ace0c](https://github.com/mmkal/slonik-tools/commit/c7ace0c9d2395c8c7d0e4b1c24d82492e686ec49))
12+
13+
14+
15+
16+
617
# [0.14.0](https://github.com/mmkal/slonik-tools/compare/@slonik/[email protected]...@slonik/[email protected]) (2022-05-14)
718

819

packages/typegen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slonik/typegen",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "Automatically generates typescript types from slonik queries",
55
"files": [
66
"dist",

0 commit comments

Comments
 (0)