@nuxtjs/prismic 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/CHANGELOG.md +0 -64
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxtjs/prismic",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
5
5
  "keywords": [
6
6
  "nuxt",
@@ -27,10 +27,10 @@
27
27
  "test": "npm run lint && npm run unit"
28
28
  },
29
29
  "dependencies": {
30
- "@prismicio/client": "^4.0.0",
30
+ "@prismicio/client": "^4.0.0 || ^5.1.0",
31
31
  "@prismicio/vue": "^2.0.11",
32
32
  "consola": "^2.15.3",
33
- "prismic-dom": "^2.2.5"
33
+ "prismic-dom": "^2.2.6"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@nuxtjs/eslint-config": "latest",
package/CHANGELOG.md DELETED
@@ -1,64 +0,0 @@
1
- # Changelog
2
-
3
- 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.
4
-
5
- ### [1.3.1](https://github.com/nuxt-community/prismic-module/compare/v1.3.0...v1.3.1) (2021-05-20)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * handle `nuxt.router.base` options when resolving previews ([#140](https://github.com/nuxt-community/prismic-module/issues/140)) ([63d3fee](https://github.com/nuxt-community/prismic-module/commit/63d3fee4c90a47e4e7b525e676a6024e05313f53))
11
-
12
- ## [1.3.0](https://github.com/nuxt-community/prismic-module/compare/v1.3.0-alpha.1...v1.3.0) (2021-05-10)
13
-
14
-
15
- ### Chore
16
-
17
- * add .versionrc ([0da1249](https://github.com/nuxt-community/prismic-module/commit/0da1249ca56b48bf76c2151b1ebe4f2f3a470ed1))
18
- * typo ([ac264f0](https://github.com/nuxt-community/prismic-module/commit/ac264f03f14b0539c996f508e0d202729cded874))
19
- * update pull request template ([ce7d103](https://github.com/nuxt-community/prismic-module/commit/ce7d103db3b07d24ea1dea5167e3454220ef8f33))
20
-
21
- ## [1.3.0-alpha.1](https://github.com/nuxt-community/prismic-module/compare/v1.3.0-alpha.0...v1.3.0-alpha.1) (2021-05-04)
22
-
23
-
24
- ### Features
25
-
26
- * add modern option, fixes [#134](https://github.com/nuxt-community/prismic-module/issues/134) ([02112e1](https://github.com/nuxt-community/prismic-module/commit/02112e1e0b81103fb410f2dab3416b1d1adaee47))
27
-
28
- ## [1.3.0-alpha.0](https://github.com/nuxt-community/prismic-module/compare/v1.2.6...v1.3.0-alpha.0) (2021-05-04)
29
-
30
-
31
- ### Features
32
-
33
- * drop node 8 & 10 ([9f4192c](https://github.com/nuxt-community/prismic-module/commit/9f4192c601f7a2c38ca3783ba596907828d36015))
34
-
35
- > ⚠️ That's a breaking change, to some extent. We're following Nuxt's choice of not making those majors: https://github.com/nuxt/nuxt.js/releases/tag/v2.15.0
36
-
37
-
38
- ### Bug Fixes
39
-
40
- * prevent fatal error if endpoint is not provided ([b79e26b](https://github.com/nuxt-community/prismic-module/commit/b79e26b58318d04812ca45f8684b7bc09f29e4a7))
41
-
42
- ### [1.2.6](https://github.com/nuxt-community/prismic-module/compare/v1.2.5...v1.2.6) (2021-03-11)
43
-
44
- ### [1.2.5](https://github.com/nuxt-community/prismic-module/compare/v1.2.4...v1.2.5) (2021-03-09)
45
-
46
-
47
- ### Bug Fixes
48
-
49
- * preview not persisting after navigation ([#129](https://github.com/nuxt-community/prismic-module/issues/129)) ([6f60b21](https://github.com/nuxt-community/prismic-module/commit/6f60b21d596306585391ffde7a662b1a87fdbf11))
50
-
51
- ### [1.2.4](https://github.com/nuxt-community/prismic-module/compare/v1.2.3...v1.2.4) (2020-09-10)
52
-
53
-
54
- ### Bug Fixes
55
-
56
- * use custom preview page if exists ([#101](https://github.com/nuxt-community/prismic-module/issues/101)) ([39d9dd5](https://github.com/nuxt-community/prismic-module/commit/39d9dd55a9e9c3540c6a377cb3e484121466265d))
57
-
58
- ### [1.2.3](https://github.com/nuxt-community/prismic-module/compare/v1.2.1...v1.2.3) (2020-07-17)
59
-
60
-
61
- ### Bug Fixes
62
-
63
- * handle nuxt globalname option ([4d9e30b](https://github.com/nuxt-community/prismic-module/commit/4d9e30b1ae53c1718cde23844ef8a9d87d39c840))
64
- * prevent fatal on api failure ([2d3f043](https://github.com/nuxt-community/prismic-module/commit/2d3f0430aaf38ecf8686806cf85fa1faaaba1782))