From 02a4d605251cde7da046678d75ff9f20176afd0e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Jun 2024 12:36:09 +0000 Subject: [PATCH] Version Packages --- .changeset/lemon-pillows-draw.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_node/package.json | 2 +- lib/octicons_react/package.json | 2 +- package.json | 2 +- 9 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/lemon-pillows-draw.md diff --git a/.changeset/lemon-pillows-draw.md b/.changeset/lemon-pillows-draw.md deleted file mode 100644 index 529b4c9d4..000000000 --- a/.changeset/lemon-pillows-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@openproject/octicons': patch ---- - -Increase the height of Gitlab pipeline waiting icon diff --git a/CHANGELOG.md b/CHANGELOG.md index 896624b51..bd303b5c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 19.14.1 + +### Patch Changes + +- [#58](https://github.com/opf/openproject-octicons/pull/58) [`7342859d`](https://github.com/opf/openproject-octicons/commit/7342859d639e3ecf0c7f95dc9f96060d34a2a5e3) Thanks [@HDinger](https://github.com/HDinger)! - Increase the height of Gitlab pipeline waiting icon + ## 19.14.0 ### Minor Changes diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb index 85e90fb81..cca16da2a 100644 --- a/lib/octicons_gem/lib/octicons/version.rb +++ b/lib/octicons_gem/lib/octicons/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Octicons - VERSION = "19.14.0".freeze + VERSION = "19.14.1".freeze end diff --git a/lib/octicons_helper/Gemfile b/lib/octicons_helper/Gemfile index aa2a916b6..cc3aa8b88 100644 --- a/lib/octicons_helper/Gemfile +++ b/lib/octicons_helper/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" gemspec -gem "openproject-octicons", "19.14.0" +gem "openproject-octicons", "19.14.1" 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 11e82a09c..2367600bb 100644 --- a/lib/octicons_helper/lib/octicons_helper/version.rb +++ b/lib/octicons_helper/lib/octicons_helper/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OcticonsHelper - VERSION = "19.14.0".freeze + VERSION = "19.14.1".freeze end diff --git a/lib/octicons_helper/octicons_helper.gemspec b/lib/octicons_helper/octicons_helper.gemspec index efd09dcd3..e7bd3e3ba 100644 --- a/lib/octicons_helper/octicons_helper.gemspec +++ b/lib/octicons_helper/octicons_helper.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] - s.add_dependency "openproject-octicons", "19.14.0" + s.add_dependency "openproject-octicons", "19.14.1" s.add_dependency "railties" s.add_dependency "actionview" end diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index bb500ba26..7df9044e9 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons-node", - "version": "19.14.0", + "version": "19.14.1", "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 3c28a266d..e8a8908bc 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.14.0", + "version": "19.14.1", "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 85e4c804a..cd21efc0a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "19.14.0", + "version": "19.14.1", "name": "@openproject/octicons", "publishConfig": { "registry": "no registry, don't publish from this package.json."