Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - slonik-tools-demo@0.9.7
 - @slonik/migrator@0.8.4
 - @slonik/typegen@0.11.0
  • Loading branch information
mmkal committed Jul 15, 2021
1 parent f664a01 commit b9d5f9e
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/demo/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.9.7](https://github.com/mmkal/slonik-tools/compare/slonik-tools-demo@0.9.6...slonik-tools-demo@0.9.7) (2021-07-15)


### Bug Fixes

* **typegen:** explicitly disable pg-native ([#335](https://github.com/mmkal/slonik-tools/issues/335)) ([bac83f9](https://github.com/mmkal/slonik-tools/commit/bac83f9efa09d439377d4eb054b41e825633f008)), closes [#334](https://github.com/mmkal/slonik-tools/issues/334) [#334](https://github.com/mmkal/slonik-tools/issues/334)





## [0.9.6](https://github.com/mmkal/slonik-tools/compare/slonik-tools-demo@0.9.5...slonik-tools-demo@0.9.6) (2021-07-04)

**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.6",
"version": "0.9.7",
"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.8.3",
"@slonik/typegen": "^0.10.0",
"@slonik/migrator": "^0.8.4",
"@slonik/typegen": "^0.11.0",
"@types/express": "4.17.8",
"@types/supertest": "2.0.11",
"supertest": "6.1.3"
Expand Down
12 changes: 12 additions & 0 deletions packages/migrator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **typegen:** explicitly disable pg-native ([#335](https://github.com/mmkal/slonik-tools/issues/335)) ([bac83f9](https://github.com/mmkal/slonik-tools/commit/bac83f9efa09d439377d4eb054b41e825633f008)), closes [#334](https://github.com/mmkal/slonik-tools/issues/334) [#334](https://github.com/mmkal/slonik-tools/issues/334)
* stop templates using deprecated API ([4d9c644](https://github.com/mmkal/slonik-tools/commit/4d9c6440f39f06c17e28ed6455a774f1cffbe1fc)), closes [#332](https://github.com/mmkal/slonik-tools/issues/332)





## [0.8.3](https://github.com/mmkal/slonik-tools/compare/@slonik/migrator@0.8.2...@slonik/migrator@0.8.3) (2021-06-29)


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.3",
"version": "0.8.4",
"description": "database migration tool using slonik",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/typegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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/typegen@0.10.0...@slonik/typegen@0.11.0) (2021-07-15)


### Bug Fixes

* **typegen:** explicitly disable pg-native ([#335](https://github.com/mmkal/slonik-tools/issues/335)) ([bac83f9](https://github.com/mmkal/slonik-tools/commit/bac83f9efa09d439377d4eb054b41e825633f008)), closes [#334](https://github.com/mmkal/slonik-tools/issues/334) [#334](https://github.com/mmkal/slonik-tools/issues/334)


### Features

* more default type mappings ([15a7bb5](https://github.com/mmkal/slonik-tools/commit/15a7bb580da200727848c3e960602c715a8e09d0)), closes [#333](https://github.com/mmkal/slonik-tools/issues/333)





# [0.10.0](https://github.com/mmkal/slonik-tools/compare/@slonik/typegen@0.9.5...@slonik/typegen@0.10.0) (2021-07-04)


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

0 comments on commit b9d5f9e

Please sign in to comment.