diff --git a/.changeset/strange-carrots-lie.md b/.changeset/strange-carrots-lie.md deleted file mode 100644 index 7d58a5976..000000000 --- a/.changeset/strange-carrots-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@openproject/octicons': minor ---- - -Add 24px version of op-relations diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e0c4c20..23a46415a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 19.17.0 + +### Minor Changes + +- [#65](https://github.com/opf/openproject-octicons/pull/65) [`42fd602f`](https://github.com/opf/openproject-octicons/commit/42fd602f8ba39a2781eecff91359e3d209808c1e) Thanks [@HDinger](https://github.com/HDinger)! - Add 24px version of op-relations + ## 19.16.0 ### Minor Changes diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 47ccd0d46..405c167c5 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons-node", - "version": "19.16.0", + "version": "19.17.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 a77de73c3..465c294ee 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.16.0", + "version": "19.17.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 e1dbad094..8c665db1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons", - "version": "19.16.0", + "version": "19.17.0", "publishConfig": { "registry": "no registry, don't publish from this package.json." },