diff --git a/.changeset/hungry-poems-provide.md b/.changeset/hungry-poems-provide.md deleted file mode 100644 index fa51a2842..000000000 --- a/.changeset/hungry-poems-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openproject/octicons": minor ---- - -Adding ai-model icon at 16 & 24px diff --git a/CHANGELOG.md b/CHANGELOG.md index 74034f801..7dc8dbbd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 19.16.0 + +### Minor Changes + +- [#1028](https://github.com/primer/octicons/pull/1028) [`d27ea2f6`](https://github.com/opf/openproject-octicons/commit/d27ea2f6b52c5d26d4118259c86e4c91e58cfd56) Thanks [@CameronFoxly](https://github.com/CameronFoxly)! - Adding ai-model icon at 16 & 24px + ## 19.15.0 ### Minor Changes diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 6de96a2e4..47ccd0d46 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons-node", - "version": "19.15.0", + "version": "19.16.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 c0b98deb4..a77de73c3 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.15.0", + "version": "19.16.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 f3db85e20..e1dbad094 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons", - "version": "19.15.0", + "version": "19.16.0", "publishConfig": { "registry": "no registry, don't publish from this package.json." },