diff --git a/CHANGELOG.md b/CHANGELOG.md
index 538477f2f..c54efee02 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# 10.1.0
+### 🚀 New Features
+- [`arrow-switch`](https://github.com/primer/octicons/pull/486)
+- [`file-badge`](https://github.com/primer/octicons/pull/464)
+- [`x-circle`, `x-circle-fill`, `circle`](https://github.com/primer/octicons/pull/455)
+
+### 🐛 Fixes
+- Corrected positioning for `triangle-down` [#459](https://github.com/primer/octicons/pull/459)
+
+### 🧽Chores
+- Dependency updates
+
# 10.0.0
## All packages
diff --git a/icons/arrow-switch-16.svg b/icons/arrow-switch-16.svg
new file mode 100644
index 000000000..35356a550
--- /dev/null
+++ b/icons/arrow-switch-16.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/arrow-switch-24.svg b/icons/arrow-switch-24.svg
new file mode 100644
index 000000000..aba8c289f
--- /dev/null
+++ b/icons/arrow-switch-24.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/circle-16.svg b/icons/circle-16.svg
new file mode 100644
index 000000000..9c577d6b2
--- /dev/null
+++ b/icons/circle-16.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/file-badge-16.svg b/icons/file-badge-16.svg
new file mode 100644
index 000000000..1dd237d34
--- /dev/null
+++ b/icons/file-badge-16.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/triangle-down-16.svg b/icons/triangle-down-16.svg
index 37aca457b..937a0c316 100644
--- a/icons/triangle-down-16.svg
+++ b/icons/triangle-down-16.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/icons/x-circle-16.svg b/icons/x-circle-16.svg
new file mode 100644
index 000000000..b2d5f33d7
--- /dev/null
+++ b/icons/x-circle-16.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/x-circle-fill-16.svg b/icons/x-circle-fill-16.svg
new file mode 100644
index 000000000..2812f3862
--- /dev/null
+++ b/icons/x-circle-fill-16.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb
index 67ade17c7..e5173a09c 100644
--- a/lib/octicons_gem/lib/octicons/version.rb
+++ b/lib/octicons_gem/lib/octicons/version.rb
@@ -1,3 +1,3 @@
module Octicons
- VERSION = "10.0.0".freeze
+ VERSION = "10.1.0".freeze
end
diff --git a/lib/octicons_helper/Gemfile b/lib/octicons_helper/Gemfile
index cf7c35d7d..c932640c1 100644
--- a/lib/octicons_helper/Gemfile
+++ b/lib/octicons_helper/Gemfile
@@ -2,7 +2,7 @@ source "https://rubygems.org"
gemspec
-gem "octicons", "10.0.0"
+gem "octicons", "10.1.0"
gem "rails"
group :development, :test do
diff --git a/lib/octicons_helper/lib/octicons_helper/version.rb b/lib/octicons_helper/lib/octicons_helper/version.rb
index aad3dde61..a336d45ca 100644
--- a/lib/octicons_helper/lib/octicons_helper/version.rb
+++ b/lib/octicons_helper/lib/octicons_helper/version.rb
@@ -1,3 +1,3 @@
module OcticonsHelper
- VERSION = "10.0.0".freeze
+ VERSION = "10.1.0".freeze
end
diff --git a/lib/octicons_helper/octicons_helper.gemspec b/lib/octicons_helper/octicons_helper.gemspec
index 29c727e7e..339be6736 100644
--- a/lib/octicons_helper/octicons_helper.gemspec
+++ b/lib/octicons_helper/octicons_helper.gemspec
@@ -13,6 +13,6 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
- s.add_dependency "octicons", "10.0.0"
+ s.add_dependency "octicons", "10.1.0"
s.add_dependency "rails"
end
diff --git a/lib/octicons_jekyll/Gemfile b/lib/octicons_jekyll/Gemfile
index b0fb73ede..9ec4caabc 100644
--- a/lib/octicons_jekyll/Gemfile
+++ b/lib/octicons_jekyll/Gemfile
@@ -2,7 +2,7 @@ source "https://rubygems.org"
gemspec
-gem "octicons", "10.0.0"
+gem "octicons", "10.1.0"
group :development, :test do
gem "minitest"
diff --git a/lib/octicons_jekyll/jekyll-octicons.gemspec b/lib/octicons_jekyll/jekyll-octicons.gemspec
index 9ac3006cb..481b09b09 100644
--- a/lib/octicons_jekyll/jekyll-octicons.gemspec
+++ b/lib/octicons_jekyll/jekyll-octicons.gemspec
@@ -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", "10.0.0"
+ s.add_dependency "octicons", "10.1.0"
end
diff --git a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb
index db069c597..3f48b4572 100644
--- a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb
+++ b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb
@@ -3,6 +3,6 @@ module Liquid; class Tag; end; end
module Jekyll
class Octicons < Liquid::Tag
- VERSION = "10.0.0".freeze
+ VERSION = "10.1.0".freeze
end
end
diff --git a/lib/octicons_node/package-lock.json b/lib/octicons_node/package-lock.json
index c972f194b..920ce6a6c 100644
--- a/lib/octicons_node/package-lock.json
+++ b/lib/octicons_node/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@primer/octicons",
- "version": "10.0.0",
+ "version": "10.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -329,9 +329,9 @@
}
},
"acorn": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz",
- "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==",
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz",
+ "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==",
"dev": true
},
"acorn-jsx": {
@@ -4156,9 +4156,9 @@
}
},
"lodash": {
- "version": "4.17.15",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
- "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
+ "version": "4.17.19",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
+ "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==",
"dev": true
},
"lodash.clonedeep": {
diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json
index 4fd2ffc70..26a8e4696 100644
--- a/lib/octicons_node/package.json
+++ b/lib/octicons_node/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/octicons",
- "version": "10.0.0",
+ "version": "10.1.0",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://octicons.github.com",
"author": "GitHub Inc.",
diff --git a/lib/octicons_react/package-lock.json b/lib/octicons_react/package-lock.json
index 85bda895b..54ec6fc39 100644
--- a/lib/octicons_react/package-lock.json
+++ b/lib/octicons_react/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@primer/octicons-react",
- "version": "10.0.0",
+ "version": "10.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -3995,9 +3995,9 @@
"dev": true
},
"elliptic": {
- "version": "6.5.2",
- "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz",
- "integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==",
+ "version": "6.5.3",
+ "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz",
+ "integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==",
"dev": true,
"requires": {
"bn.js": "^4.4.0",
@@ -7882,9 +7882,9 @@
}
},
"lodash": {
- "version": "4.17.15",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
- "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
+ "version": "4.17.19",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
+ "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==",
"dev": true
},
"lodash.sortby": {
diff --git a/lib/octicons_react/package.json b/lib/octicons_react/package.json
index 8c98ca07f..0bf326552 100644
--- a/lib/octicons_react/package.json
+++ b/lib/octicons_react/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/octicons-react",
- "version": "10.0.0",
+ "version": "10.1.0",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://octicons.github.com",
"author": "GitHub, Inc.",
diff --git a/lib/octicons_styled/package-lock.json b/lib/octicons_styled/package-lock.json
index 04ef98f16..2dc8cb783 100644
--- a/lib/octicons_styled/package-lock.json
+++ b/lib/octicons_styled/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@primer/styled-octicons",
- "version": "10.0.0",
+ "version": "10.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -4200,9 +4200,9 @@
"dev": true
},
"elliptic": {
- "version": "6.5.2",
- "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz",
- "integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==",
+ "version": "6.5.3",
+ "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz",
+ "integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==",
"dev": true,
"requires": {
"bn.js": "^4.4.0",
@@ -8095,9 +8095,9 @@
}
},
"lodash": {
- "version": "4.17.15",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
- "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
+ "version": "4.17.19",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
+ "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==",
"dev": true
},
"lodash.sortby": {
diff --git a/lib/octicons_styled/package.json b/lib/octicons_styled/package.json
index ecd47df25..52ca0b9fd 100644
--- a/lib/octicons_styled/package.json
+++ b/lib/octicons_styled/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/styled-octicons",
- "version": "10.0.0",
+ "version": "10.1.0",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://octicons.github.com",
"author": "GitHub, Inc.",
diff --git a/package-lock.json b/package-lock.json
index eccf9c1c9..14da88c48 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
{
- "version": "10.0.0",
+ "version": "10.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -631,9 +631,9 @@
"integrity": "sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw=="
},
"acorn": {
- "version": "6.0.4",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.0.4.tgz",
- "integrity": "sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg=="
+ "version": "6.4.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz",
+ "integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA=="
},
"acorn-jsx": {
"version": "5.0.0",
@@ -4286,9 +4286,9 @@
}
},
"lodash": {
- "version": "4.17.15",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
- "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
+ "version": "4.17.19",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
+ "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ=="
},
"lodash.clonedeep": {
"version": "4.5.0",
diff --git a/package.json b/package.json
index 805df2a2c..fe545d3b6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"private": true,
- "version": "10.0.0",
+ "version": "10.1.0",
"scripts": {
"version": "script/version",
"test": "ava -v tests/*.js",