diff --git a/.changeset/perfect-rocks-dream.md b/.changeset/perfect-rocks-dream.md deleted file mode 100644 index d2b57fd25..000000000 --- a/.changeset/perfect-rocks-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@openproject/octicons': minor ---- - -Add icon op-person-unassigned diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d72b9f6..4e3fa5ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 19.13.0 + +### Minor Changes + +- [#54](https://github.com/opf/openproject-octicons/pull/54) [`3c18878b`](https://github.com/opf/openproject-octicons/commit/3c18878bbebc4c75deabbbd07e071a1788525644) Thanks [@dominic-braeunlein](https://github.com/dominic-braeunlein)! - Add icon op-person-unassigned + ## 19.12.0 ### Minor Changes diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb index 8835da45b..be7437977 100644 --- a/lib/octicons_gem/lib/octicons/version.rb +++ b/lib/octicons_gem/lib/octicons/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Octicons - VERSION = "19.12.0".freeze + VERSION = "19.13.0".freeze end diff --git a/lib/octicons_helper/Gemfile b/lib/octicons_helper/Gemfile index 2f969a179..fd9a7205d 100644 --- a/lib/octicons_helper/Gemfile +++ b/lib/octicons_helper/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" gemspec -gem "openproject-octicons", "19.12.0" +gem "openproject-octicons", "19.13.0" 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 4451a6a70..06258b3af 100644 --- a/lib/octicons_helper/lib/octicons_helper/version.rb +++ b/lib/octicons_helper/lib/octicons_helper/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OcticonsHelper - VERSION = "19.12.0".freeze + VERSION = "19.13.0".freeze end diff --git a/lib/octicons_helper/octicons_helper.gemspec b/lib/octicons_helper/octicons_helper.gemspec index 404356398..b9483cc4f 100644 --- a/lib/octicons_helper/octicons_helper.gemspec +++ b/lib/octicons_helper/octicons_helper.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] - s.add_dependency "openproject-octicons", "19.12.0" + s.add_dependency "openproject-octicons", "19.13.0" s.add_dependency "railties" s.add_dependency "actionview" end diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index f900eb1f6..db816878b 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons-node", - "version": "19.12.0", + "version": "19.13.0", "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 7d58f3256..70cad109e 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.12.0", + "version": "19.13.0", "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 0876244ca..a5da466ba 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "19.12.0", + "version": "19.13.0", "name": "@openproject/octicons", "publishConfig": { "registry": "no registry, don't publish from this package.json."