Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Jun 9, 2023
1 parent 4829a45 commit bfbaebb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Changelog was generated by [Generi](https://github.com/betterwrite/generi). Any questions, consult the documentation.

### v1.2.1

* **🚧 chore(nuxt):** force esm module - [[4829a45](https://github.com/betterwrite/pdfeasy/commit/4829a45)]

### v1.2.0

* **🚧 chore:** use class-style - [[ca2daf7](https://github.com/betterwrite/pdfeasy/commit/ca2daf7)]
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "pnpm",
"useWorkspaces": true,
"version": "1.2.0"
"version": "1.2.1"
}
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Novout",
"url": "https://github.com/Novout"
},
"version": "1.2.0",
"version": "1.2.1",
"repository": "https://github.com/betterwrite/nuxt-pdfeasy",
"description": "A PDF document generator to your Nuxt application.",
"engines": {
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.5.3",
"pdfeasy": "^1.2.0"
"pdfeasy": "^1.2.1"
},
"devDependencies": {
"@nuxt/module-builder": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pdfeasy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdfeasy",
"version": "1.2.0",
"version": "1.2.1",
"description": "Client/Server Side PDF-Creator based in PDFKit",
"author": "Novout <novout@hotmail.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-pdfeasy",
"author": "Novout",
"license": "MIT",
"version": "1.2.0",
"version": "1.2.1",
"description": "A pdfeasy plugin for Vue 3",
"type": "module",
"sideEffects": false,
Expand All @@ -29,7 +29,7 @@
"pdfmake"
],
"dependencies": {
"pdfeasy": "^1.2.0",
"pdfeasy": "^1.2.1",
"vue-demi": "latest"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit bfbaebb

Please sign in to comment.