diff --git a/.changeset/calm-boats-smoke.md b/.changeset/calm-boats-smoke.md deleted file mode 100644 index c17fdd92e..000000000 --- a/.changeset/calm-boats-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@openproject/octicons': patch ---- - -Take care that the gem helper is updated correctly with every release diff --git a/CHANGELOG.md b/CHANGELOG.md index e786547e7..478ef5df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 19.6.7 + +### Patch Changes + +- [#37](https://github.com/opf/openproject-octicons/pull/37) [`cc945304`](https://github.com/opf/openproject-octicons/commit/cc945304741c25817067de8f35da61490a477321) Thanks [@HDinger](https://github.com/HDinger)! - Take care that the gem helper is updated correctly with every release + ## 19.6.6 ### Patch Changes diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb index 80c2d4e72..730b31d51 100644 --- a/lib/octicons_gem/lib/octicons/version.rb +++ b/lib/octicons_gem/lib/octicons/version.rb @@ -1,3 +1,3 @@ module Octicons - VERSION = "19.6.6".freeze + VERSION = "19.6.7".freeze end diff --git a/lib/octicons_helper/Gemfile b/lib/octicons_helper/Gemfile index 60417f0f9..f05edf6a7 100644 --- a/lib/octicons_helper/Gemfile +++ b/lib/octicons_helper/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "openproject-octicons", "19.5.7" +gem "openproject-octicons", "19.6.7" gem "rails" group :development, :test do diff --git a/lib/octicons_helper/lib/octicons_helper/version.rb b/lib/octicons_helper/lib/octicons_helper/version.rb index 8a4cf2e95..d10885715 100644 --- a/lib/octicons_helper/lib/octicons_helper/version.rb +++ b/lib/octicons_helper/lib/octicons_helper/version.rb @@ -1,3 +1,3 @@ module OcticonsHelper - VERSION = "19.6.6".freeze + VERSION = "19.6.7".freeze end diff --git a/lib/octicons_helper/octicons_helper.gemspec b/lib/octicons_helper/octicons_helper.gemspec index 738fbd7f5..b7f8b9de8 100644 --- a/lib/octicons_helper/octicons_helper.gemspec +++ b/lib/octicons_helper/octicons_helper.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] - s.add_dependency "openproject-octicons", "19.5.7" + s.add_dependency "openproject-octicons", "19.6.7" s.add_dependency "railties" s.add_dependency "actionview" end diff --git a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb index 4c93c99b2..20f0e5e2d 100644 --- a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb +++ b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb @@ -3,6 +3,6 @@ module Liquid; class Tag; end; end module Jekyll class Octicons < Liquid::Tag - VERSION = "19.6.6".freeze + VERSION = "19.6.7".freeze end end diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index cd864f37a..657358cc8 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons-node", - "version": "19.6.6", + "version": "19.6.7", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", "author": "GitHub Inc.", diff --git a/lib/octicons_react/package.json b/lib/octicons_react/package.json index 049b0cd63..e40701c8e 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.6.6", + "version": "19.6.7", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", "author": "GitHub, Inc.", diff --git a/package.json b/package.json index 78903bc96..9442ceaa2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons", - "version": "19.6.6", + "version": "19.6.7", "publishConfig": { "registry": "no registry, don't publish from this package.json." },