Skip to content

Commit e97c0c0

Browse files
chore(release): Version 1.5.2 - Automated release [skip ci]
See the release details: v1.5.2
1 parent 2a9e233 commit e97c0c0

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.2
4+
**Date**: 2025-04-24
5+
6+
### 🐞 Bug Fixes
7+
8+
- update Binder class and bind function for improved type safety ([#43](https://github.com/cesarParra/lwc-signals/issues/43)) ([2a9e233](https://github.com/cesarParra/lwc-signals/commit/2a9e233d5f9541303dee9af5ecba9f2280a2369b))
9+
10+
### 🚀 Release Notes
11+
312
**Version**: 1.5.1
413
**Date**: 2025-04-13
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.1-blue)
8+
![Version](https://img.shields.io/badge/version-1.5.2-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.1",
4+
"version": "1.5.2",
55
"scripts": {
66
"test": "jest",
77
"build": "tsc",

0 commit comments

Comments
 (0)