Skip to content

Commit

Permalink
Version Packages (#635)
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] authored Aug 1, 2024
1 parent a478df5 commit 6b9d069
Show file tree
Hide file tree
Showing 27 changed files with 149 additions and 54 deletions.
17 changes: 0 additions & 17 deletions .changeset/shiny-files-jump.md

This file was deleted.

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

## 46.0.1

### Patch Changes

- [`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d) Thanks [@gajus](https://github.com/gajus)! - update lock file

- Updated dependencies [[`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d)]:
- slonik@46.0.1

## 46.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": "^46.0.0"
"slonik": "^46.0.1"
},
"scripts": {
"benchmark": "NODE_ENV=production node benchmark.js"
},
"version": "46.0.0"
"version": "46.0.1"
}
10 changes: 10 additions & 0 deletions packages/driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @slonik/driver

## 46.0.1

### Patch Changes

- [`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d) Thanks [@gajus](https://github.com/gajus)! - update lock file

- Updated dependencies [[`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d)]:
- @slonik/types@46.0.1
- @slonik/utilities@46.0.1

## 46.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/types": "^46.0.0",
"@slonik/utilities": "^46.0.0",
"@slonik/types": "^46.0.1",
"@slonik/utilities": "^46.0.1",
"roarr": "^7.21.1",
"serialize-error": "^8.0.0",
"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": "46.0.0"
"version": "46.0.1"
}
9 changes: 9 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @slonik/errors

## 46.0.1

### Patch Changes

- [`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d) Thanks [@gajus](https://github.com/gajus)! - update lock file

- Updated dependencies [[`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d)]:
- @slonik/types@46.0.1

## 46.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": "^46.0.0"
"@slonik/types": "^46.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": "46.0.0"
"version": "46.0.1"
}
13 changes: 13 additions & 0 deletions packages/pg-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @slonik/pg-driver

## 46.0.1

### Patch Changes

- [`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d) Thanks [@gajus](https://github.com/gajus)! - update lock file

- Updated dependencies [[`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d)]:
- @slonik/driver@46.0.1
- @slonik/errors@46.0.1
- @slonik/sql-tag@46.0.1
- @slonik/types@46.0.1
- @slonik/utilities@46.0.1

## 46.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": "^46.0.0",
"@slonik/errors": "^46.0.0",
"@slonik/sql-tag": "^46.0.0",
"@slonik/types": "^46.0.0",
"@slonik/utilities": "^46.0.0",
"@slonik/driver": "^46.0.1",
"@slonik/errors": "^46.0.1",
"@slonik/sql-tag": "^46.0.1",
"@slonik/types": "^46.0.1",
"@slonik/utilities": "^46.0.1",
"pg": "^8.12.0",
"pg-query-stream": "^4.6.0",
"pg-types": "^4.0.2",
Expand Down Expand Up @@ -87,5 +87,5 @@
"test": "nyc ava --verbose --serial"
},
"types": "./dist/index.d.ts",
"version": "46.0.0"
"version": "46.0.1"
}
6 changes: 6 additions & 0 deletions packages/slonik-dataloaders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @slonik/dataloaders

## 46.0.1

### Patch Changes

- [`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d) Thanks [@gajus](https://github.com/gajus)! - update lock file

## 46.0.0

## 45.6.0
Expand Down
6 changes: 3 additions & 3 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": "^46.0.0",
"@slonik/types": "^46.0.1",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^46.0.0",
"slonik": "^46.0.1",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
Expand Down Expand Up @@ -42,5 +42,5 @@
"test": "npx vitest run"
},
"typings": "./dist/index.d.ts",
"version": "46.0.0"
"version": "46.0.1"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# slonik-interceptor-field-name-transformation

## 46.0.1

### Patch Changes

- [`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d) Thanks [@gajus](https://github.com/gajus)! - update lock file

## 46.0.0

## 45.6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^46.0.0",
"slonik": "^46.0.1",
"ts-node": "^10.4.0",
"typescript": "^5.4.5"
},
Expand Down Expand Up @@ -51,5 +51,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "46.0.0"
"version": "46.0.1"
}
6 changes: 6 additions & 0 deletions packages/slonik-interceptor-query-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# slonik-interceptor-query-cache

