From c0c5646014f43741915528cb45782724ad792406 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Nov 2023 07:39:01 +0000 Subject: [PATCH] Version Packages --- .changeset/hip-fishes-rush.md | 5 ----- CHANGELOG.md | 6 ++++++ lib/octicons_gem/lib/octicons/version.rb | 2 +- lib/octicons_helper/Gemfile | 2 +- lib/octicons_helper/lib/octicons_helper/version.rb | 2 +- lib/octicons_helper/octicons_helper.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/hip-fishes-rush.md diff --git a/.changeset/hip-fishes-rush.md b/.changeset/hip-fishes-rush.md deleted file mode 100644 index e2cf02613..000000000 --- a/.changeset/hip-fishes-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@openproject/octicons': minor ---- - -Adds filter remove octicon diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc976743..636851428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 19.8.0 + +### Minor Changes + +- [#976](https://github.com/primer/octicons/pull/976) [`15ea1e43`](https://github.com/opf/openproject-octicons/commit/15ea1e43510a55a5f77d4f4bc76f5033d6655997) Thanks [@UnicodeRogue](https://github.com/UnicodeRogue)! - Adds filter remove octicon + ## 19.7.0 ### Minor Changes diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb index fd7a35e2d..e4d63fc33 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.7.0".freeze + VERSION = "19.8.0".freeze end diff --git a/lib/octicons_helper/Gemfile b/lib/octicons_helper/Gemfile index b9f7fc7d7..2df1cda4c 100644 --- a/lib/octicons_helper/Gemfile +++ b/lib/octicons_helper/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "openproject-octicons", "19.7.0" +gem "openproject-octicons", "19.8.0" gem "rails" group :development, :test do diff --git a/lib/octicons_helper/lib/octicons_helper/version.rb b/lib/octicons_helper/lib/octicons_helper/version.rb index 257812c73..10cbb57a7 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.7.0".freeze + VERSION = "19.8.0".freeze end diff --git a/lib/octicons_helper/octicons_helper.gemspec b/lib/octicons_helper/octicons_helper.gemspec index b4619310e..cb58fe372 100644 --- a/lib/octicons_helper/octicons_helper.gemspec +++ b/lib/octicons_helper/octicons_helper.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] - s.add_dependency "openproject-octicons", "19.7.0" + s.add_dependency "openproject-octicons", "19.8.0" s.add_dependency "railties" s.add_dependency "actionview" end diff --git a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb index f6c535c57..752463e6d 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.7.0".freeze + VERSION = "19.8.0".freeze end end diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 4d948e791..693562809 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons-node", - "version": "19.7.0", + "version": "19.8.0", "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 56f52eb33..a4a4218e0 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.7.0", + "version": "19.8.0", "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 89d445982..a4bcdeee0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "19.7.0", + "version": "19.8.0", "name": "@openproject/octicons", "publishConfig": { "registry": "no registry, don't publish from this package.json."