Skip to content

Commit

Permalink
Merge pull request #49 from opf/changeset-release/main
Browse files Browse the repository at this point in the history
Release Tracking
  • Loading branch information
Kharonus committed Apr 17, 2024
2 parents 2d5a963 + 8775d50 commit d142574
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-ears-begin.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.10.0

### Minor Changes

- [#48](https://github.com/opf/openproject-octicons/pull/48) [`8aa896a2`](https://github.com/opf/openproject-octicons/commit/8aa896a2b0d9a0111aa60640a9f2ede188fc2670) Thanks [@Kharonus](https://github.com/Kharonus)! - Add icons for xeokit toolbar

## 19.9.0

### Minor 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,5 +1,5 @@
# frozen_string_literal: true

module Octicons
VERSION = "19.9.0".freeze
VERSION = "19.10.0".freeze
end
2 changes: 1 addition & 1 deletion lib/octicons_helper/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

gemspec

gem "openproject-octicons", "19.9.0"
gem "openproject-octicons", "19.10.0"
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,5 +1,5 @@
# frozen_string_literal: true

module OcticonsHelper
VERSION = "19.9.0".freeze
VERSION = "19.10.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
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.require_paths = ["lib"]

s.add_dependency "openproject-octicons", "19.9.0"
s.add_dependency "openproject-octicons", "19.10.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.9.0",
"version": "19.10.0",
"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.9.0",
"version": "19.10.0",
"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,5 +1,5 @@
{
"version": "19.9.0",
"version": "19.10.0",
"name": "@openproject/octicons",
"publishConfig": {
"registry": "no registry, don't publish from this package.json."
Expand Down

0 comments on commit d142574

Please sign in to comment.