Skip to content

Commit 436e7e5

Browse files
committed
chore(release): 5.0.0-next.102
1 parent 3f54732 commit 436e7e5

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.0.0-next.102](https://github.com/simple-html/simple-html/compare/v5.0.0-next.101...v5.0.0-next.102) (2025-03-07)
6+
7+
8+
### Bug Fixes
9+
10+
* grouping bug ([3f54732](https://github.com/simple-html/simple-html/commits/3f5473218e8b91c7e991ae44d21d3b45ff1739ba))
11+
512
## [5.0.0-next.101](https://github.com/simple-html/simple-html/compare/v5.0.0-next.100...v5.0.0-next.101) (2025-03-06)
613

714

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-html",
3-
"version": "5.0.0-next.101",
3+
"version": "5.0.0-next.102",
44
"description": "UI components without dependencies",
55
"scripts": {
66
"start": "ts-node config_devserver",

packages/grid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simple-html/grid",
3-
"version": "5.0.0-next.101",
3+
"version": "5.0.0-next.102",
44
"description": "Vanillajs Grid",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)