Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - slonik-tools-demo@0.9.13
 - @slonik/migrator@0.11.0
 - @slonik/typegen@0.11.3
  • Loading branch information
mmkal committed Feb 21, 2022
1 parent 08f2f4e commit f39b3c9
Show file tree
Hide file tree
Showing 6 changed files with 32 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.13](https://github.com/mmkal/slonik-tools/compare/slonik-tools-demo@0.9.12...slonik-tools-demo@0.9.13) (2022-02-21)

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





## [0.9.12](https://github.com/mmkal/slonik-tools/compare/slonik-tools-demo@0.9.11...slonik-tools-demo@0.9.12) (2022-02-18)

**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.12",
"version": "0.9.13",
"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.10.0",
"@slonik/typegen": "^0.11.2",
"@slonik/migrator": "^0.11.0",
"@slonik/typegen": "^0.11.3",
"@types/express": "4.17.8",
"@types/supertest": "2.0.11",
"supertest": "6.1.4"
Expand Down
11 changes: 11 additions & 0 deletions packages/migrator/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.11.0](https://github.com/mmkal/slonik-tools/compare/@slonik/migrator@0.10.0...@slonik/migrator@0.11.0) (2022-02-21)


### Features

* **docs:** add some docs and pretend it's a "feat" ([08f2f4e](https://github.com/mmkal/slonik-tools/commit/08f2f4ee1b82535499dcd5fc724b1d8171f0c6e4))





# [0.10.0](https://github.com/mmkal/slonik-tools/compare/@slonik/migrator@0.9.1...@slonik/migrator@0.10.0) (2022-02-18)


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.10.0",
"version": "0.11.0",
"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.11.3](https://github.com/mmkal/slonik-tools/compare/@slonik/typegen@0.11.2...@slonik/typegen@0.11.3) (2022-02-21)

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





## [0.11.2](https://github.com/mmkal/slonik-tools/compare/@slonik/typegen@0.11.1...@slonik/typegen@0.11.2) (2022-02-05)

**Note:** Version bump only for package @slonik/typegen
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.11.2",
"version": "0.11.3",
"description": "Automatically generates typescript types from slonik queries",
"files": [
"dist",
Expand Down

0 comments on commit f39b3c9

Please sign in to comment.