Skip to content

Commit d7a8d2c

Browse files
committed
chore(release): publish new version v3.0.3
1 parent 0def3aa commit d7a8d2c

File tree

6 files changed

+20
-3
lines changed

6 files changed

+20
-3
lines changed

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+
## [3.0.3](https://github.com/ghiscoding/excel-builder-vanilla/compare/v3.0.2...v3.0.3) (2024-08-29)
8+
9+
**Note:** Version bump only for package excel-builder-vanilla-root
10+
711
## [3.0.2](https://github.com/ghiscoding/excel-builder-vanilla/compare/v3.0.1...v3.0.2) (2024-08-29)
812

913
### 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.0.2",
3+
"version": "3.0.3",
44
"npmClient": "pnpm",
55
"loglevel": "verbose",
66
"command": {
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
## [3.0.3](https://github.com/ghiscoding/excel-builder-vanilla/compare/v3.0.2...v3.0.3) (2024-08-29)
8+
9+
**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.0.0",
3+
"version": "3.0.3",
44
"description": "excel-builder-vanilla types",
55
"author": "Stephen Liberty",
66
"contributors": [

packages/excel-builder-vanilla/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+
## [3.0.3](https://github.com/ghiscoding/excel-builder-vanilla/compare/v3.0.2...v3.0.3) (2024-08-29)
8+
9+
**Note:** Version bump only for package excel-builder-vanilla
10+
711
## [3.0.2](https://github.com/ghiscoding/excel-builder-vanilla/compare/v3.0.1...v3.0.2) (2024-08-29)
812

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

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

0 commit comments

Comments
 (0)