diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 14da97e..9366ad4 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @web-printer/core +## 0.1.2 + +### Patch Changes + +- Better method to inject style + ## 0.1.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 07ab55a..108889b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,9 +1,16 @@ { "name": "@web-printer/core", - "version": "0.1.1", + "version": "0.1.2", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", + "author": "Ou RongXing", + "homepage": "https://github.com/busiyiworld/web-printer/tree/main/packages/core#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/busiyiworld/web-printer.git", + "directory": "packages/core" + }, "files": [ "dist" ], diff --git a/packages/javascript-info/CHANGELOG.md b/packages/javascript-info/CHANGELOG.md index 874e202..50ed9b0 100644 --- a/packages/javascript-info/CHANGELOG.md +++ b/packages/javascript-info/CHANGELOG.md @@ -1,5 +1,13 @@ # @web-printer/ruanyifeng +## 0.1.2 + +### Patch Changes + +- Better method to inject style +- Updated dependencies + - @web-printer/core@0.1.2 + ## 0.1.1 ### Patch Changes diff --git a/packages/javascript-info/package.json b/packages/javascript-info/package.json index 4d7ead1..53cff89 100644 --- a/packages/javascript-info/package.json +++ b/packages/javascript-info/package.json @@ -1,9 +1,16 @@ { "name": "@web-printer/javascript-info", - "version": "0.1.1", + "version": "0.1.2", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", + "author": "Ou RongXing", + "homepage": "https://github.com/busiyiworld/web-printer/tree/main/packages/javascript-info#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/busiyiworld/web-printer.git", + "directory": "packages/javascript-info" + }, "files": [ "dist" ], diff --git a/packages/juejin/CHANGELOG.md b/packages/juejin/CHANGELOG.md index ee5590d..fa551df 100644 --- a/packages/juejin/CHANGELOG.md +++ b/packages/juejin/CHANGELOG.md @@ -1,5 +1,13 @@ # @web-printer/juejin +## 0.1.2 + +### Patch Changes + +- Better method to inject style +- Updated dependencies + - @web-printer/core@0.1.2 + ## 0.1.1 ### Patch Changes diff --git a/packages/juejin/package.json b/packages/juejin/package.json index e9067eb..1b9f503 100644 --- a/packages/juejin/package.json +++ b/packages/juejin/package.json @@ -1,9 +1,16 @@ { "name": "@web-printer/juejin", - "version": "0.1.1", + "version": "0.1.2", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", + "author": "Ou RongXing", + "homepage": "https://github.com/busiyiworld/web-printer/tree/main/packages/juejin#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/busiyiworld/web-printer.git", + "directory": "packages/juejin" + }, "files": [ "dist" ], diff --git a/packages/mdbook/CHANGELOG.md b/packages/mdbook/CHANGELOG.md index 58bb9eb..af78372 100644 --- a/packages/mdbook/CHANGELOG.md +++ b/packages/mdbook/CHANGELOG.md @@ -1,5 +1,13 @@ # @web-printer/mdbook +## 0.1.2 + +### Patch Changes + +- Better method to inject style +- Updated dependencies + - @web-printer/core@0.1.2 + ## 0.1.1 ### Patch Changes diff --git a/packages/mdbook/package.json b/packages/mdbook/package.json index cb23e0c..d5bc900 100644 --- a/packages/mdbook/package.json +++ b/packages/mdbook/package.json @@ -1,9 +1,16 @@ { "name": "@web-printer/mdbook", - "version": "0.1.1", + "version": "0.1.2", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", + "author": "Ou RongXing", + "homepage": "https://github.com/busiyiworld/web-printer/tree/main/packages/mdbook#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/busiyiworld/web-printer.git", + "directory": "packages/mdbook" + }, "files": [ "dist" ], diff --git a/packages/ruanyifeng/CHANGELOG.md b/packages/ruanyifeng/CHANGELOG.md index 874e202..50ed9b0 100644 --- a/packages/ruanyifeng/CHANGELOG.md +++ b/packages/ruanyifeng/CHANGELOG.md @@ -1,5 +1,13 @@ # @web-printer/ruanyifeng +## 0.1.2 + +### Patch Changes + +- Better method to inject style +- Updated dependencies + - @web-printer/core@0.1.2 + ## 0.1.1 ### Patch Changes diff --git a/packages/ruanyifeng/package.json b/packages/ruanyifeng/package.json index 72d1376..72a36eb 100644 --- a/packages/ruanyifeng/package.json +++ b/packages/ruanyifeng/package.json @@ -1,6 +1,13 @@ { "name": "@web-printer/ruanyifeng", - "version": "0.1.1", + "version": "0.1.2", + "author": "Ou RongXing", + "homepage": "https://github.com/busiyiworld/web-printer/tree/main/packages/ruanyifeng#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/busiyiworld/web-printer.git", + "directory": "packages/ruanyifeng" + }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", diff --git a/packages/vitepress/CHANGELOG.md b/packages/vitepress/CHANGELOG.md index ee5590d..fa551df 100644 --- a/packages/vitepress/CHANGELOG.md +++ b/packages/vitepress/CHANGELOG.md @@ -1,5 +1,13 @@ # @web-printer/juejin +## 0.1.2 + +### Patch Changes + +- Better method to inject style +- Updated dependencies + - @web-printer/core@0.1.2 + ## 0.1.1 ### Patch Changes diff --git a/packages/vitepress/package.json b/packages/vitepress/package.json index 49ec96b..e95d846 100644 --- a/packages/vitepress/package.json +++ b/packages/vitepress/package.json @@ -1,6 +1,13 @@ { "name": "@web-printer/vitepress", - "version": "0.1.1", + "version": "0.1.2", + "author": "Ou RongXing", + "homepage": "https://github.com/busiyiworld/web-printer/tree/main/packages/vitepress#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/busiyiworld/web-printer.git", + "directory": "packages/vitepress" + }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", diff --git a/packages/xiaobot/CHANGELOG.md b/packages/xiaobot/CHANGELOG.md index 6cc10e8..30a1d3e 100644 --- a/packages/xiaobot/CHANGELOG.md +++ b/packages/xiaobot/CHANGELOG.md @@ -1,5 +1,13 @@ # @web-printer/xiaobot +## 0.1.2 + +### Patch Changes + +- Better method to inject style +- Updated dependencies + - @web-printer/core@0.1.2 + ## 0.1.1 ### Patch Changes diff --git a/packages/xiaobot/package.json b/packages/xiaobot/package.json index 4b3603d..f376b91 100644 --- a/packages/xiaobot/package.json +++ b/packages/xiaobot/package.json @@ -1,6 +1,13 @@ { "name": "@web-printer/xiaobot", - "version": "0.1.1", + "version": "0.1.2", + "author": "Ou RongXing", + "homepage": "https://github.com/busiyiworld/web-printer/tree/main/packages/xiaobot#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/busiyiworld/web-printer.git", + "directory": "packages/xiaobot" + }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", diff --git a/packages/zhubai/CHANGELOG.md b/packages/zhubai/CHANGELOG.md index 3a311ee..8e7fae8 100644 --- a/packages/zhubai/CHANGELOG.md +++ b/packages/zhubai/CHANGELOG.md @@ -1,5 +1,13 @@ # @web-printer/zhubai +## 0.1.2 + +### Patch Changes + +- Better method to inject style +- Updated dependencies + - @web-printer/core@0.1.2 + ## 0.1.1 ### Patch Changes diff --git a/packages/zhubai/package.json b/packages/zhubai/package.json index aa087c0..c36e20a 100644 --- a/packages/zhubai/package.json +++ b/packages/zhubai/package.json @@ -1,6 +1,13 @@ { "name": "@web-printer/zhubai", - "version": "0.1.1", + "version": "0.1.2", + "author": "Ou RongXing", + "homepage": "https://github.com/busiyiworld/web-printer/tree/main/packages/zhubai#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/busiyiworld/web-printer.git", + "directory": "packages/zhubai" + }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",