Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 26, 2023
1 parent f21a0c7 commit 205940a
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-lobsters-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-tigers-cheer.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 19.6.4

### Patch Changes

- [`c7ae4673`](https://github.com/primer/octicons/commit/c7ae46736e54fb7fe1dcb190e8ac556101cac451) - feat: add @openproject/octicons-node package

* [`be3db12c`](https://github.com/primer/octicons/commit/be3db12c8ee263c44248c2e5708a973b62cd28e8) - fix: rename angular icons, export icon data

## 19.6.3

### 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.3".freeze
VERSION = "19.6.4".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.3".freeze
VERSION = "19.6.4".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.3".freeze
VERSION = "19.6.4".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.3",
"version": "19.6.4",
"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.3",
"version": "19.6.4",
"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.3",
"version": "19.6.4",
"publishConfig": {
"registry": "no registry, don't publish from this package.json."
},
Expand Down

0 comments on commit 205940a

Please sign in to comment.