Skip to content

Commit 4248b63

Browse files
committed
Bump 1.0.0.alpha4
1 parent 61ae2f9 commit 4248b63

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
9+
## [1.0.0.alpha4] - 2025-12-12
10+
11+
- Update to `view_component` 4
12+
813
## [1.0.0.alpha3] - 2025-07-21
914

1015
### Breaking

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.alpha3"
4+
VERSION = "1.0.0.alpha4"
55

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

0 commit comments

Comments
 (0)