Skip to content

Commit dd42259

Browse files
committed
v1.4.1
1 parent 51a430f commit dd42259

6 files changed

Lines changed: 105 additions & 252 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
# Changelog (6/19/2023)
1+
# Changelog (07/02/2025)
22

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

5+
### v1.4.1
6+
7+
* **🚧 chore:** upgrade deps - [[51a430f](https://github.com/betterwrite/pdfeasy/commit/51a430f)]
8+
* **🔧 fix:** augment `vue` rather than `@vue/runtime-core` - [[936c286](https://github.com/betterwrite/pdfeasy/commit/936c286)]
9+
* **🚧 chore:** indicate compatibility with new v4 major - [[37f82b8](https://github.com/betterwrite/pdfeasy/commit/37f82b8)]
10+
* **🚧 chore:** update deps - [[be81eb1](https://github.com/betterwrite/pdfeasy/commit/be81eb1)]
11+
* **🚧 chore:** readme - [[cb6c2f9](https://github.com/betterwrite/pdfeasy/commit/cb6c2f9)]
12+
* **🚧 chore:** improve playground - [[1cb55da](https://github.com/betterwrite/pdfeasy/commit/1cb55da)]
13+
* **🚧 chore(playground):** base url - [[a0ea637](https://github.com/betterwrite/pdfeasy/commit/a0ea637)]
14+
* **🚧 chore:** readme - [[428f04f](https://github.com/betterwrite/pdfeasy/commit/428f04f)]
15+
* **🎉 feat:** monaco editor in playground - [[e6ed5fd](https://github.com/betterwrite/pdfeasy/commit/e6ed5fd)]
16+
* **📐 build(playground):** .nojekyll - [[0adf9a7](https://github.com/betterwrite/pdfeasy/commit/0adf9a7)]
17+
* **🚧 chore(playground):** ssr - [[a687414](https://github.com/betterwrite/pdfeasy/commit/a687414)]
18+
519
### v1.4.0
620

721
* **🔧 fix(resolvers):** simple text in position cases - [[e121f78](https://github.com/betterwrite/pdfeasy/commit/e121f78)]

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "pnpm",
33
"useWorkspaces": true,
4-
"version": "1.4.0"
4+
"version": "1.4.1"
55
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdfeasy",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Client/Server Side PDF-Creator based in PDFKit",
55
"author": "Novout <novout@hotmail.com>",
66
"license": "MIT",

packages/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Novout",
77
"url": "https://github.com/Novout"
88
},
9-
"version": "1.4.0",
9+
"version": "1.4.1",
1010
"repository": "https://github.com/betterwrite/nuxt-pdfeasy",
1111
"description": "A PDF document generator to your Nuxt application.",
1212
"engines": {
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"@nuxt/kit": "^3.5.3",
48-
"pdfeasy": "^1.4.0"
48+
"pdfeasy": "^1.4.1"
4949
},
5050
"devDependencies": {
5151
"@nuxt/module-builder": "^0.4.0",

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-pdfeasy",
33
"author": "Novout",
44
"license": "MIT",
5-
"version": "1.4.0",
5+
"version": "1.4.1",
66
"description": "A pdfeasy plugin for Vue 3",
77
"type": "module",
88
"sideEffects": false,
@@ -29,7 +29,7 @@
2929
"pdfmake"
3030
],
3131
"dependencies": {
32-
"pdfeasy": "^1.4.0",
32+
"pdfeasy": "^1.4.1",
3333
"vue-demi": "latest"
3434
},
3535
"peerDependencies": {

0 commit comments

Comments
 (0)