diff --git a/.changeset/real-taxis-vanish.md b/.changeset/real-taxis-vanish.md deleted file mode 100644 index 98e7155c4..000000000 --- a/.changeset/real-taxis-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@openproject/octicons': minor ---- - -Add 24px versions for multiple icons diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a46415a..007e16f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 19.18.0 + +### Minor Changes + +- [#67](https://github.com/opf/openproject-octicons/pull/67) [`aef13cce`](https://github.com/opf/openproject-octicons/commit/aef13cce0167ab6bf952a86101e57a875c7ca267) Thanks [@HDinger](https://github.com/HDinger)! - Add 24px versions for multiple icons + ## 19.17.0 ### Minor Changes diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 405c167c5..1d2609629 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons-node", - "version": "19.17.0", + "version": "19.18.0", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", "author": "GitHub Inc.", diff --git a/lib/octicons_react/package.json b/lib/octicons_react/package.json index 465c294ee..b3b47d91b 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.17.0", + "version": "19.18.0", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", "author": "GitHub, Inc.", diff --git a/package.json b/package.json index 8c665db1f..a6bbca112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons", - "version": "19.17.0", + "version": "19.18.0", "publishConfig": { "registry": "no registry, don't publish from this package.json." },