Skip to content

Commit 7f55a4f

Browse files
committed
Update release info
1 parent fdda9d5 commit 7f55a4f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3-
## [0.1.0] - 2023-03-29
3+
## [1.0.0] - 2023-03-29
44

55
- Initial release
6+
7+
## [1.0.1] - 2023-05-23
8+
9+
Removes cssbundling-rails and jsbundling-rails gems from being gem dependencies. We bring necessary logic under the hood and reduce errors during install.

lib/railsui/version.rb

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

33
module Railsui
4-
VERSION = "1.0.0"
4+
VERSION = "1.0.1"
55
end

0 commit comments

Comments
 (0)