Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - slonik-tools-demo@0.9.20
 - @slonik/migrator@0.11.3
 - @slonik/typegen@0.14.2
  • Loading branch information
mmkal committed Aug 9, 2022
1 parent c75dd7e commit dfc033e
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 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.20](https://github.com/mmkal/slonik-tools/compare/slonik-tools-demo@0.9.19...slonik-tools-demo@0.9.20) (2022-08-09)

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





## [0.9.19](https://github.com/mmkal/slonik-tools/compare/slonik-tools-demo@0.9.18...slonik-tools-demo@0.9.19) (2022-05-24)

**Note:** Version bump only for package slonik-tools-demo
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.9.19",
"version": "0.9.20",
"description": "demo project using packages in slonik-tools repo",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -33,8 +33,8 @@
"slonik": "*"
},
"devDependencies": {
"@slonik/migrator": "^0.11.2",
"@slonik/typegen": "^0.14.1",
"@slonik/migrator": "^0.11.3",
"@slonik/typegen": "^0.14.2",
"@types/express": "4.17.8",
"@types/supertest": "2.0.12",
"supertest": "6.2.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/migrator/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.11.3](https://github.com/mmkal/slonik-tools/compare/@slonik/migrator@0.11.2...@slonik/migrator@0.11.3) (2022-08-09)

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





## [0.11.2](https://github.com/mmkal/slonik-tools/compare/@slonik/migrator@0.11.1...@slonik/migrator@0.11.2) (2022-04-14)


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.11.2",
"version": "0.11.3",
"description": "database migration tool using slonik",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/typegen/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.14.2](https://github.com/mmkal/slonik-tools/compare/@slonik/typegen@0.14.1...@slonik/typegen@0.14.2) (2022-08-09)

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





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


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

0 comments on commit dfc033e

Please sign in to comment.