Skip to content

Commit

Permalink
chore(release): 2.0.6 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.6](v2.0.5...v2.0.6) (2024-12-02)

### CI

* move install of semantic release packages into release workflow ([#1132](#1132)) ([81e690a](81e690a))

### Bug fixes

* **deps:** update dependency debug to ^4.3.7 ([#1109](#1109)) ([0287422](0287422))
* **deps:** update dependency graphql-scalars to ^1.23.0 ([#1044](#1044)) ([49bcb35](49bcb35))
* **deps:** update dependency semver to ^7.6.3 ([#1110](#1110)) ([74af1c6](74af1c6))
* **deps:** update dependency tslib to ^2.8.1 ([#1119](#1119)) ([4ea8f30](4ea8f30))
* remove unsafe use of chain method ([#1131](#1131)) ([a19d628](a19d628))
  • Loading branch information
semantic-release-bot committed Dec 2, 2024
1 parent 81e690a commit a367ceb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [2.0.6](https://github.com/graphql-nexus/nexus-prisma/compare/v2.0.5...v2.0.6) (2024-12-02)


### CI

* move install of semantic release packages into release workflow ([#1132](https://github.com/graphql-nexus/nexus-prisma/issues/1132)) ([81e690a](https://github.com/graphql-nexus/nexus-prisma/commit/81e690aab5091e9faf36c7abcd147101c153eae5))


### Bug fixes

* **deps:** update dependency debug to ^4.3.7 ([#1109](https://github.com/graphql-nexus/nexus-prisma/issues/1109)) ([0287422](https://github.com/graphql-nexus/nexus-prisma/commit/0287422cc872c392e5452774be8ccd25804a7ac4))
* **deps:** update dependency graphql-scalars to ^1.23.0 ([#1044](https://github.com/graphql-nexus/nexus-prisma/issues/1044)) ([49bcb35](https://github.com/graphql-nexus/nexus-prisma/commit/49bcb355decfe3efc407a70aee2bd35e168db01a))
* **deps:** update dependency semver to ^7.6.3 ([#1110](https://github.com/graphql-nexus/nexus-prisma/issues/1110)) ([74af1c6](https://github.com/graphql-nexus/nexus-prisma/commit/74af1c6e8661c93a68723b5d3a33b3b9ad2e6dab))
* **deps:** update dependency tslib to ^2.8.1 ([#1119](https://github.com/graphql-nexus/nexus-prisma/issues/1119)) ([4ea8f30](https://github.com/graphql-nexus/nexus-prisma/commit/4ea8f3055fc202a08d2a98a4fff42182f1725992))
* remove unsafe use of chain method ([#1131](https://github.com/graphql-nexus/nexus-prisma/issues/1131)) ([a19d628](https://github.com/graphql-nexus/nexus-prisma/commit/a19d628c13d60d1c03de272e2cc61c0eee4583a1))

## [2.0.5](https://github.com/graphql-nexus/nexus-prisma/compare/v2.0.4...v2.0.5) (2024-02-23)


Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nexus-prisma",
"version": "2.0.5",
"version": "2.0.6",
"main": "./dist-cjs/entrypoints/main.js",
"repository": "[email protected]:graphql-nexus/nexus-prisma.git",
"author": "Jason Kuhrt",
Expand Down Expand Up @@ -75,6 +75,8 @@
"@prisma-labs/prettier-config": "0.1.0",
"@prisma/client": "^5.0.0",
"@prisma/internals": "^5.0.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/debug": "^4.1.12",
"@types/expand-tilde": "^2.0.2",
"@types/jest": "29.5.14",
Expand Down Expand Up @@ -109,6 +111,7 @@
"prettier": "3.3.3",
"prisma": "^5.0.0",
"read-pkg-up": "7.0.1",
"semantic-release": "23.1.1",
"slug": "^8.2.3",
"strip-ansi": "6.0.1",
"ts-jest": "29.2.5",
Expand Down

0 comments on commit a367ceb

Please sign in to comment.