Skip to content

Commit a5af756

Browse files
committed
chore(release): 3.4.4
1 parent 359dcee commit a5af756

File tree

2 files changed

+24
-17
lines changed

2 files changed

+24
-17
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [3.4.4](https://github.com/nuxt-modules/prismic/compare/v3.4.3...v3.4.4) (2024-12-03)
6+
7+
8+
### Bug Fixes
9+
10+
* disable Prismic module gracefully on custom client resolution error ([#224](https://github.com/nuxt-modules/prismic/issues/224)) ([359dcee](https://github.com/nuxt-modules/prismic/commit/359dceec3bf44f929310748a5245c86e5185fb53))
11+
512
### [3.4.3](https://github.com/nuxt-modules/prismic/compare/v3.4.2...v3.4.3) (2024-10-03)
613

714

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/prismic",
3-
"version": "3.4.3",
3+
"version": "3.4.4",
44
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
55
"keywords": [
66
"nuxt",
@@ -52,32 +52,32 @@
5252
"test": "npm run typecheck && npm run lint && npm run unit && npm run build"
5353
},
5454
"dependencies": {
55-
"@nuxt/devtools-kit": "^1.5.2",
56-
"@nuxt/kit": "^3.13.2",
57-
"@prismicio/client": "^7.11.0",
55+
"@nuxt/devtools-kit": "^1.6.1",
56+
"@nuxt/kit": "^3.14.1592",
57+
"@prismicio/client": "^7.12.0",
5858
"@prismicio/vue": "^4.3.0",
59-
"birpc": "0.2.17",
59+
"birpc": "0.2.19",
6060
"consola": "^3.2.3",
6161
"defu": "^6.1.4",
6262
"pathe": "^1.1.2",
63-
"sirv": "^2.0.4",
63+
"sirv": "^3.0.0",
6464
"terminate": "^2.8.0"
6565
},
6666
"devDependencies": {
67-
"@iconify-json/carbon": "^1.2.1",
67+
"@iconify-json/carbon": "^1.2.4",
6868
"@iconify-json/logos": "^1.2.2",
69-
"@nuxt/devtools-ui-kit": "^1.4.2",
70-
"@nuxt/eslint-config": "^0.5.7",
69+
"@nuxt/devtools-ui-kit": "^1.6.1",
70+
"@nuxt/eslint-config": "^0.7.2",
7171
"@nuxt/module-builder": "^0.8.4",
72-
"@nuxt/schema": "^3.13.2",
73-
"@unocss/preset-icons": "^0.63.2",
74-
"@vitest/coverage-v8": "^2.1.2",
75-
"eslint": "^9.11.1",
76-
"memfs": "^4.12.0",
77-
"nuxt": "^3.13.2",
72+
"@nuxt/schema": "^3.14.1592",
73+
"@unocss/preset-icons": "^0.65.0",
74+
"@vitest/coverage-v8": "^2.1.7",
75+
"eslint": "^9.16.0",
76+
"memfs": "^4.14.1",
77+
"nuxt": "^3.14.1592",
7878
"standard-version": "^9.5.0",
79-
"typescript": "^5.6.2",
80-
"vitest": "^2.1.2"
79+
"typescript": "^5.7.2",
80+
"vitest": "^2.1.7"
8181
},
8282
"engines": {
8383
"node": ">=16.10.0"

0 commit comments

Comments
 (0)