Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jan 9, 2025
1 parent a8c2a9a commit 24fc28e
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### Unreleased

### 3.1.0

* Renamed scss file to css #356

### 3.0.4

### 3.0.3

### 3.0.2

* Handle `events: nil`
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
simple_calendar (3.0.4)
simple_calendar (3.1.0)
rails (>= 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
simple_calendar (3.0.4)
simple_calendar (3.1.0)
rails (>= 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
simple_calendar (3.0.4)
simple_calendar (3.1.0)
rails (>= 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
simple_calendar (3.0.4)
simple_calendar (3.1.0)
rails (>= 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_8_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
simple_calendar (3.0.4)
simple_calendar (3.1.0)
rails (>= 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ GIT
PATH
remote: ..
specs:
simple_calendar (3.0.4)
simple_calendar (3.1.0)
rails (>= 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/simple_calendar/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SimpleCalendar
VERSION = "3.0.4"
VERSION = "3.1.0"
end

0 comments on commit 24fc28e

Please sign in to comment.