Skip to content

Commit d80c8cc

Browse files
committed
chore(release): 3.0.0-alpha.0
1 parent 8d83bf9 commit d80c8cc

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
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.0.0-alpha.0](https://github.com/nuxt-community/prismic-module/compare/v1.3.2...v3.0.0-alpha.0) (2022-02-16)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* prepare structure for Nuxt 3 support
11+
12+
### Features
13+
14+
* add basic preview support ([13ca4fa](https://github.com/nuxt-community/prismic-module/commit/13ca4faf224379472c1b68af07e77a501b8ef0f9))
15+
* load plugin and composables ([b1be73d](https://github.com/nuxt-community/prismic-module/commit/b1be73dbea4b761c3d69b19782b024fb10162b73))
16+
17+
18+
### Refactor
19+
20+
* update to nuxt-builder ([9b25020](https://github.com/nuxt-community/prismic-module/commit/9b250206622f74ad2b6dd4f0d72bd97e8a1a2244))
21+
22+
23+
### Chore
24+
25+
* **deps:** fix version ([cb9cdf4](https://github.com/nuxt-community/prismic-module/commit/cb9cdf487fe108be41398ef675fd02771944f127))
26+
* **deps:** maintain dependencies ([4d804b8](https://github.com/nuxt-community/prismic-module/commit/4d804b868c95489a412da266409441ac0da5006d))
27+
* prepare structure for Nuxt 3 support ([4d59509](https://github.com/nuxt-community/prismic-module/commit/4d59509c4d63664875ed67f0b4b29f88831ecda6))
28+
* set up basic utilities ([12701fa](https://github.com/nuxt-community/prismic-module/commit/12701fae71e4a85a8f6f5a2ab6f2db276d1557c3))
29+
* update playground ([68fa51a](https://github.com/nuxt-community/prismic-module/commit/68fa51ac6e50234b90d43f77a39db3f0bdc099f8))
30+
31+
32+
### Documentation
33+
34+
* add doc site ([713b0b8](https://github.com/nuxt-community/prismic-module/commit/713b0b81765269db0813ced31bc11242be467654))
35+
* remove doc ([18f6d26](https://github.com/nuxt-community/prismic-module/commit/18f6d263d715b385bbd285f602e0f7b53e086917))
36+
* update doc ([573b479](https://github.com/nuxt-community/prismic-module/commit/573b4793528999d286f04bd2b5ee3b042127e1e2))
37+
* update url ([3af4276](https://github.com/nuxt-community/prismic-module/commit/3af427651cdde2ddf9746ecd02390f401487caf3))
38+
539
### [1.3.2](https://github.com/nuxt-community/prismic-module/compare/v1.3.1...v1.3.2) (2021-11-02)
640

741

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/prismic",
3-
"version": "2.0.0",
3+
"version": "3.0.0-alpha.0",
44
"description": "Easily connect your Nuxt 3 application to your content hosted on Prismic",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)