Skip to content

Commit e1a7a8c

Browse files
committed
Bump version
1 parent 63f9be2 commit e1a7a8c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [1.0.0.alpha1] - 2025-07-04
8+
9+
## [1.0.0.alpha2] - 2025-07-08
10+
11+
### Breaking
12+
- `nil` values in Stimulus values are ok, but `nil` for an action/target/outlet makes no sense so is ignored.
13+
14+
### Fixed
15+
16+
- `stimulus_scoped_event` must return a Symbol to work with `stimulus_action` and `stimulus_target` methods etc.
17+
18+
## [1.0.0.alpha1] - 2025-07-08
919

1020
This release is a major overhaul of the Vident library, and introduces a new API for defining components and Stimulus attributes. The new API is designed to be more consistent and easier to use.
1121

lib/vident/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Vident
4-
VERSION = "1.0.0.alpha1"
4+
VERSION = "1.0.0.alpha2"
55

66
# Shared version for all vident gems
77
def self.version

0 commit comments

Comments
 (0)