Skip to content

Commit

Permalink
chore(release): 1.164.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.164.0](v1.163.8...v1.164.0) (2024-05-07)

### Features

* Support multiple separate order bys. ([#1076](#1076)) ([7f949db](7f949db)), closes [#1074](#1074)
  • Loading branch information
semantic-release-bot committed May 7, 2024
1 parent 7f949db commit 2328b6e
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.164.0](https://github.com/joist-orm/joist-orm/compare/v1.163.8...v1.164.0) (2024-05-07)


### Features

* Support multiple separate order bys. ([#1076](https://github.com/joist-orm/joist-orm/issues/1076)) ([7f949db](https://github.com/joist-orm/joist-orm/commit/7f949dbe4182514c2ac87db219524ecf745b3e8f)), closes [#1074](https://github.com/joist-orm/joist-orm/issues/1074)

## [1.163.8](https://github.com/joist-orm/joist-orm/compare/v1.163.7...v1.163.8) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.163.8",
"version": "1.164.0",
"name": "joist",
"scripts": {
"build": "tspc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joist-codegen",
"version": "1.163.8",
"version": "1.164.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joist-graphql-codegen",
"version": "1.163.8",
"version": "1.164.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-resolver-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joist-graphql-resolver-utils",
"version": "1.163.8",
"version": "1.164.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/migration-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joist-migration-utils",
"version": "1.163.8",
"version": "1.164.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joist-orm",
"version": "1.163.8",
"version": "1.164.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joist-test-utils",
"version": "1.163.8",
"version": "1.164.0",
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/transform-properties/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joist-transform-properties",
"version": "1.163.8",
"version": "1.164.0",
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joist-utils",
"version": "1.163.8",
"version": "1.164.0",
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 2328b6e

Please sign in to comment.