Skip to content

Commit aa30cfa

Browse files
authored
Merge pull request #53 from github/release-v1.3.1
release v1.3.1
2 parents bf65ef3 + fa1009a commit aa30cfa

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.3.1
2+
3+
* Fix bug where rendering nested content caused an error.
4+
5+
*Joel Hawksley, Aaron Patterson*
6+
17
# v1.3.0
28

39
* Components are rendered with enough controller context to support rendering of partials and forms.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ Here are a few things you can do that will increase the likelihood of your pull
3232
If you are the current maintainer of this gem:
3333

3434
1. Create a branch for the release: `git checkout -b release-vxx.xx.xx`
35+
1. Bump gem version in `actionview-component.gemspec`.
3536
1. Make sure your local dependencies are up to date: `bundle`
3637
1. Ensure that tests are green: `bundle exec rake`
3738
1. Build a test gem `GEM_VERSION=$(git describe --tags 2>/dev/null | sed 's/-/./g' | sed 's/v//') gem build actionview-component.gemspec`
3839
1. Test the test gem:
3940
1. Bump the Gemfile and Gemfile.lock versions for an app which relies on this gem
4041
1. Install the new gem locally
4142
1. Test behavior locally, branch deploy, whatever needs to happen
42-
1. Bump gem version in `actionview-component.gemspec`.
4343
1. Make a PR to github/actionview-component.
4444
1. Build a local gem: `gem build actionview-component.gemspec`
4545
1. Merge github/actionview-component PR

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-
actionview-component (1.3.0)
4+
actionview-component (1.3.1)
55

66
GEM
77
remote: https://rubygems.org/

actionview-component.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
66

77
Gem::Specification.new do |spec|
88
spec.name = "actionview-component"
9-
spec.version = "1.3.0"
9+
spec.version = "1.3.1"
1010
spec.authors = ["GitHub Open Source"]
1111
spec.email = ["opensource+actionview-component@github.com"]
1212

0 commit comments

Comments
 (0)