Skip to content

Commit

Permalink
Merge pull request #2 from primer/changeset-release/main
Browse files Browse the repository at this point in the history
Release Tracking
  • Loading branch information
jonrohan authored Oct 22, 2021
2 parents 02996b7 + 24abd8b commit c25611e
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-kings-watch.md

This file was deleted.

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Octicons Changelog

## 16.0.1

### Patch Changes

- [#1](https://github.com/primer/octicons-test/pull/1) [`1c7ba01`](https://github.com/primer/octicons-test/commit/1c7ba01259808e87d8ccb5422bde4af7938d668e) Thanks [@jonrohan](https://github.com/jonrohan)! - Create changeset workflow

## 16.0.0

### 💥 Breaking changes
Expand Down Expand Up @@ -43,11 +49,13 @@
## 14.2.2

### 🐛 Bug fix

- Update `issue-reopened` https://github.com/primer/octicons/pull/633

## 14.2.1

### 🐛 Bug fix

- fix vectors for 24px sort icons https://github.com/primer/octicons/pull/627 (🙏 @metonym)

## 14.2.0
Expand All @@ -59,6 +67,7 @@
- `sort-desc` https://github.com/primer/octicons/pull/619

### 🧽 Chores

- Remove unused dependency on nokogiri https://github.com/primer/octicons/pull/609 (🙏 @cschlack)

## 14.1.0
Expand Down Expand Up @@ -92,7 +101,7 @@

### 🐛 Fixes

- Fix 24px `arrow-up` icon https://github.com/primer/octicons/pull/594
- Fix 24px `arrow-up` icon https://github.com/primer/octicons/pull/594
- Prevent clipping using `overflow: visible` https://github.com/primer/octicons/pull/607

## 13.0.0
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 = "16.0.0".freeze
VERSION = "16.0.1".freeze
end
2 changes: 1 addition & 1 deletion lib/octicons_helper/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem "octicons", "16.0.0"
gem "octicons", "16.0.1"
gem "rails"

group :development, :test do
Expand Down
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 = "16.0.0".freeze
VERSION = "16.0.1".freeze
end
2 changes: 1 addition & 1 deletion lib/octicons_helper/octicons_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|

s.require_paths = ["lib"]

s.add_dependency "octicons", "16.0.0"
s.add_dependency "octicons", "16.0.1"
s.add_dependency "railties"
s.add_dependency "actionview"
end
2 changes: 1 addition & 1 deletion lib/octicons_jekyll/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem "octicons", "16.0.0"
gem "octicons", "16.0.1"

group :development, :test do
gem "minitest"
Expand Down
2 changes: 1 addition & 1 deletion lib/octicons_jekyll/jekyll-octicons.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency "jekyll", ">= 3.6", "< 5.0"
s.add_dependency "octicons", "16.0.0"
s.add_dependency "octicons", "16.0.1"
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 = "16.0.0".freeze
VERSION = "16.0.1".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": "@primer/octicons",
"version": "16.0.0",
"version": "16.0.1",
"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": "16.0.0",
"version": "16.0.1",
"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,7 +1,7 @@
{
"private": true,
"name": "@primer/octicons",
"version": "16.0.0",
"version": "16.0.1",
"scripts": {
"version": "script/version",
"changeset:version": "changeset version && script/version",
Expand Down

0 comments on commit c25611e

Please sign in to comment.