Skip to content

Commit

Permalink
chore(release): 1.146.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.146.0](v1.145.0...v1.146.0) (2024-03-03)

### Features

* Add Single Table Inheritance support ([#966](#966)) ([8019e5b](8019e5b))
  • Loading branch information
semantic-release-bot committed Mar 3, 2024
1 parent 8019e5b commit e4d489a
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.146.0](https://github.com/stephenh/joist-ts/compare/v1.145.0...v1.146.0) (2024-03-03)


### Features

* Add Single Table Inheritance support ([#966](https://github.com/stephenh/joist-ts/issues/966)) ([8019e5b](https://github.com/stephenh/joist-ts/commit/8019e5b5e2683e8b1f2c9033912ec83cbc80d2fb))

# [1.145.0](https://github.com/stephenh/joist-ts/compare/v1.144.10...v1.145.0) (2024-02-26)


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.145.0",
"version": "1.146.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.145.0",
"version": "1.146.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.145.0",
"version": "1.146.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.145.0",
"version": "1.146.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.145.0",
"version": "1.146.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.145.0",
"version": "1.146.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.145.0",
"version": "1.146.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.145.0",
"version": "1.146.0",
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit e4d489a

Please sign in to comment.