Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #607

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/tame-lizards-punch.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @slonik/benchmark

## 46.0.0

### Patch Changes

- Updated dependencies []:
- slonik@46.0.0

## 45.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"pg": "^8.11.3",
"pg-promise": "^11.5.5",
"postgres": "^3.4.4",
"slonik": "^45.0.0"
"slonik": "^46.0.0"
},
"scripts": {
"benchmark": "NODE_ENV=production node benchmark.js"
},
"version": "45.0.0"
"version": "46.0.0"
}
8 changes: 8 additions & 0 deletions packages/driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @slonik/driver

## 46.0.0

### Patch Changes

- Updated dependencies []:
- @slonik/types@46.0.0
- @slonik/utilities@46.0.0

## 45.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
]
},
"dependencies": {
"@slonik/utilities": "^45.0.0",
"@slonik/types": "^45.0.0",
"@slonik/utilities": "^46.0.0",
"@slonik/types": "^46.0.0",
"serialize-error": "^8.0.0",
"roarr": "^7.21.1",
"strict-event-emitter-types": "^2.0.0"
Expand Down Expand Up @@ -82,5 +82,5 @@
"test": "nyc ava --verbose --serial"
},
"types": "./dist/index.d.ts",
"version": "45.0.0"
"version": "46.0.0"
}
7 changes: 7 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @slonik/errors

## 46.0.0

### Patch Changes

- Updated dependencies []:
- @slonik/types@46.0.0

## 45.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]
},
"dependencies": {
"@slonik/types": "^45.0.0"
"@slonik/types": "^46.0.0"
},
"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": "45.0.0"
"version": "46.0.0"
}
11 changes: 11 additions & 0 deletions packages/pg-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @slonik/pg-driver

## 46.0.0

### Patch Changes

- Updated dependencies []:
- @slonik/driver@46.0.0
- @slonik/errors@46.0.0
- @slonik/sql-tag@46.0.0
- @slonik/types@46.0.0
- @slonik/utilities@46.0.0

## 45.0.0

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/pg-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
]
},
"dependencies": {
"@slonik/driver": "^45.0.0",
"@slonik/errors": "^45.0.0",
"@slonik/sql-tag": "^45.0.0",
"@slonik/types": "^45.0.0",
"@slonik/utilities": "^45.0.0",
"@slonik/driver": "^46.0.0",
"@slonik/errors": "^46.0.0",
"@slonik/sql-tag": "^46.0.0",
"@slonik/types": "^46.0.0",
"@slonik/utilities": "^46.0.0",
"pg-query-stream": "^4.5.5",
"pg-types": "^4.0.2",
"pg": "^8.11.5",
Expand Down Expand Up @@ -87,5 +87,5 @@
"test": "nyc ava --verbose --serial"
},
"types": "./dist/index.d.ts",
"version": "45.0.0"
"version": "46.0.0"
}
12 changes: 12 additions & 0 deletions packages/slonik-dataloaders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @slonik/dataloaders

## 46.0.0

### Minor Changes

- [#606](https://github.com/gajus/slonik/pull/606) [`6dc4524`](https://github.com/gajus/slonik/commit/6dc45241dfe1678e79e1db68ef8cf449034d296f) Thanks [@gajus](https://github.com/gajus)! - Porting @danielrearden's [slonik-dataloaders](https://github.com/danielrearden/slonik-dataloaders) to Slonik monorepo as @slonik/dataloaders.

### Patch Changes

- Updated dependencies []:
- slonik@46.0.0
8 changes: 4 additions & 4 deletions packages/slonik-dataloaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"description": "Utilities for creating DataLoaders using Slonik.",
"devDependencies": {
"@slonik/types": "^45.0.0",
"@slonik/types": "^46.0.0",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^45.0.0",
"slonik": "^46.0.0",
"typescript": "^4.5.3",
"vitest": "^1.6.0"
},
Expand All @@ -30,7 +30,7 @@
"main": "./dist/index.js",
"name": "@slonik/dataloaders",
"peerDependencies": {
"slonik": ">=45.0.0"
"slonik": ">=46.0.0"
},
"repository": {
"type": "git",
Expand All @@ -42,5 +42,5 @@
"test": "npx vitest run"
},
"typings": "./dist/index.d.ts",
"version": "45.0.0"
"version": "46.0.0"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# slonik-interceptor-field-name-transformation

## 46.0.0

### Patch Changes

- Updated dependencies []:
- slonik@46.0.0

## 45.0.0

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ava": "^5.3.1",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^45.0.0",
"slonik": "^46.0.0",
"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": ">=45.0.0"
"slonik": ">=46.0.0"
},
"repository": {
"type": "git",
Expand All @@ -51,5 +51,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "45.0.0"
"version": "46.0.0"
}
7 changes: 7 additions & 0 deletions packages/slonik-interceptor-query-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# slonik-interceptor-query-cache

