Skip to content

Commit

Permalink
Merge pull request #38 from opf/changeset-release/main
Browse files Browse the repository at this point in the history
Release Tracking
  • Loading branch information
HDinger authored Aug 2, 2023
2 parents d94b2b9 + 7fd2508 commit f4c5724
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-boats-smoke.md

This file was deleted.

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

## 19.6.7

### Patch Changes

- [#37](https://github.com/opf/openproject-octicons/pull/37) [`cc945304`](https://github.com/opf/openproject-octicons/commit/cc945304741c25817067de8f35da61490a477321) Thanks [@HDinger](https://github.com/HDinger)! - Take care that the gem helper is updated correctly with every release

## 19.6.6

### 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.6".freeze
VERSION = "19.6.7".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 "openproject-octicons", "19.5.7"
gem "openproject-octicons", "19.6.7"
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 = "19.6.6".freeze
VERSION = "19.6.7".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 @@ -14,7 +14,7 @@ Gem::Specification.new do |s|

s.require_paths = ["lib"]

s.add_dependency "openproject-octicons", "19.5.7"
s.add_dependency "openproject-octicons", "19.6.7"
s.add_dependency "railties"
s.add_dependency "actionview"
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.6".freeze
VERSION = "19.6.7".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.6",
"version": "19.6.7",
"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.6",
"version": "19.6.7",
"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.6",
"version": "19.6.7",
"publishConfig": {
"registry": "no registry, don't publish from this package.json."
},
Expand Down

0 comments on commit f4c5724

Please sign in to comment.