Skip to content

Commit 01bb1c3

Browse files
committed
chore(release): publish new version v4.0.0
1 parent f189917 commit 01bb1c3

File tree

8 files changed

+62
-4
lines changed

8 files changed

+62
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [4.0.0](https://github.com/ghiscoding/excel-builder-vanilla/compare/v3.1.0...v4.0.0) (2025-04-12)
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* build as ESM-Only, drop CJS
12+
13+
### Features
14+
15+
* build as ESM-Only, drop CJS ([ee22a7b](https://github.com/ghiscoding/excel-builder-vanilla/commit/ee22a7bfa6f3cec1c324aca85dd97b2fb2aef027)) - by @ghiscoding
16+
17+
### Bug Fixes
18+
19+
* **deps:** update all non-major dependencies ([53504a7](https://github.com/ghiscoding/excel-builder-vanilla/commit/53504a739e8f86378d83d547c6173a65e4b0c322)) - by @renovate-bot
20+
721
## [3.1.0](https://github.com/ghiscoding/excel-builder-vanilla/compare/v3.0.14...v3.1.0) (2025-03-05)
822

923
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"npmClient": "pnpm",
55
"loglevel": "verbose",
66
"command": {

packages/demo/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Change Log
2+
## Visit the [Excel-Builder-Vanilla](https://github.com/ghiscoding/excel-builder-vanilla) GitHub project or take a look at the [Live Demo](https://ghiscoding.github.io/excel-builder-vanilla)
3+
4+
All notable changes to this project will be documented in this file.
5+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
6+
7+
## [4.0.0](https://github.com/ghiscoding/excel-builder-vanilla/compare/v3.1.0...v4.0.0) (2025-04-12)
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* build as ESM-Only, drop CJS
12+
13+
### Features
14+
15+
* build as ESM-Only, drop CJS ([ee22a7b](https://github.com/ghiscoding/excel-builder-vanilla/commit/ee22a7bfa6f3cec1c324aca85dd97b2fb2aef027)) - by @ghiscoding
16+
17+
### Bug Fixes
18+
19+
* **deps:** update all non-major dependencies ([53504a7](https://github.com/ghiscoding/excel-builder-vanilla/commit/53504a739e8f86378d83d547c6173a65e4b0c322)) - by @renovate-bot

packages/demo/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"sass": "^1.86.3",
2020
"typescript": "^5.8.3",
2121
"vite": "^6.2.6"
22-
}
22+
},
23+
"version": "4.0.0"
2324
}

packages/excel-builder-vanilla-types/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [4.0.0](https://github.com/ghiscoding/excel-builder-vanilla/compare/v3.1.0...v4.0.0) (2025-04-12)
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* build as ESM-Only, drop CJS
12+
13+
### Features
14+
15+
* build as ESM-Only, drop CJS ([ee22a7b](https://github.com/ghiscoding/excel-builder-vanilla/commit/ee22a7bfa6f3cec1c324aca85dd97b2fb2aef027)) - by @ghiscoding
16+
717
## [3.1.0](https://github.com/ghiscoding/excel-builder-vanilla/compare/v3.0.14...v3.1.0) (2025-03-05)
818

919
**Note:** Version bump only for package @excel-builder-vanilla/types

packages/excel-builder-vanilla-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@excel-builder-vanilla/types",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "excel-builder-vanilla types",
55
"author": "Stephen Liberty",
66
"contributors": [

packages/excel-builder-vanilla/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [4.0.0](https://github.com/ghiscoding/excel-builder-vanilla/compare/v3.1.0...v4.0.0) (2025-04-12)
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* build as ESM-Only, drop CJS
12+
13+
### Features
14+
15+
* build as ESM-Only, drop CJS ([ee22a7b](https://github.com/ghiscoding/excel-builder-vanilla/commit/ee22a7bfa6f3cec1c324aca85dd97b2fb2aef027)) - by @ghiscoding
16+
17+
### Bug Fixes
18+
19+
* **deps:** update all non-major dependencies ([53504a7](https://github.com/ghiscoding/excel-builder-vanilla/commit/53504a739e8f86378d83d547c6173a65e4b0c322)) - by @renovate-bot
20+
721
## [3.1.0](https://github.com/ghiscoding/excel-builder-vanilla/compare/v3.0.14...v3.1.0) (2025-03-05)
822

923
### Features

packages/excel-builder-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "excel-builder-vanilla",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "An easy way of building Excel files with javascript",
55
"keywords": [
66
"excel",

0 commit comments

Comments
 (0)