From 7f2d14f28cef72373593a760881cd514c77816ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Dec 2024 10:06:43 +0000 Subject: [PATCH] Version Packages --- .changeset/chatty-pens-bathe.md | 5 ----- CHANGELOG.md | 6 ++++++ lib/octicons_node/package.json | 2 +- lib/octicons_react/package.json | 2 +- package.json | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/chatty-pens-bathe.md diff --git a/.changeset/chatty-pens-bathe.md b/.changeset/chatty-pens-bathe.md deleted file mode 100644 index f18c0cded..000000000 --- a/.changeset/chatty-pens-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@openproject/octicons': minor ---- - -Add set reminders icons diff --git a/CHANGELOG.md b/CHANGELOG.md index e6038fb3d..0a9fceb9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 19.20.0 + +### Minor Changes + +- [#73](https://github.com/opf/openproject-octicons/pull/73) [`a4696a84`](https://github.com/opf/openproject-octicons/commit/a4696a84ecd09a4a236cbe76b9773a3a72d8a18d) Thanks [@akabiru](https://github.com/akabiru)! - Add set reminders icons + ## 19.19.0 ### Minor Changes diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 36eb6c22f..4184d232d 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons-node", - "version": "19.19.0", + "version": "19.20.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 bc219bfd3..9e81aedae 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.19.0", + "version": "19.20.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 a9691db01..5d5e09a12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons", - "version": "19.19.0", + "version": "19.20.0", "publishConfig": { "registry": "no registry, don't publish from this package.json." },