Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jun 6, 2023
1 parent 7530a90 commit 8021940
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 161 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [3.0.0](https://github.com/nuxt-modules/prismic/compare/v3.0.0-rc.9...v3.0.0) (2023-06-06)


### Documentation

* Nuxt 2 doc ([2612001](https://github.com/nuxt-modules/prismic/commit/2612001697b597eeaade823b33d86ef6875f60c3))
* update doc ([238ae4d](https://github.com/nuxt-modules/prismic/commit/238ae4ddfb116b333dd238c00365914cd3459246))

## [3.0.0-rc.9](https://github.com/nuxt-modules/prismic/compare/v3.0.0-rc.8...v3.0.0-rc.9) (2023-06-05)


Expand Down
196 changes: 39 additions & 157 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/prismic",
"version": "3.0.0-rc.9",
"version": "3.0.0",
"description": "Easily connect your Nuxt 3 application to your content hosted on Prismic",
"keywords": [
"nuxt",
Expand Down Expand Up @@ -50,7 +50,7 @@
"unit:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.5.2",
"@nuxt/kit": "^3.5.3",
"@prismicio/client": "^7.0.1",
"@prismicio/vue": "^4.0.0",
"consola": "^3.1.0",
Expand All @@ -60,9 +60,9 @@
"@nuxt/module-builder": "^0.4.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@vitest/coverage-c8": "^0.31.4",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"mock-fs": "^5.2.0",
"nuxt": "^3.5.2",
"nuxt": "^3.5.3",
"standard-version": "^9.5.0",
"typescript": "^5.1.3",
"vitest": "^0.31.4"
Expand Down

0 comments on commit 8021940

Please sign in to comment.