From 6e70c90ff1adcf87c707206bf86185fdd861d221 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 20 Jul 2023 08:24:04 +0000 Subject: [PATCH] Version Packages --- .changeset/late-jokes-rest.md | 5 ----- CHANGELOG.md | 6 ++++++ lib/octicons_gem/lib/octicons/version.rb | 2 +- lib/octicons_helper/lib/octicons_helper/version.rb | 2 +- lib/octicons_jekyll/Gemfile | 2 +- lib/octicons_jekyll/jekyll-octicons.gemspec | 2 +- lib/octicons_jekyll/lib/jekyll-octicons/version.rb | 2 +- lib/octicons_node/package.json | 2 +- lib/octicons_react/package.json | 2 +- package.json | 2 +- 10 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 .changeset/late-jokes-rest.md diff --git a/.changeset/late-jokes-rest.md b/.changeset/late-jokes-rest.md deleted file mode 100644 index 8974fdb93..000000000 --- a/.changeset/late-jokes-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@openproject/octicons': patch ---- - -fix: actually render SVG path in components diff --git a/CHANGELOG.md b/CHANGELOG.md index 96740c1fb..0a8bb4ff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 19.5.5 + +### Patch Changes + +- [`73f21cb8`](https://github.com/primer/octicons/commit/73f21cb89b47a7d600ef0fc2739ee8d0fcb31d7f) - fix: actually render SVG path in components + ## 19.5.4 ### Patch Changes diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb index 503003a0e..af4cb1ae8 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.5.4".freeze + VERSION = "19.5.5".freeze end diff --git a/lib/octicons_helper/lib/octicons_helper/version.rb b/lib/octicons_helper/lib/octicons_helper/version.rb index 33eff29a6..f342c2110 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.5.4".freeze + VERSION = "19.5.5".freeze end diff --git a/lib/octicons_jekyll/Gemfile b/lib/octicons_jekyll/Gemfile index b59488a9a..3a6ee48d9 100644 --- a/lib/octicons_jekyll/Gemfile +++ b/lib/octicons_jekyll/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "octicons", "19.5.4" +gem "octicons", "19.5.5" group :development, :test do gem "minitest" diff --git a/lib/octicons_jekyll/jekyll-octicons.gemspec b/lib/octicons_jekyll/jekyll-octicons.gemspec index 69358fbf8..a7c452e34 100644 --- a/lib/octicons_jekyll/jekyll-octicons.gemspec +++ b/lib/octicons_jekyll/jekyll-octicons.gemspec @@ -14,5 +14,5 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] s.add_dependency "jekyll", ">= 3.6", "< 5.0" - s.add_dependency "octicons", "19.5.4" + s.add_dependency "octicons", "19.5.5" end diff --git a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb index 7412a6f0c..9925a3c57 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.5.4".freeze + VERSION = "19.5.5".freeze end end diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 07a4f65fb..47b0b6eaf 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons", - "version": "19.5.4", + "version": "19.5.5", "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 9bb9d7a34..642f2297a 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.5.4", + "version": "19.5.5", "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 5598ca058..5985df80b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons", - "version": "19.5.4", + "version": "19.5.5", "publishConfig": { "registry": "no registry, don't publish from this package.json." },