Skip to content

Commit

Permalink
Merge pull request #30 from opf/changeset-release/main
Browse files Browse the repository at this point in the history
Release Tracking
  • Loading branch information
HDinger committed Jul 27, 2023
2 parents 41fb58a + a223b83 commit f3aeca5
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-pianos-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-cycles-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-kiwis-occur.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.6.5

### Patch Changes

- [`75bbb35b`](https://github.com/primer/octicons/commit/75bbb35bedfd7b5b6b4695b53736112bb6af7406) - feat: change icon names & selectors

* [`75bbb35b`](https://github.com/primer/octicons/commit/75bbb35bedfd7b5b6b4695b53736112bb6af7406) - feat: add rendering function outside of Angular

- [`04bdfbde`](https://github.com/primer/octicons/commit/04bdfbdeee1b5772a64034b6e0e6a13d1fd144f9) Thanks [@HDinger](https://github.com/HDinger)! - Exchange OP icons with the redrawn ones

## 19.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/octicons_gem/lib/octicons/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Octicons
VERSION = "19.6.4".freeze
VERSION = "19.6.5".freeze
end
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,3 +1,3 @@
module OcticonsHelper
VERSION = "19.6.4".freeze
VERSION = "19.6.5".freeze
end
2 changes: 1 addition & 1 deletion lib/octicons_jekyll/lib/jekyll-octicons/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module Liquid; class Tag; end; end

module Jekyll
class Octicons < Liquid::Tag
VERSION = "19.6.4".freeze
VERSION = "19.6.5".freeze
end
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.6.4",
"version": "19.6.5",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://primer.style/octicons",
"author": "GitHub Inc.",
Expand Down
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.6.4",
"version": "19.6.5",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://primer.style/octicons",
"author": "GitHub, Inc.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openproject/octicons",
"version": "19.6.4",
"version": "19.6.5",
"publishConfig": {
"registry": "no registry, don't publish from this package.json."
},
Expand Down

0 comments on commit f3aeca5

Please sign in to comment.