## 46.0.1

### Patch Changes

- [`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d) Thanks [@gajus](https://github.com/gajus)! - update lock file

## 46.0.0

## 45.6.0
Expand Down
4 changes: 2 additions & 2 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": "^6.1.3",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^46.0.0",
"slonik": "^46.0.1",
"ts-node": "^10.4.0",
"typescript": "^5.4.5"
},
Expand Down Expand Up @@ -52,5 +52,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "46.0.0"
"version": "46.0.1"
}
6 changes: 6 additions & 0 deletions packages/slonik-interceptor-query-logging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# slonik-interceptor-query-logging

## 46.0.1

### Patch Changes

- [`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d) Thanks [@gajus](https://github.com/gajus)! - update lock file

## 46.0.0

## 45.6.0
Expand Down
4 changes: 2 additions & 2 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": "^6.1.3",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^46.0.0",
"slonik": "^46.0.1",
"ts-node": "^10.4.0",
"typescript": "^5.4.5"
},
Expand Down Expand Up @@ -53,5 +53,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "46.0.0"
"version": "46.0.1"
}
9 changes: 9 additions & 0 deletions packages/slonik-sql-tag-raw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# slonik-sql-tag-raw

## 46.0.1

### Patch Changes

- [`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d) Thanks [@gajus](https://github.com/gajus)! - update lock file

- Updated dependencies [[`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d)]:
- @slonik/sql-tag@46.0.1

## 46.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "^46.0.0",
"@slonik/sql-tag": "^46.0.1",
"lodash": "^4.17.20",
"roarr": "^7.21.1"
},
Expand All @@ -25,7 +25,7 @@
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint-config-canonical": "^42.8.1",
"slonik": "^46.0.0",
"slonik": "^46.0.1",
"ts-node": "^10.4.0",
"typescript": "^5.4.5"
},
Expand Down Expand Up @@ -53,5 +53,5 @@
"test": "ava --verbose --serial"
},
"typings": "./dist/index.d.ts",
"version": "46.0.0"
"version": "46.0.1"
}
13 changes: 13 additions & 0 deletions packages/slonik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# slonik

## 46.0.1

### Patch Changes

- [`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d) Thanks [@gajus](https://github.com/gajus)! - update lock file

- Updated dependencies [[`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d)]:
- @slonik/driver@46.0.1
- @slonik/errors@46.0.1
- @slonik/pg-driver@46.0.1
- @slonik/sql-tag@46.0.1
- @slonik/utilities@46.0.1

## 46.0.0

### Major 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": "^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",
"@slonik/driver": "^46.0.1",
"@slonik/errors": "^46.0.1",
"@slonik/pg-driver": "^46.0.1",
"@slonik/sql-tag": "^46.0.1",
"@slonik/utilities": "^46.0.1",
"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": "46.0.0"
"version": "46.0.1"
}
10 changes: 10 additions & 0 deletions packages/sql-tag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @slonik/sql-tag

## 46.0.1

### Patch Changes

- [`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d) Thanks [@gajus](https://github.com/gajus)! - update lock file

- Updated dependencies [[`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d)]:
- @slonik/errors@46.0.1
- @slonik/types@46.0.1

## 46.0.0

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

## 46.0.1

### Patch Changes

- [`a478df5`](https://github.com/gajus/slonik/commit/a478df56482e9f9ee6adc6489d101259c91fa89d) Thanks [@gajus](https://github.com/gajus)! - update lock file

## 46.0.0

## 45.6.0
Expand Down
Loading

0 comments on commit 6b9d069

Please sign in to comment.