Skip to content

Commit 715d91b

Browse files
chore(release): Version 1.5.1 - Automated release [skip ci]
See the release details: v1.5.1
1 parent 14a7985 commit 715d91b

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
### 🚀 Release Notes
22

3+
**Version**: 1.5.1
4+
**Date**: 2025-04-13
5+
6+
### 🐞 Bug Fixes
7+
8+
- Fixing/improving TS support. ([#42](https://github.com/cesarParra/lwc-signals/issues/42)) ([14a7985](https://github.com/cesarParra/lwc-signals/commit/14a7985e457d90938aceea85b20d30e2e4610623))
9+
10+
### 🚀 Release Notes
11+
312
**Version**: 1.5.0
413
**Date**: 2025-01-30
514

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A simple yet powerful reactive state management solution for Lightning Web Compo
55
---
66

77
![GitHub Workflow Status](https://github.com/cesarParra/lwc-signals/actions/workflows/ci.yml/badge.svg)
8-
![Version](https://img.shields.io/badge/version-1.5.0-blue)
8+
![Version](https://img.shields.io/badge/version-1.5.1-blue)
99

1010
Inspired by the Signals technology behind SolidJs, Preact, Svelte 5 Runes and the Vue 3 Composition API, LWC Signals is
1111
a reactive signals implementation for Lightning Web Components.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lwc-signals",
33
"private": true,
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"scripts": {
66
"test": "jest",
77
"build": "tsc",

0 commit comments

Comments
 (0)