Skip to content

Commit 029d351

Browse files
Version Packages (#963)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5805622 commit 029d351

13 files changed

Lines changed: 18 additions & 20 deletions

File tree

.changeset/large-cameras-accept.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wet-goats-rescue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 19.4.0
4+
5+
### Minor Changes
6+
7+
- [#962](https://github.com/primer/octicons/pull/962) [`5805622c`](https://github.com/primer/octicons/commit/5805622c1f9005a4c81a7e7fb09225f2a0e31af4) Thanks [@CameronFoxly](https://github.com/CameronFoxly)! - Edited small details on `copilot-warning` and `copilot-error` to maintain consistency with the rest of the copilot icon set.
8+
9+
* [#961](https://github.com/primer/octicons/pull/961) [`e92cb36a`](https://github.com/primer/octicons/commit/e92cb36aedc3a9c28b8502733e8c30d01d716bb6) Thanks [@gavinmn](https://github.com/gavinmn)! - Save file-directory-symlink-16.svg, file-directory-symlink-24.svg
10+
311
## 19.3.0
412

513
### Minor Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Octicons
2-
VERSION = "19.3.0".freeze
2+
VERSION = "19.4.0".freeze
33
end

lib/octicons_helper/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gemspec
44

5-
gem "octicons", "19.3.0"
5+
gem "octicons", "19.4.0"
66
gem "rails"
77

88
group :development, :test do
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OcticonsHelper
2-
VERSION = "19.3.0".freeze
2+
VERSION = "19.4.0".freeze
33
end

lib/octicons_helper/octicons_helper.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313

1414
s.require_paths = ["lib"]
1515

16-
s.add_dependency "octicons", "19.3.0"
16+
s.add_dependency "octicons", "19.4.0"
1717
s.add_dependency "railties"
1818
s.add_dependency "actionview"
1919
end

lib/octicons_jekyll/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gemspec
44

5-
gem "octicons", "19.3.0"
5+
gem "octicons", "19.4.0"
66

77
group :development, :test do
88
gem "minitest"

lib/octicons_jekyll/jekyll-octicons.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Gem::Specification.new do |s|
1414
s.require_paths = ["lib"]
1515

1616
s.add_dependency "jekyll", ">= 3.6", "< 5.0"
17-
s.add_dependency "octicons", "19.3.0"
17+
s.add_dependency "octicons", "19.4.0"
1818
end

lib/octicons_jekyll/lib/jekyll-octicons/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module Liquid; class Tag; end; end
33

44
module Jekyll
55
class Octicons < Liquid::Tag
6-
VERSION = "19.3.0".freeze
6+
VERSION = "19.4.0".freeze
77
end
88
end

0 commit comments

Comments
 (0)