diff --git a/.changeset/chatty-rocks-unite.md b/.changeset/chatty-rocks-unite.md deleted file mode 100644 index fa8af0a20..000000000 --- a/.changeset/chatty-rocks-unite.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@openproject/octicons': patch ---- - -Update from base repo: - -[#970](https://github.com/primer/octicons/pull/970) [`640441ee`](https://github.com/primer/octicons/commit/640441ee2935c85bb3e22022d4fb946be9b8d5c6) Thanks [@CameronFoxly](https://github.com/CameronFoxly)! - Update repo-clone and repo-pull, add 24px versions - -- [#966](https://github.com/primer/octicons/pull/966) [`b8a4b4dc`](https://github.com/primer/octicons/commit/b8a4b4dc47f734db7893fe50e93703f2b1d07a2a) Thanks [@gavinmn](https://github.com/gavinmn)! - Fix `pin-slash` bug diff --git a/.changeset/mighty-shrimps-tan.md b/.changeset/mighty-shrimps-tan.md deleted file mode 100644 index 479cd1cdc..000000000 --- a/.changeset/mighty-shrimps-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@openproject/octicons': patch ---- - -feat: add octicons styles to angular package diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7efbb9a..e786547e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 19.6.6 + +### Patch Changes + +- Update from base repo: + + [#970](https://github.com/primer/octicons/pull/970) [`640441ee`](https://github.com/primer/octicons/commit/640441ee2935c85bb3e22022d4fb946be9b8d5c6) Thanks [@CameronFoxly](https://github.com/CameronFoxly)! - Update repo-clone and repo-pull, add 24px versions + + - [#966](https://github.com/primer/octicons/pull/966) [`b8a4b4dc`](https://github.com/primer/octicons/commit/b8a4b4dc47f734db7893fe50e93703f2b1d07a2a) Thanks [@gavinmn](https://github.com/gavinmn)! - Fix `pin-slash` bug + +* [`b6c1f4d3`](https://github.com/primer/octicons/commit/b6c1f4d31fe94453cb487d2e4a36f7496421dc8d) - feat: add octicons styles to angular package + ## 19.6.5 ### Patch Changes diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb index 734635db4..80c2d4e72 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.5".freeze + VERSION = "19.6.6".freeze end diff --git a/lib/octicons_helper/lib/octicons_helper/version.rb b/lib/octicons_helper/lib/octicons_helper/version.rb index 560849729..8a4cf2e95 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.5".freeze + VERSION = "19.6.6".freeze end diff --git a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb index fb3fa934c..4c93c99b2 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.5".freeze + VERSION = "19.6.6".freeze end end diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 2a4bb9aff..cd864f37a 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons-node", - "version": "19.6.5", + "version": "19.6.6", "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 eec0cbc51..049b0cd63 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.6.5", + "version": "19.6.6", "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 0d6bb5498..78903bc96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons", - "version": "19.6.5", + "version": "19.6.6", "publishConfig": { "registry": "no registry, don't publish from this package.json." },