## 46.0.0

### Patch Changes

- Updated dependencies []:
- slonik@46.0.0

## 45.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/slonik-interceptor-query-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ava": "^5.3.1",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^45.0.0",
"slonik": "^46.0.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.3"
},
Expand All @@ -40,7 +40,7 @@
"main": "./dist/index.js",
"name": "slonik-interceptor-query-cache",
"peerDependencies": {
"slonik": ">=45.0.0"
"slonik": ">=46.0.0"
},
"repository": {
"type": "git",
Expand All @@ -52,5 +52,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "45.0.0"
"version": "46.0.0"
}
7 changes: 7 additions & 0 deletions packages/slonik-interceptor-query-logging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# slonik-interceptor-query-logging

## 46.0.0

### Patch Changes

- Updated dependencies []:
- slonik@46.0.0

## 45.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/slonik-interceptor-query-logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ava": "^5.3.1",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^45.0.0",
"slonik": "^46.0.0",
"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": ">=45.0.0"
"slonik": ">=46.0.0"
},
"repository": {
"type": "git",
Expand All @@ -53,5 +53,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "45.0.0"
"version": "46.0.0"
}
8 changes: 8 additions & 0 deletions packages/slonik-sql-tag-raw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# slonik-sql-tag-raw

## 46.0.0

### Patch Changes

- Updated dependencies []:
- @slonik/sql-tag@46.0.0
- slonik@46.0.0

## 45.0.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/slonik-sql-tag-raw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]
},
"dependencies": {
"@slonik/sql-tag": "^45.0.0",
"@slonik/sql-tag": "^46.0.0",
"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": "^45.0.0",
"slonik": "^46.0.0",
"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": ">=45.0.0"
"slonik": ">=46.0.0"
},
"repository": {
"type": "git",
Expand All @@ -53,5 +53,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "45.0.0"
"version": "46.0.0"
}
11 changes: 11 additions & 0 deletions packages/slonik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# slonik

## 46.0.0

### Patch Changes

- Updated dependencies []:
- @slonik/driver@46.0.0
- @slonik/errors@46.0.0
- @slonik/pg-driver@46.0.0
- @slonik/sql-tag@46.0.0
- @slonik/utilities@46.0.0

## 45.0.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/slonik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"url": "http://gajus.com"
},
"dependencies": {
"@slonik/driver": "^45.0.0",
"@slonik/errors": "^45.0.0",
"@slonik/pg-driver": "^45.0.0",
"@slonik/sql-tag": "^45.0.0",
"@slonik/utilities": "^45.0.0",
"@slonik/driver": "^46.0.0",
"@slonik/errors": "^46.0.0",
"@slonik/pg-driver": "^46.0.0",
"@slonik/sql-tag": "^46.0.0",
"@slonik/utilities": "^46.0.0",
"get-stack-trace": "^3.1.1",
"iso8601-duration": "^1.3.0",
"postgres-interval": "^4.0.2",
Expand Down Expand Up @@ -83,5 +83,5 @@
"test": "nyc ava --verbose --serial"
},
"types": "./dist/index.d.ts",
"version": "45.0.0"
"version": "46.0.0"
}
8 changes: 8 additions & 0 deletions packages/sql-tag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @slonik/sql-tag

## 46.0.0

### Patch Changes

- Updated dependencies []:
- @slonik/errors@46.0.0
- @slonik/types@46.0.0

## 45.0.0

### Patch Changes
Expand Down
Loading