Skip to content

Commit dbcdbb8

Browse files
committed
v4.1.1
1 parent d28c9fd commit dbcdbb8

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

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

6+
## [4.1.1](https://github.com/Matb85/components-pack/compare/v4.1.0...v4.1.1) (2025-02-11)
7+
8+
### Bug Fixes
9+
10+
* update main package.json files ([82961cb](https://github.com/Matb85/components-pack/commit/82961cb6b84da748c617ab00c92bbe6fcae3d7c5))
11+
612
# [4.1.0](https://github.com/Matb85/components-pack/compare/v4.0.0...v4.1.0) (2025-02-11)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
33
"npmClient": "pnpm",
44
"independent": false,
5-
"version": "4.1.0",
5+
"version": "4.1.1",
66
"packages": [
77
"packages/*"
88
]

packages/astro-pack/CHANGELOG.md

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

6+
## [4.1.1](https://github.com/Matb85/components-pack/compare/v4.1.0...v4.1.1) (2025-02-11)
7+
8+
### Bug Fixes
9+
10+
* update main package.json files ([82961cb](https://github.com/Matb85/components-pack/commit/82961cb6b84da748c617ab00c92bbe6fcae3d7c5))
11+
612
# [4.1.0](https://github.com/Matb85/components-pack/compare/v4.0.0...v4.1.0) (2025-02-11)
713

814
### Bug Fixes

packages/astro-pack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matb85/astro-pack",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"author": "Mateusz Bis <mateuszbis85@gmail.com> (https://matb85.github.io/)",
55
"license": "ISC",
66
"type": "module",

0 commit comments

Comments
 (0)