diff --git a/.changeset/sweet-dryers-destroy.md b/.changeset/sweet-dryers-destroy.md deleted file mode 100644 index b511da2c1..000000000 --- a/.changeset/sweet-dryers-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@openproject/octicons': patch ---- - -fix: don't use outerHTML, add specs to Angular package diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe891fc5..433e23c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 19.6.2 + +### Patch Changes + +- [`9711833c`](https://github.com/primer/octicons/commit/9711833cf11319a776986e89c5e84e3251efdc31) - fix: don't use outerHTML, add specs to Angular package + ## 19.6.1 ### Patch Changes diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb index f981521f3..454e407aa 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.1".freeze + VERSION = "19.6.2".freeze end diff --git a/lib/octicons_helper/lib/octicons_helper/version.rb b/lib/octicons_helper/lib/octicons_helper/version.rb index 83dc91606..4557e5207 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.1".freeze + VERSION = "19.6.2".freeze end diff --git a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb index 155680ef3..af6659143 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.1".freeze + VERSION = "19.6.2".freeze end end diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 5cc673fba..82b8d98ce 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons", - "version": "19.6.1", + "version": "19.6.2", "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 8c7809a35..7fa89ddce 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.6.1", + "version": "19.6.2", "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 32bb21ec7..4642c5d85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons", - "version": "19.6.1", + "version": "19.6.2", "publishConfig": { "registry": "no registry, don't publish from this package.json." },