Skip to content

Commit 144eb66

Browse files
committed
chore(release): publish new version v4.1.3
1 parent 9944594 commit 144eb66

File tree

8 files changed

+28
-4
lines changed

8 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
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.1.3](https://github.com/ghiscoding/excel-builder-vanilla/compare/v4.1.2...v4.1.3) (2025-10-20)
8+
9+
### Bug Fixes
10+
11+
* add missing `columns` prop in WorksheetOption ([ddd4bf6](https://github.com/ghiscoding/excel-builder-vanilla/commit/ddd4bf6e6fa363be8177d219271ea2dd7c78760b)) - by @ghiscoding
12+
* check ref instance before any other code in toXML() fn ([3f483b5](https://github.com/ghiscoding/excel-builder-vanilla/commit/3f483b5c9179368edcd17b29ca463dfdf45d792c)) - by @ghiscoding
13+
* use the correct variable `yOff` w/assigning to same `to.yOff` var ([81ad4ca](https://github.com/ghiscoding/excel-builder-vanilla/commit/81ad4ca837f4bc12f2b46b9a9075b1cacc3188ff)) - by @ghiscoding
14+
715
## [4.1.2](https://github.com/ghiscoding/excel-builder-vanilla/compare/v4.1.1...v4.1.2) (2025-10-18)
816

917
### Bug Fixes

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": "4.1.2",
3+
"version": "4.1.3",
44
"npmClient": "pnpm",
55
"loglevel": "verbose",
66
"command": {

packages/demo/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
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.1.3](https://github.com/ghiscoding/excel-builder-vanilla/compare/v4.1.2...v4.1.3) (2025-10-20)
8+
9+
**Note:** Version bump only for package excel-builder-vanilla-demo
10+
711
## [4.1.2](https://github.com/ghiscoding/excel-builder-vanilla/compare/v4.1.1...v4.1.2) (2025-10-18)
812

913
**Note:** Version bump only for package excel-builder-vanilla-demo

packages/demo/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-demo",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
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.1.3](https://github.com/ghiscoding/excel-builder-vanilla/compare/v4.1.2...v4.1.3) (2025-10-20)
8+
9+
**Note:** Version bump only for package @excel-builder-vanilla/types
10+
711
## [4.1.2](https://github.com/ghiscoding/excel-builder-vanilla/compare/v4.1.1...v4.1.2) (2025-10-18)
812

913
### Bug Fixes

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": "4.1.2",
3+
"version": "4.1.3",
44
"description": "excel-builder-vanilla types",
55
"author": "Stephen Liberty",
66
"contributors": [

packages/excel-builder-vanilla/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
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.1.3](https://github.com/ghiscoding/excel-builder-vanilla/compare/v4.1.2...v4.1.3) (2025-10-20)
8+
9+
### Bug Fixes
10+
11+
* add missing `columns` prop in WorksheetOption ([ddd4bf6](https://github.com/ghiscoding/excel-builder-vanilla/commit/ddd4bf6e6fa363be8177d219271ea2dd7c78760b)) - by @ghiscoding
12+
* check ref instance before any other code in toXML() fn ([3f483b5](https://github.com/ghiscoding/excel-builder-vanilla/commit/3f483b5c9179368edcd17b29ca463dfdf45d792c)) - by @ghiscoding
13+
* use the correct variable `yOff` w/assigning to same `to.yOff` var ([81ad4ca](https://github.com/ghiscoding/excel-builder-vanilla/commit/81ad4ca837f4bc12f2b46b9a9075b1cacc3188ff)) - by @ghiscoding
14+
715
## [4.1.2](https://github.com/ghiscoding/excel-builder-vanilla/compare/v4.1.1...v4.1.2) (2025-10-18)
816

917
### Bug Fixes

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": "4.1.2",
3+
"version": "4.1.3",
44
"description": "An easy way of building Excel files with javascript",
55
"keywords": [
66
"excel",

0 commit comments

Comments
 (0)