Skip to content

Commit 451f912

Browse files
committed
chore(release): 5.0.0-next.103
1 parent b655c58 commit 451f912

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.103](https://github.com/simple-html/simple-html/compare/v5.0.0-next.102...v5.0.0-next.103) (2025-03-08)
6+
7+
8+
### Features
9+
10+
* option to display error ([a7e2939](https://github.com/simple-html/simple-html/commits/a7e293994ef9637d60c89005483819feb8737994))
11+
512
## [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)
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.102",
3+
"version": "5.0.0-next.103",
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.102",
3+
"version": "5.0.0-next.103",
44
"description": "Vanillajs Grid",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)