Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and IlyaSemenov committed Feb 24, 2024
1 parent 05d7316 commit b162b97
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/angry-pigs-double.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/graphql-orm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# graphql-orm

## 1.4.1

### Patch Changes

- 05d7316: Revert inlining graphql-parse-resolve-info, bump its version instead.

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "graphql-orm",
"description": "Common base for objection-graphql-resolver and orchid-graphql",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"author": "Ilya Semenov",
"license": "MIT",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/objection-graphql-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# objection-graphql-resolver

## 7.3.1

### Patch Changes

- 05d7316: Revert inlining graphql-parse-resolve-info, bump its version instead.

## 7.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/objection-graphql-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "objection-graphql-resolver",
"description": "objection.js plugin: resolve GraphQL query using withGraphFetched",
"version": "7.3.0",
"version": "7.3.1",
"repository": {
"type": "git",
"url": "https://github.com/IlyaSemenov/objection-graphql-resolver.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/orchid-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# orchid-graphql

## 1.5.1

### Patch Changes

- 05d7316: Revert inlining graphql-parse-resolve-info, bump its version instead.

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/orchid-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "orchid-graphql",
"description": "orchid-orm plugin: resolve GraphQL query with Orchid ORM",
"version": "1.5.0",
"version": "1.5.1",
"repository": {
"type": "git",
"url": "https://github.com/IlyaSemenov/orchid-graphql"
Expand Down

0 comments on commit b162b97

Please sign in to comment.