Skip to content

Commit

Permalink
Version Packages (#585)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 7, 2024
1 parent ac9c1f0 commit 8d12faa
Show file tree
Hide file tree
Showing 17 changed files with 93 additions and 33 deletions.
12 changes: 0 additions & 12 deletions .changeset/clever-singers-yawn.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/benchmark/CHANGELOG.md
@@ -1,5 +1,14 @@
# @slonik/benchmark

## 43.0.1

### Patch Changes

- [`146a301`](https://github.com/gajus/slonik/commit/146a3011b6b9cbd1a3a5dbc7ce3a13d9cc6bb2ae) Thanks [@gajus](https://github.com/gajus)! - add missing type exports

- Updated dependencies [[`146a301`](https://github.com/gajus/slonik/commit/146a3011b6b9cbd1a3a5dbc7ce3a13d9cc6bb2ae)]:
- slonik@43.0.1

## 43.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/benchmark/package.json
Expand Up @@ -6,10 +6,10 @@
"pg": "^8.11.3",
"pg-promise": "^11.5.5",
"postgres": "^3.4.4",
"slonik": "^43.0.0"
"slonik": "^43.0.1"
},
"scripts": {
"benchmark": "NODE_ENV=production node benchmark.js"
},
"version": "43.0.0"
"version": "43.0.1"
}
9 changes: 9 additions & 0 deletions packages/errors/CHANGELOG.md
@@ -1,5 +1,14 @@
# @slonik/errors

## 43.0.1

### Patch Changes

- [`146a301`](https://github.com/gajus/slonik/commit/146a3011b6b9cbd1a3a5dbc7ce3a13d9cc6bb2ae) Thanks [@gajus](https://github.com/gajus)! - add missing type exports

- Updated dependencies [[`146a301`](https://github.com/gajus/slonik/commit/146a3011b6b9cbd1a3a5dbc7ce3a13d9cc6bb2ae)]:
- @slonik/types@43.0.1

## 43.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/errors/package.json
Expand Up @@ -16,7 +16,7 @@
]
},
"dependencies": {
"@slonik/types": "^43.0.0"
"@slonik/types": "^43.0.1"
},
"description": "A Node.js PostgreSQL client with strict types, detailed logging and assertions.",
"devDependencies": {
Expand Down Expand Up @@ -79,5 +79,5 @@
"test": "nyc ava --verbose --serial"
},
"types": "./dist/index.d.ts",
"version": "43.0.0"
"version": "43.0.1"
}
@@ -1,5 +1,14 @@
# slonik-interceptor-field-name-transformation

## 43.0.1

### Patch Changes

- [`146a301`](https://github.com/gajus/slonik/commit/146a3011b6b9cbd1a3a5dbc7ce3a13d9cc6bb2ae) Thanks [@gajus](https://github.com/gajus)! - add missing type exports

- Updated dependencies [[`146a301`](https://github.com/gajus/slonik/commit/146a3011b6b9cbd1a3a5dbc7ce3a13d9cc6bb2ae)]:
- slonik@43.0.1

## 43.0.0

### Minor Changes
Expand Down
Expand Up @@ -23,7 +23,7 @@
"ava": "^5.3.1",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^43.0.0",
"slonik": "^43.0.1",
"ts-node": "^10.4.0",
"typescript": "^4.7.4"
},
Expand All @@ -39,7 +39,7 @@
"main": "./dist/index.js",
"name": "slonik-interceptor-field-name-transformation",
"peerDependencies": {
"slonik": ">=43.0.0"
"slonik": ">=43.0.1"
},
"repository": {
"type": "git",
Expand All @@ -51,5 +51,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "43.0.0"
"version": "43.0.1"
}
9 changes: 9 additions & 0 deletions packages/slonik-interceptor-query-logging/CHANGELOG.md
@@ -1,5 +1,14 @@
# slonik-interceptor-query-logging

## 43.0.1

### Patch Changes

- [`146a301`](https://github.com/gajus/slonik/commit/146a3011b6b9cbd1a3a5dbc7ce3a13d9cc6bb2ae) Thanks [@gajus](https://github.com/gajus)! - add missing type exports

- Updated dependencies [[`146a301`](https://github.com/gajus/slonik/commit/146a3011b6b9cbd1a3a5dbc7ce3a13d9cc6bb2ae)]:
- slonik@43.0.1

## 43.0.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/slonik-interceptor-query-logging/package.json
Expand Up @@ -25,7 +25,7 @@
"ava": "^5.3.1",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^43.0.0",
"slonik": "^43.0.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.3"
},
Expand All @@ -41,7 +41,7 @@
"main": "./dist/index.js",
"name": "slonik-interceptor-query-logging",
"peerDependencies": {
"slonik": ">=43.0.0"
"slonik": ">=43.0.1"
},
"repository": {
"type": "git",
Expand All @@ -53,5 +53,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "43.0.0"
"version": "43.0.1"
}
10 changes: 10 additions & 0 deletions packages/slonik-sql-tag-raw/CHANGELOG.md
@@ -1,5 +1,15 @@
# slonik-sql-tag-raw

## 43.0.1

### Patch Changes

- [`146a301`](https://github.com/gajus/slonik/commit/146a3011b6b9cbd1a3a5dbc7ce3a13d9cc6bb2ae) Thanks [@gajus](https://github.com/gajus)! - add missing type exports

- Updated dependencies [[`146a301`](https://github.com/gajus/slonik/commit/146a3011b6b9cbd1a3a5dbc7ce3a13d9cc6bb2ae)]:
- slonik@43.0.1
- @slonik/sql-tag@43.0.1

## 43.0.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/slonik-sql-tag-raw/package.json
Expand Up @@ -16,7 +16,7 @@
]
},
"dependencies": {
"@slonik/sql-tag": "^43.0.0",
"@slonik/sql-tag": "^43.0.1",
"lodash": "^4.17.20",
"roarr": "^7.21.1"
},
Expand All @@ -25,7 +25,7 @@
"ava": "^5.3.1",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^43.0.0",
"slonik": "^43.0.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.3"
},
Expand All @@ -41,7 +41,7 @@
"main": "./dist/index.js",
"name": "slonik-sql-tag-raw",
"peerDependencies": {
"slonik": ">=43.0.0"
"slonik": ">=43.0.1"
},
"repository": {
"type": "git",
Expand All @@ -53,5 +53,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "43.0.0"
"version": "43.0.1"
}
10 changes: 10 additions & 0 deletions packages/slonik/CHANGELOG.md
@@ -1,5 +1,15 @@
# slonik

## 43.0.1

### Patch Changes

- [`146a301`](https://github.com/gajus/slonik/commit/146a3011b6b9cbd1a3a5dbc7ce3a13d9cc6bb2ae) Thanks [@gajus](https://github.com/gajus)! - add missing type exports

- Updated dependencies [[`146a301`](https://github.com/gajus/slonik/commit/146a3011b6b9cbd1a3a5dbc7ce3a13d9cc6bb2ae)]:
- @slonik/errors@43.0.1
- @slonik/sql-tag@43.0.1

## 43.0.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/slonik/package.json
Expand Up @@ -5,8 +5,8 @@
"url": "http://gajus.com"
},
"dependencies": {
"@slonik/errors": "^43.0.0",
"@slonik/sql-tag": "^43.0.0",
"@slonik/errors": "^43.0.1",
"@slonik/sql-tag": "^43.0.1",
"@types/pg": "^8.11.6",
"get-stack-trace": "^3.1.1",
"iso8601-duration": "^1.3.0",
Expand Down Expand Up @@ -86,5 +86,5 @@
"test": "nyc ava --verbose --serial"
},
"types": "./dist/index.d.ts",
"version": "43.0.0"
"version": "43.0.1"
}
10 changes: 10 additions & 0 deletions packages/sql-tag/CHANGELOG.md
@@ -1,5 +1,15 @@
# @slonik/sql-tag

## 43.0.1

### Patch Changes

- [`146a301`](https://github.com/gajus/slonik/commit/146a3011b6b9cbd1a3a5dbc7ce3a13d9cc6bb2ae) Thanks [@gajus](https://github.com/gajus)! - add missing type exports

- Updated dependencies [[`146a301`](https://github.com/gajus/slonik/commit/146a3011b6b9cbd1a3a5dbc7ce3a13d9cc6bb2ae)]:
- @slonik/errors@43.0.1
- @slonik/types@43.0.1

## 43.0.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sql-tag/package.json
Expand Up @@ -16,8 +16,8 @@
]
},
"dependencies": {
"@slonik/errors": "^43.0.0",
"@slonik/types": "^43.0.0",
"@slonik/errors": "^43.0.1",
"@slonik/types": "^43.0.1",
"roarr": "^7.21.1",
"safe-stable-stringify": "^2.4.3",
"serialize-error": "^8.0.0"
Expand Down Expand Up @@ -83,5 +83,5 @@
"test": "nyc ava --verbose --serial"
},
"types": "./dist/index.d.ts",
"version": "43.0.0"
"version": "43.0.1"
}
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
@@ -1,5 +1,11 @@
# @slonik/types

## 43.0.1

### Patch Changes

- [`146a301`](https://github.com/gajus/slonik/commit/146a3011b6b9cbd1a3a5dbc7ce3a13d9cc6bb2ae) Thanks [@gajus](https://github.com/gajus)! - add missing type exports

## 43.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Expand Up @@ -75,5 +75,5 @@
"test": "nyc ava --verbose --serial"
},
"types": "./dist/index.d.ts",
"version": "43.0.0"
"version": "43.0.1"
}

0 comments on commit 8d12faa

Please sign in to comment.