Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - slonik-tools-demo@0.9.1
 - @slonik/migrator@0.8.1
 - @slonik/typegen@0.9.1
  • Loading branch information
mmkal committed Jun 26, 2021
1 parent f96c33d commit 8d7c4a2
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.1](https://github.com/mmkal/slonik-tools/compare/slonik-tools-demo@0.9.0...slonik-tools-demo@0.9.1) (2021-06-26)

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





# [0.9.0](https://github.com/mmkal/slonik-tools/compare/slonik-tools-demo@0.8.0...slonik-tools-demo@0.9.0) (2021-06-25)


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.0",
"version": "0.9.1",
"description": "demo project using packages in slonik-tools repo",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,8 +30,8 @@
"express": "^4.17.1"
},
"devDependencies": {
"@slonik/migrator": "^0.8.0",
"@slonik/typegen": "^0.9.0",
"@slonik/migrator": "^0.8.1",
"@slonik/typegen": "^0.9.1",
"@types/express": "4.17.8",
"@types/supertest": "2.0.10",
"supertest": "6.0.1"
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.8.1](https://github.com/mmkal/slonik-tools/compare/@slonik/migrator@0.8.0...@slonik/migrator@0.8.1) (2021-06-26)

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





# [0.8.0](https://github.com/mmkal/slonik-tools/compare/@slonik/migrator@0.7.0...@slonik/migrator@0.8.0) (2021-06-25)


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.8.0",
"version": "0.8.1",
"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.9.1](https://github.com/mmkal/slonik-tools/compare/@slonik/typegen@0.9.0...@slonik/typegen@0.9.1) (2021-06-26)

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





# [0.9.0](https://github.com/mmkal/slonik-tools/compare/@slonik/typegen@0.8.1...@slonik/typegen@0.9.0) (2021-06-25)


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

0 comments on commit 8d7c4a2

Please sign in to comment.