Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
 - @graphql-pagination/example-in-memory@1.7.4
 - @graphql-pagination/example-sql-knex@1.2.12
 - @graphql-pagination/core@1.15.0
 - @graphql-pagination/mongodb@1.3.0
 - @graphql-pagination/sql-knex@1.5.10
  • Loading branch information
lkrzyzanek committed Nov 19, 2024
1 parent bdc397c commit 6d09801
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 10 deletions.
8 changes: 8 additions & 0 deletions examples/in-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.7.4](https://github.com/lkrzyzanek/graphql-pagination/compare/@graphql-pagination/example-in-memory@1.7.3...@graphql-pagination/example-in-memory@1.7.4) (2024-11-19)

**Note:** Version bump only for package @graphql-pagination/example-in-memory





## [1.7.3](https://github.com/lkrzyzanek/graphql-pagination/compare/@graphql-pagination/example-in-memory@1.7.2...@graphql-pagination/example-in-memory@1.7.3) (2024-06-17)

**Note:** Version bump only for package @graphql-pagination/example-in-memory
Expand Down
4 changes: 2 additions & 2 deletions examples/in-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-pagination/example-in-memory",
"version": "1.7.3",
"version": "1.7.4",
"author": "Libor Krzyzanek",
"license": "MIT",
"private": true,
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@apollo/server": "^4.4.0",
"@graphql-pagination/core": "^1.14.0",
"@graphql-pagination/core": "^1.15.0",
"graphql": "^16.6.0",
"graphql-scalars": "^1.20.1",
"graphql-tag": "^2.12.6"
Expand Down
8 changes: 8 additions & 0 deletions examples/sql-knex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.12](https://github.com/lkrzyzanek/graphql-pagination/compare/@graphql-pagination/example-sql-knex@1.2.11...@graphql-pagination/example-sql-knex@1.2.12) (2024-11-19)

**Note:** Version bump only for package @graphql-pagination/example-sql-knex





## [1.2.11](https://github.com/lkrzyzanek/graphql-pagination/compare/@graphql-pagination/example-sql-knex@1.2.10...@graphql-pagination/example-sql-knex@1.2.11) (2024-06-17)

**Note:** Version bump only for package @graphql-pagination/example-sql-knex
Expand Down
6 changes: 3 additions & 3 deletions examples/sql-knex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-pagination/example-sql-knex",
"version": "1.2.11",
"version": "1.2.12",
"author": "Libor Krzyzanek",
"license": "MIT",
"private": true,
Expand All @@ -9,8 +9,8 @@
},
"dependencies": {
"@apollo/server": "^4.4.0",
"@graphql-pagination/core": "^1.14.0",
"@graphql-pagination/sql-knex": "^1.5.9",
"@graphql-pagination/core": "^1.15.0",
"@graphql-pagination/sql-knex": "^1.5.10",
"better-sqlite3": "^9.5.0",
"graphql": "^16.6.0",
"graphql-scalars": "^1.19.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.15.0](https://github.com/lkrzyzanek/graphql-pagination/compare/@graphql-pagination/core@1.14.0...@graphql-pagination/core@1.15.0) (2024-11-19)


### Features

* Pass args to getId ([bdc397c](https://github.com/lkrzyzanek/graphql-pagination/commit/bdc397c5da5fd48c8eed3492d4794041a3f6da79))





# [1.14.0](https://github.com/lkrzyzanek/graphql-pagination/compare/@graphql-pagination/core@1.13.0...@graphql-pagination/core@1.14.0) (2024-06-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-pagination/core",
"version": "1.14.0",
"version": "1.15.0",
"description": "GraphQL Pagination Core module",
"author": "Libor Krzyzanek",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/lkrzyzanek/graphql-pagination/compare/@graphql-pagination/mongodb@1.2.5...@graphql-pagination/mongodb@1.3.0) (2024-11-19)


### Features

* **chores:** docs for using MongoDbOffsetDataSource ([e61eab2](https://github.com/lkrzyzanek/graphql-pagination/commit/e61eab22cf248b79c4c4f698ecb37d097219786d))





## [1.2.5](https://github.com/lkrzyzanek/graphql-pagination/compare/@graphql-pagination/mongodb@1.2.4...@graphql-pagination/mongodb@1.2.5) (2024-06-17)

**Note:** Version bump only for package @graphql-pagination/mongodb
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-pagination/mongodb",
"version": "1.2.5",
"version": "1.3.0",
"description": "GraphQL Pagination - MongoDB",
"author": "Libor Krzyzanek",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
}
},
"dependencies": {
"@graphql-pagination/core": "^1.14.0"
"@graphql-pagination/core": "^1.15.0"
},
"peerDependencies": {
"mongodb": "*"
Expand Down
8 changes: 8 additions & 0 deletions packages/sql-knex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.10](https://github.com/lkrzyzanek/graphql-pagination/compare/@graphql-pagination/sql-knex@1.5.9...@graphql-pagination/sql-knex@1.5.10) (2024-11-19)

**Note:** Version bump only for package @graphql-pagination/sql-knex





## [1.5.9](https://github.com/lkrzyzanek/graphql-pagination/compare/@graphql-pagination/sql-knex@1.5.8...@graphql-pagination/sql-knex@1.5.9) (2024-06-17)

**Note:** Version bump only for package @graphql-pagination/sql-knex
Expand Down
4 changes: 2 additions & 2 deletions packages/sql-knex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-pagination/sql-knex",
"version": "1.5.9",
"version": "1.5.10",
"description": "GraphQL Pagination - SQL Knex",
"author": "Libor Krzyzanek",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
}
},
"dependencies": {
"@graphql-pagination/core": "^1.14.0",
"@graphql-pagination/core": "^1.15.0",
"knex": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 6d09801

Please sign in to comment.