From 2e581e7d73637cb8dec152c322432b7a4204ef8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 25 Jul 2023 11:21:34 +0000 Subject: [PATCH] Version Packages --- .changeset/selfish-maps-pull.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/lib/jekyll-octicons/version.rb | 2 +- lib/octicons_node/package.json | 2 +- lib/octicons_react/package.json | 2 +- package.json | 2 +- 8 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/selfish-maps-pull.md diff --git a/.changeset/selfish-maps-pull.md b/.changeset/selfish-maps-pull.md deleted file mode 100644 index 2bfc8c97b..000000000 --- a/.changeset/selfish-maps-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@openproject/octicons': patch ---- - -fix: fix rendering svg paths, add extra specs diff --git a/CHANGELOG.md b/CHANGELOG.md index 433e23c63..fbe21a07f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 19.6.3 + +### Patch Changes + +- [`62563029`](https://github.com/primer/octicons/commit/625630298312ab0077dbd69f808f3873f86037b8) - fix: fix rendering svg paths, add extra specs + ## 19.6.2 ### Patch Changes diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb index 454e407aa..65ab6ed3e 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.2".freeze + VERSION = "19.6.3".freeze end diff --git a/lib/octicons_helper/lib/octicons_helper/version.rb b/lib/octicons_helper/lib/octicons_helper/version.rb index 4557e5207..5067b729c 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.2".freeze + VERSION = "19.6.3".freeze end diff --git a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb index af6659143..c7a979f3a 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.2".freeze + VERSION = "19.6.3".freeze end end diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 82b8d98ce..d9da580b5 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons", - "version": "19.6.2", + "version": "19.6.3", "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 7fa89ddce..473c15fe3 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.6.2", + "version": "19.6.3", "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 4642c5d85..3914ab370 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons", - "version": "19.6.2", + "version": "19.6.3", "publishConfig": { "registry": "no registry, don't publish from this package.json." },