Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Release Tracking #47

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Version Packages
  • Loading branch information
github-actions[bot] committed Apr 2, 2024
commit 38239fe06c348c330380c3dcc99caa1f9440013e
5 changes: 0 additions & 5 deletions .changeset/spicy-actors-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-countries-grow.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion lib/octicons_gem/lib/octicons/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Octicons
VERSION = "19.8.0".freeze
VERSION = "19.9.0".freeze
end
2 changes: 1 addition & 1 deletion lib/octicons_helper/Gemfile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion lib/octicons_helper/lib/octicons_helper/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module OcticonsHelper
VERSION = "19.8.0".freeze
VERSION = "19.9.0".freeze
end
2 changes: 1 addition & 1 deletion lib/octicons_helper/octicons_helper.gemspec
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion lib/octicons_node/package.json
Original file line number Diff line number Diff line change
@@ -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.",
2 changes: 1 addition & 1 deletion lib/octicons_react/package.json
Original file line number Diff line number Diff line change
@@ -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.",
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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."
Loading