diff --git a/.changeset/grumpy-garlics-sell.md b/.changeset/grumpy-garlics-sell.md deleted file mode 100644 index e8e9304a3..000000000 --- a/.changeset/grumpy-garlics-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@openproject/octicons': patch ---- - -fix: publish built angular package instead of source diff --git a/CHANGELOG.md b/CHANGELOG.md index 8edee90ad..6da0834a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 19.5.2 + +### Patch Changes + +- [`360d82aa`](https://github.com/primer/octicons/commit/360d82aa25d4ace34351087f5b8ed846ad812f0f) - fix: publish built angular package instead of source + ## 19.5.1 ### Patch Changes diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb index 2c8fc81be..07385f7a5 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.1".freeze + VERSION = "19.5.2".freeze end diff --git a/lib/octicons_helper/lib/octicons_helper/version.rb b/lib/octicons_helper/lib/octicons_helper/version.rb index d11671bb7..f245f5876 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.1".freeze + VERSION = "19.5.2".freeze end diff --git a/lib/octicons_jekyll/Gemfile b/lib/octicons_jekyll/Gemfile index bb6f73b4e..3452aed9f 100644 --- a/lib/octicons_jekyll/Gemfile +++ b/lib/octicons_jekyll/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "octicons", "19.5.1" +gem "octicons", "19.5.2" group :development, :test do gem "minitest" diff --git a/lib/octicons_jekyll/jekyll-octicons.gemspec b/lib/octicons_jekyll/jekyll-octicons.gemspec index 0fe0ae84b..cb5ecc2fb 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.1" + s.add_dependency "octicons", "19.5.2" end diff --git a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb index dd9159d84..aa8e04a63 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.1".freeze + VERSION = "19.5.2".freeze end end diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 345126f8d..b45c0bdf7 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons", - "version": "19.5.1", + "version": "19.5.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 a08a9e445..e0b4de9c3 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.5.1", + "version": "19.5.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 494f420ab..097f5d73d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons", - "version": "19.5.1", + "version": "19.5.2", "publishConfig": { "registry": "no registry, don't publish from this package.json." },