Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Apr 16, 2022
1 parent 81ab1fa commit ecd6f48
Show file tree
Hide file tree
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
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.17](https://github.com/mmkal/slonik-tools/compare/[email protected]@0.9.17) (2022-04-16)

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





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

**Note:** Version bump only for package slonik-tools-demo
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.16",
"version": "0.9.17",
"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.11.2",
"@slonik/typegen": "^0.12.2",
"@slonik/typegen": "^0.13.0",
"@types/express": "4.17.8",
"@types/supertest": "2.0.11",
"supertest": "6.1.4"
Expand Down
11 changes: 11 additions & 0 deletions packages/typegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0](https://github.com/mmkal/slonik-tools/compare/@slonik/[email protected]...@slonik/[email protected]) (2022-04-16)


### Features

* **typegen:** retain intersection types ([#389](https://github.com/mmkal/slonik-tools/issues/389)) ([81ab1fa](https://github.com/mmkal/slonik-tools/commit/81ab1fa5f2f6657966db0a5d979d868f6cedd599))





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


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

0 comments on commit ecd6f48

Please sign in to comment.