Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Aug 12, 2021
1 parent 715df09 commit e88bfaa
Show file tree
Hide file tree
Showing 4 changed files with 19 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.8](https://github.com/mmkal/slonik-tools/compare/[email protected]@0.9.8) (2021-08-12)

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





## [0.9.7](https://github.com/mmkal/slonik-tools/compare/[email protected]@0.9.7) (2021-07-15)


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.7",
"version": "0.9.8",
"description": "demo project using packages in slonik-tools repo",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"slonik": "*"
},
"devDependencies": {
"@slonik/migrator": "^0.8.4",
"@slonik/migrator": "^0.8.5",
"@slonik/typegen": "^0.11.0",
"@types/express": "4.17.8",
"@types/supertest": "2.0.11",
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.5](https://github.com/mmkal/slonik-tools/compare/@slonik/[email protected]...@slonik/[email protected]) (2021-08-12)

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





## [0.8.4](https://github.com/mmkal/slonik-tools/compare/@slonik/[email protected]...@slonik/[email protected]) (2021-07-15)


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.4",
"version": "0.8.5",
"description": "database migration tool using slonik",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit e88bfaa

Please sign in to comment.