Skip to content

Commit

Permalink
First official release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Jun 1, 2021
1 parent 434191e commit 339b669
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# main
# Changelog

* Use this file to keep track of plugin updates
# 0.7.0 / 2021-06-01

# 0.1.0 / 2020-05-01

* First version
* Official release supporting Bridgetown 0.21.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# ViewComponent for Bridgetown

Bridgetown + ViewComponent = :heart:
**Bridgetown + ViewComponent = :heart:**

WIP — stay tuned!
Install this plugin to enable ViewComponent support in your Bridgetown sites.

[Documentation Here](https://www.bridgetownrb.com/docs/components/ruby#need-compatibility-with-rails-try-viewcomponent-experimental)

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions bridgetown-view-component.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.5.0"

spec.add_dependency "bridgetown", ">= 0.21.0.beta1", "< 2.0"
spec.add_dependency "view_component", ">= 2.20"
spec.add_dependency "bridgetown", ">= 0.21.0", "< 2.0"
spec.add_dependency "view_component", ">= 2.32"
spec.add_dependency "actionview", "~> 6.0"

spec.add_development_dependency "bundler"
Expand Down
2 changes: 1 addition & 1 deletion lib/bridgetown-view-component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Bridgetown
module ViewComponent
VERSION = "0.6.0"
VERSION = "0.7.0"
end
end
1 change: 0 additions & 1 deletion script/release
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ set -e

script/cibuild
bundle exec rake release
npm publish

0 comments on commit 339b669

Please sign in to comment.