Skip to content

Commit

Permalink
Release v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Jul 28, 2021
1 parent d3dcaa6 commit 40dc915
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## [0.5.0](https://github.com/opal/opal-jquery/compare/v0.4.4...HEAD) Unreleased
## [0.5.0](https://github.com/opal/opal-jquery/compare/v0.4.5...HEAD) Unreleased

*see diff*

## [0.4.5](https://github.com/opal/opal-jquery/compare/v0.4.4...v0.4.5) 2021-07-28

* Expose `Element#replace_all` and `Element#replace_with` (#110)

* Open the opal dependency to any 1.x

## [0.4.4](https://github.com/opal/opal-jquery/compare/v0.4.3...v0.4.4) 2019-07-01

* Use `::Native::Wrapper` where available
Expand Down
2 changes: 1 addition & 1 deletion lib/opal/jquery/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Opal
module JQuery
VERSION = '0.4.4'
VERSION = '0.4.5'
end
end
2 changes: 1 addition & 1 deletion opal-jquery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_runtime_dependency 'opal', ['>= 0.10.0', '< 2.0']
s.add_development_dependency 'opal-rspec', ['~> 0.7.0', '< 2.0']
s.add_development_dependency 'opal-rspec', ['>= 0.7', '< 2.0']
s.add_development_dependency 'opal-sprockets', ['>= 0.4.1', '< 2.0']
s.add_development_dependency 'yard'
s.add_development_dependency 'rake'
Expand Down

0 comments on commit 40dc915

Please sign in to comment.