Skip to content

Commit 9985f4a

Browse files
chore(release): Version 1.0.2 - Automated release [skip ci]
See the release details: v1.0.2
1 parent fef168f commit 9985f4a

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.0.2
4+
**Date**: 2024-11-29
5+
6+
### 🐞 Bug Fixes
7+
8+
- Fix issues with equality ([fef168f](https://github.com/cesarParra/lwc-signals/commit/fef168fab4d2f1367ca1efdb2e7a8a1af7651475))
9+
10+
### 🚀 Release Notes
11+
312
**Version**: 1.0.1
413
**Date**: 2024-11-26
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.0.1-blue)
8+
![Version](https://img.shields.io/badge/version-1.0.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

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.0.1",
4+
"version": "1.0.2",
55
"scripts": {
66
"test": "jest",
77
"test:watch": "jest --watch",

0 commit comments

Comments
 (0)