From 38239fe06c348c330380c3dcc99caa1f9440013e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Apr 2024 10:59:21 +0000 Subject: [PATCH] Version Packages --- .changeset/spicy-actors-act.md | 5 ----- .changeset/tasty-countries-grow.md | 5 ----- CHANGELOG.md | 10 ++++++++++ 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 +- 10 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 .changeset/spicy-actors-act.md delete mode 100644 .changeset/tasty-countries-grow.md diff --git a/.changeset/spicy-actors-act.md b/.changeset/spicy-actors-act.md deleted file mode 100644 index 9001cb746..000000000 --- a/.changeset/spicy-actors-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@openproject/octicons': patch ---- - -Update octicons in React to no longer set `role="img"` if the icon is aria-hidden. diff --git a/.changeset/tasty-countries-grow.md b/.changeset/tasty-countries-grow.md deleted file mode 100644 index eacab898b..000000000 --- a/.changeset/tasty-countries-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@openproject/octicons': minor ---- - -Update ESM import to use mjs extension when in parent CommonJS module diff --git a/CHANGELOG.md b/CHANGELOG.md index 636851428..641413f8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 19.9.0 + +### Minor Changes + +- [#1008](https://github.com/primer/octicons/pull/1008) [`c5786ff2`](https://github.com/opf/openproject-octicons/commit/c5786ff2f3fb9ebca2405bb8d6cc53268b12674f) Thanks [@joshblack](https://github.com/joshblack)! - Update ESM import to use mjs extension when in parent CommonJS module + +### Patch Changes + +- [#1007](https://github.com/primer/octicons/pull/1007) [`79b93954`](https://github.com/opf/openproject-octicons/commit/79b93954c6857e81a685066c1b1205893e7161c5) Thanks [@joshblack](https://github.com/joshblack)! - Update octicons in React to no longer set `role="img"` if the icon is aria-hidden. + ## 19.8.0 ### Minor Changes diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb index 3c9e05040..d49eeeee7 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.8.0".freeze + VERSION = "19.9.0".freeze end diff --git a/lib/octicons_helper/Gemfile b/lib/octicons_helper/Gemfile index e7051000d..560495ece 100644 --- a/lib/octicons_helper/Gemfile +++ b/lib/octicons_helper/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" gemspec -gem "openproject-octicons", "19.8.0" +gem "openproject-octicons", "19.9.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 030215509..dbde76bf6 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.8.0".freeze + VERSION = "19.9.0".freeze end diff --git a/lib/octicons_helper/octicons_helper.gemspec b/lib/octicons_helper/octicons_helper.gemspec index a3e7e465b..11fead0f4 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.8.0" + s.add_dependency "openproject-octicons", "19.9.0" s.add_dependency "railties" s.add_dependency "actionview" end diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index d409e7673..8ff5c43ec 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons-node", - "version": "19.8.0", + "version": "19.9.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 e63a16eea..b1d619617 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.8.0", + "version": "19.9.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 37fdd3fe4..e2396f972 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "19.8.0", + "version": "19.9.0", "name": "@openproject/octicons", "publishConfig": { "registry": "no registry, don't publish from this package.json."