Skip to content

Commit 24fc28e

Browse files
committed
v3.1.0
1 parent a8c2a9a commit 24fc28e

File tree

8 files changed

+15
-7
lines changed

8 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
### Unreleased
22

3+
### 3.1.0
4+
5+
* Renamed scss file to css #356
6+
7+
### 3.0.4
8+
9+
### 3.0.3
10+
311
### 3.0.2
412

513
* Handle `events: nil`

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: .
1212
specs:
13-
simple_calendar (3.0.4)
13+
simple_calendar (3.1.0)
1414
rails (>= 6.1)
1515

1616
GEM

gemfiles/rails_7_0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
simple_calendar (3.0.4)
13+
simple_calendar (3.1.0)
1414
rails (>= 6.1)
1515

1616
GEM

gemfiles/rails_7_1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
simple_calendar (3.0.4)
13+
simple_calendar (3.1.0)
1414
rails (>= 6.1)
1515

1616
GEM

gemfiles/rails_7_2.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
simple_calendar (3.0.4)
13+
simple_calendar (3.1.0)
1414
rails (>= 6.1)
1515

1616
GEM

gemfiles/rails_8_0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
simple_calendar (3.0.4)
13+
simple_calendar (3.1.0)
1414
rails (>= 6.1)
1515

1616
GEM

gemfiles/rails_main.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ GIT
108108
PATH
109109
remote: ..
110110
specs:
111-
simple_calendar (3.0.4)
111+
simple_calendar (3.1.0)
112112
rails (>= 6.1)
113113

114114
GEM

lib/simple_calendar/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SimpleCalendar
2-
VERSION = "3.0.4"
2+
VERSION = "3.1.0"
33
end

0 commit comments

Comments
 (0)