Skip to content

Commit 3b8db97

Browse files
committed
Bump version to 1.1.6
1 parent 24d100d commit 3b8db97

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
7-
### Fixed
8-
- When running Lit on Rails 6.1 defaults could sometimes be overwritten [@pnikrat](https://github.com/pnikrat)
97

108
## [WIP]
119
- Efforts to use Vanilla JS and remove jQuery [WIP]
1210
- Fix for `Undefined method 'id' for False class` error in view partial [WIP]
1311

12+
## [1.1.6] - 2022-03-28
13+
### Fixed
14+
- When running Lit on Rails 6.1 defaults could sometimes be overwritten [@pnikrat](https://github.com/pnikrat)
15+
1416
## [1.1.5] - 2021-12-23
1517
### Added
1618
- Lit is now compatible with Zeitwerk and classic loader [@mlitwiniuk](https://github.com/mlitwiniuk)
@@ -205,7 +207,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
205207
## 0.0.3 - 2012-12-31
206208
- Initial release
207209

208-
[Unreleased]: https://github.com/prograils/lit/compare/1.1.5...HEAD
210+
[Unreleased]: https://github.com/prograils/lit/compare/1.1.6...HEAD
211+
[1.1.6]: https://github.com/prograils/lit/compare/1.1.5...1.1.6
209212
[1.1.5]: https://github.com/prograils/lit/compare/573b2f4272976a78951953a8ee37f2a533e181a1...1.1.5
210213
[1.1.4]: https://github.com/prograils/lit/compare/4cedfd00e29b85e848502dd82d479cff0777322b...573b2f4272976a78951953a8ee37f2a533e181a1
211214
[1.1.2]: https://github.com/prograils/lit/compare/1.1.1...4cedfd00e29b85e848502dd82d479cff0777322b

gemfiles/rails_5.2.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
lit (1.1.5)
4+
lit (1.1.6)
55
coffee-rails
66
emoji_flag
77
jquery-rails

gemfiles/rails_6.0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
lit (1.1.5)
4+
lit (1.1.6)
55
coffee-rails
66
emoji_flag
77
jquery-rails

gemfiles/rails_6.1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
lit (1.1.5)
4+
lit (1.1.6)
55
coffee-rails
66
emoji_flag
77
jquery-rails

lib/lit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def version
1010
module Version
1111
MAJOR = 1
1212
MINOR = 1
13-
TINY = 5
13+
TINY = 6
1414

1515
STRING = [MAJOR, MINOR, TINY].compact.join('.')
1616
end

0 commit comments

Comments
 (0)