Skip to content

Commit 0b22783

Browse files
Version Packages (#1014)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 428ee18 commit 0b22783

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

.changeset/spicy-actors-act.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tasty-countries-grow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 19.9.0
4+
5+
### Minor Changes
6+
7+
- [#1008](https://github.com/primer/octicons/pull/1008) [`c5786ff2`](https://github.com/primer/octicons/commit/c5786ff2f3fb9ebca2405bb8d6cc53268b12674f) Thanks [@joshblack](https://github.com/joshblack)! - Update ESM import to use mjs extension when in parent CommonJS module
8+
9+
### Patch Changes
10+
11+
- [#1007](https://github.com/primer/octicons/pull/1007) [`79b93954`](https://github.com/primer/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.
12+
313
## 19.8.0
414

515
### Minor Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Octicons
4-
VERSION = "19.8.0".freeze
4+
VERSION = "19.9.0".freeze
55
end

lib/octicons_helper/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
gemspec
66

7-
gem "octicons", "19.8.0"
7+
gem "octicons", "19.9.0"
88
gem "rails"
99

1010
group :development, :test do
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module OcticonsHelper
4-
VERSION = "19.8.0".freeze
4+
VERSION = "19.9.0".freeze
55
end

lib/octicons_helper/octicons_helper.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
1515

1616
s.require_paths = ["lib"]
1717

18-
s.add_dependency "octicons", "19.8.0"
18+
s.add_dependency "octicons", "19.9.0"
1919
s.add_dependency "railties"
2020
s.add_dependency "actionview"
2121
end

lib/octicons_node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/octicons",
3-
"version": "19.8.0",
3+
"version": "19.9.0",
44
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
55
"homepage": "https://primer.style/octicons",
66
"author": "GitHub Inc.",

lib/octicons_react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/octicons-react",
3-
"version": "19.8.0",
3+
"version": "19.9.0",
44
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
55
"homepage": "https://primer.style/octicons",
66
"author": "GitHub, Inc.",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/octicons",
3-
"version": "19.8.0",
3+
"version": "19.9.0",
44
"publishConfig": {
55
"registry": "no registry, don't publish from this package.json."
66
},

0 commit comments

Comments
 (0)