Skip to content

Commit

Permalink
chore(release): 3.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Mar 28, 2023
1 parent 1d289e3 commit 88a6b63
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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-rc.3](https://github.com/nuxt-modules/prismic/compare/v3.0.0-rc.2...v3.0.0-rc.3) (2023-03-28)


### Features

* allow configuring module at runtime using environment variables ([3328125](https://github.com/nuxt-modules/prismic/commit/33281256034a2038e840869dffb2836a4a2797c1))
* inject Vue plugin into Nuxt app ([c12457e](https://github.com/nuxt-modules/prismic/commit/c12457ef9e6076c83612019f444de7547c830267))


### Documentation

* add link resolver warning ([cd6e497](https://github.com/nuxt-modules/prismic/commit/cd6e497a13e5a4f8313d26f9d7cfcbabcc340cb8))


### Refactor

* inject toolbar script from plugin ([cbab6c8](https://github.com/nuxt-modules/prismic/commit/cbab6c89473e6eff9c19746e791a0f4d520c625a))


### Chore

* **deps:** add missing package ([dcab0b8](https://github.com/nuxt-modules/prismic/commit/dcab0b8e7e4feb8328b9d3402e892d8ed5744ea2))
* **deps:** maintain dependencies ([1d289e3](https://github.com/nuxt-modules/prismic/commit/1d289e3d128a58b71c16b505b70d36b8c08c4135))
* **deps:** maintain dependencies ([e54cae3](https://github.com/nuxt-modules/prismic/commit/e54cae359b33becf3b5ed145a7099c6350f731e0))

## [3.0.0-rc.2](https://github.com/nuxt-modules/prismic/compare/v3.0.0-rc.1...v3.0.0-rc.2) (2022-11-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 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.2",
"version": "3.0.0-rc.3",
"description": "Easily connect your Nuxt 3 application to your content hosted on Prismic",
"keywords": [
"nuxt",
Expand Down Expand Up @@ -73,4 +73,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 88a6b63

Please sign in to comment.