Skip to content

Commit

Permalink
chore(master): release 3.0.2 (#791)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 11, 2024
1 parent 02543de commit 03170b2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.1"
".": "3.0.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.0.2](https://github.com/justintaddei/v-wave/compare/v3.0.1...v3.0.2) (2024-09-11)


### Bug Fixes

* incorrect mapping of mjs files in nuxt3 ([#790](https://github.com/justintaddei/v-wave/issues/790)) ([7a918d1](https://github.com/justintaddei/v-wave/commit/7a918d1fed124142e931cd35bcc6203c59fab0b2))
* typescript errors in nuxt3 module ([#792](https://github.com/justintaddei/v-wave/issues/792)) ([02543de](https://github.com/justintaddei/v-wave/commit/02543de646c53b643f7a9a2280a6313f96d358cc))

## [3.0.1](https://github.com/justintaddei/v-wave/compare/v3.0.0...v3.0.1) (2024-09-11)


Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-wave",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"description": "The material-ripple directive for Vue that actually works",
"author": "Justin Taddei <justin@justintaddei.com> (https://justintaddei.com/)",
Expand All @@ -9,7 +9,11 @@
"module": "dist/index.js",
"types": "dist/index.d.ts",
"unpkg": "dist/index.global.js",
"files": ["dist/**/*", "nuxt/**/*", "src/options.ts"],
"files": [
"dist/**/*",
"nuxt/**/*",
"src/options.ts"
],
"exports": {
"./nuxt": {
"import": "./nuxt/index.ts",
Expand Down

0 comments on commit 03170b2

Please sign in to comment.