Skip to content

Commit 4c75541

Browse files
committed
1 parent de68249 commit 4c75541

File tree

6 files changed

+41
-5
lines changed

6 files changed

+41
-5
lines changed

packages/demo/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0](https://github.com/mmkal/slonik-tools/compare/[email protected]@0.2.0) (2019-12-24)
7+
8+
9+
### Features
10+
11+
* **slonik:** support slonik 21 ([#106](https://github.com/mmkal/slonik-tools/issues/106)) ([d31dc02](https://github.com/mmkal/slonik-tools/commit/d31dc02))
12+
* slonik 19 ([#19](https://github.com/mmkal/slonik-tools/issues/19)) ([d70183c](https://github.com/mmkal/slonik-tools/commit/d70183c))
13+
14+
15+
16+
17+
618
## [0.1.9](https://github.com/mmkal/slonik-tools/compare/[email protected]@0.1.9) (2019-07-24)
719

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

packages/demo/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slonik-tools-demo",
3-
"version": "0.1.9",
3+
"version": "0.2.0",
44
"description": "demo project using packages in slonik-tools repo",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -30,8 +30,8 @@
3030
"express": "^4.17.1"
3131
},
3232
"devDependencies": {
33-
"@slonik/migrator": "^0.1.13",
34-
"@slonik/typegen": "^0.2.1",
33+
"@slonik/migrator": "^0.2.0",
34+
"@slonik/typegen": "^0.3.0",
3535
"@types/express": "^4.17.0",
3636
"@types/supertest": "^2.0.7",
3737
"supertest": "^4.0.2"

packages/migrator/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0](https://github.com/mmkal/slonik-tools/compare/@slonik/[email protected]...@slonik/[email protected]) (2019-12-24)
7+
8+
9+
### Features
10+
11+
* **slonik:** support slonik 21 ([#106](https://github.com/mmkal/slonik-tools/issues/106)) ([d31dc02](https://github.com/mmkal/slonik-tools/commit/d31dc02))
12+
* slonik 19 ([#19](https://github.com/mmkal/slonik-tools/issues/19)) ([d70183c](https://github.com/mmkal/slonik-tools/commit/d70183c))
13+
14+
15+
16+
17+
618
## [0.1.13](https://github.com/mmkal/slonik-tools/compare/@slonik/[email protected]...@slonik/[email protected]) (2019-07-24)
719

820

packages/migrator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slonik/migrator",
3-
"version": "0.1.13",
3+
"version": "0.2.0",
44
"description": "database migration tool using slonik",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/typegen/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.3.0](https://github.com/mmkal/slonik-tools/compare/@slonik/[email protected]...@slonik/[email protected]) (2019-12-24)
7+
8+
9+
### Features
10+
11+
* **slonik:** support slonik 21 ([#106](https://github.com/mmkal/slonik-tools/issues/106)) ([d31dc02](https://github.com/mmkal/slonik-tools/commit/d31dc02))
12+
* slonik 19 ([#19](https://github.com/mmkal/slonik-tools/issues/19)) ([d70183c](https://github.com/mmkal/slonik-tools/commit/d70183c))
13+
14+
15+
16+
17+
618
## [0.2.1](https://github.com/mmkal/slonik-tools/compare/@slonik/[email protected]...@slonik/[email protected]) (2019-07-21)
719

820

packages/typegen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slonik/typegen",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Automatically generates typescript types from slonik queries",
55
"files": [
66
"dist",

0 commit comments

Comments
 (0)