Skip to content

Commit

Permalink
Prepare for 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBarnabe committed Feb 19, 2023
1 parent ad00d15 commit b142ae5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.11.0

- Updated views for devise 4.9 per:
- https://github.com/heartcombo/devise/commit/f08e0ad24aa6fec6f585247c0465e0d46c6d8a94
- https://github.com/heartcombo/devise/commit/88625d488f43bfc804b3c63437b463e71e9211b5
- https://github.com/heartcombo/devise/commit/49ed129c4057569761278467ea2ab331223a1b80
- Adjust how the resource name is looked up in registrations/edit.html.erb to match devise's lookup.

## 1.10.3

- Updated ar (Arabic), es (Spanish), es-CO (Spanish - Columbia), es-MX (Spanish - Mexico), fr (French), th (Thai), and uk (Ukrainian) translations.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.3
1.11.0
4 changes: 2 additions & 2 deletions devise-i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: devise-i18n 1.10.3 ruby lib
# stub: devise-i18n 1.11.0 ruby lib

Gem::Specification.new do |s|
s.name = "devise-i18n".freeze
s.version = "1.10.3"
s.version = "1.11.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
Expand Down

0 comments on commit b142ae5

Please sign in to comment.