Skip to content

Commit 27585ee

Browse files
authored
🚢 Bump version for 0.7 release (#153)
1 parent 0e36cff commit 27585ee

File tree

9 files changed

+14
-9
lines changed

9 files changed

+14
-9
lines changed

CHANGELOG.md

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

3+
## 0.7 - 2022-06-16
4+
5+
* Features
6+
* Allow accessing the checked state of form controls via `Motion::Element#checked?` ([#152](https://github.com/unabridged/motion/pull/152))
7+
38
## 0.6 - 2022-03-16
49

510
* Fixes
6-
* Support ViewComponent > 2.35.0 ([#](https://github.com/unabridged/motion/pull/79))
11+
* Support ViewComponent > 2.35.0 ([#79](https://github.com/unabridged/motion/pull/79))
712

813
## 0.5 - 2021-03-11
914

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-
motion (0.5.0)
4+
motion (0.7.0)
55
lz4-ruby (>= 0.3.3)
66
nokogiri
77
rails (>= 5.2)

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-
motion (0.5.0)
4+
motion (0.7.0)
55
lz4-ruby (>= 0.3.3)
66
nokogiri
77
rails (>= 5.2)

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-
motion (0.5.0)
4+
motion (0.7.0)
55
lz4-ruby (>= 0.3.3)
66
nokogiri
77
rails (>= 5.2)

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-
motion (0.5.0)
4+
motion (0.7.0)
55
lz4-ruby (>= 0.3.3)
66
nokogiri
77
rails (>= 5.2)

gemfiles/rails_7.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-
motion (0.5.0)
4+
motion (0.7.0)
55
lz4-ruby (>= 0.3.3)
66
nokogiri
77
rails (>= 5.2)

gemfiles/rails_main.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GIT
9595
PATH
9696
remote: ..
9797
specs:
98-
motion (0.5.0)
98+
motion (0.7.0)
9999
lz4-ruby (>= 0.3.3)
100100
nokogiri
101101
rails (>= 5.2)

lib/motion/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 Motion
4-
VERSION = "0.5.0"
4+
VERSION = "0.7.0"
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unabridged/motion",
3-
"version": "0.5.0",
3+
"version": "0.7.0",
44
"description": "Reactive view components written in Ruby for Rails",
55
"main": "javascript/index.js",
66
"files": [

0 commit comments

Comments
 (0)