Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Release quilt_rails v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathew Allen committed Jan 30, 2020
1 parent 42d3670 commit 0b9ebfc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gems/quilt_rails/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
<!-- ## Unreleased -->

## Added
## [1.10.0] - 2019-01-30

- The `Quilt::ReactRenderable` method `render_react` now accepts a header argument that gets passed through the reverse proxy

Expand Down
2 changes: 1 addition & 1 deletion gems/quilt_rails/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ All notable changes should be included in the [`CHANGELOG.md`](CHANGELOG.md).

1. `cd gems/quilt_rails`
1. Update `version.rb` and `CHANGELOG.md` to your new desired version
1. run `bundle install`
1. Run `bundle install`
1. Stage the changes with `git add -A`
1. Commit the resulting changes, `git commit -m "Release quilt_rails v<new-version>"`
1. Create a tag, `git tag v<new-version>`
Expand Down
2 changes: 1 addition & 1 deletion gems/quilt_rails/lib/quilt_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Quilt
VERSION = "1.9.2"
VERSION = "1.10.0"
end

0 comments on commit 0b9ebfc

Please sign in to comment.