Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Jun 8, 2023
1 parent 133aee4 commit 7ecdfef
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.1.2

* **🔧 fix:** default export for integrations - [[133aee4](https://github.com/betterwrite/pdfeasy/commit/133aee4)]

### v1.1.1

* **🚧 chore:** update deps - [[2e46213](https://github.com/betterwrite/pdfeasy/commit/2e46213)]
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.1.1"
"version": "1.1.2"
}
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.1.1",
"version": "1.1.2",
"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.1.1"
"pdfeasy": "^1.1.2"
},
"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.1.1",
"version": "1.1.2",
"description": "Client/Server Side PDF-Creator based in PDFKit",
"author": "Novout <[email protected]>",
"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.1.1",
"version": "1.1.2",
"description": "A pdfeasy plugin for Vue 3",
"type": "module",
"sideEffects": false,
Expand All @@ -29,7 +29,7 @@
"pdfmake"
],
"dependencies": {
"pdfeasy": "^1.1.1",
"pdfeasy": "^1.1.2",
"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 7ecdfef

Please sign in to comment.