@vitus-labs/tools-rollup 1.12.1-alpha.0 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -4
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -1,15 +1,22 @@
1
1
  # Change Log
2
2
 
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3
+ ## 1.13.0
5
4
 
6
- ## [1.5.2-alpha.1](https://github.com/vitus-labs/tools/compare/v1.5.2-alpha.0...v1.5.2-alpha.1) (2026-02-07)
5
+ ### Minor Changes
7
6
 
8
- **Note:** Version bump only for package @vitus-labs/tools-rollup
7
+ - [`d76a254`](https://github.com/vitus-labs/tools/commit/d76a2541c1149d88c2d6af50181e502b78c6d1ec) Thanks [@vitbokisch](https://github.com/vitbokisch)! - Add advanced rolldown build options (entries, bundleAll, copyFiles, banner/footer, alias, plugins) for non-library targets like Chrome extensions, CLI tools, and Lambda functions. Replace Lerna with Changesets for versioning and changelog generation.
9
8
 
9
+ ### Patch Changes
10
10
 
11
+ - Updated dependencies [[`d76a254`](https://github.com/vitus-labs/tools/commit/d76a2541c1149d88c2d6af50181e502b78c6d1ec)]:
12
+ - @vitus-labs/tools-core@1.13.0
11
13
 
14
+ All notable changes to this project will be documented in this file.
15
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
16
+
17
+ ## [1.5.2-alpha.1](https://github.com/vitus-labs/tools/compare/v1.5.2-alpha.0...v1.5.2-alpha.1) (2026-02-07)
12
18
 
19
+ **Note:** Version bump only for package @vitus-labs/tools-rollup
13
20
 
14
21
  ## [1.5.2-alpha.0](https://github.com/vitus-labs/tools/compare/v1.5.1...v1.5.2-alpha.0) (2026-02-06)
15
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitus-labs/tools-rollup",
3
- "version": "1.12.1-alpha.0+55197fb",
3
+ "version": "1.13.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,7 +43,7 @@
43
43
  "@rollup/plugin-terser": "^1.0.0",
44
44
  "@rollup/plugin-typescript": "^12.3.0",
45
45
  "@types/node": "^25.5.0",
46
- "@vitus-labs/tools-core": "1.12.1-alpha.0+55197fb",
46
+ "@vitus-labs/tools-core": "1.13.0",
47
47
  "chalk": "^5.6.2",
48
48
  "find-up": "^8.0.0",
49
49
  "lodash-es": "^4.17.23",
@@ -61,8 +61,7 @@
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/lodash-es": "^4.17.12",
64
- "@vitus-labs/tools-typescript": "1.12.1-alpha.0+55197fb",
64
+ "@vitus-labs/tools-typescript": "1.13.0",
65
65
  "typescript": "^5.9.3"
66
- },
67
- "gitHead": "55197fba817ec0d61aae2d71cd82156029445d64"
66
+ }
68
67
  }