From f13e7e9eaffb4f0d5c43ee76fd8a32e64c043d80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 24 Oct 2024 08:57:27 +0000 Subject: [PATCH] Version Packages --- .changeset/silent-rivers-eat.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/silent-rivers-eat.md diff --git a/.changeset/silent-rivers-eat.md b/.changeset/silent-rivers-eat.md deleted file mode 100644 index da5c60038..000000000 --- a/.changeset/silent-rivers-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openproject/octicons": minor ---- - -Update `thumbsup` and `thumbsdown` icons diff --git a/CHANGELOG.md b/CHANGELOG.md index 746ecc4a2..e6038fb3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 19.19.0 + +### Minor Changes + +- [#1033](https://github.com/primer/octicons/pull/1033) [`7a5ac858`](https://github.com/opf/openproject-octicons/commit/7a5ac85800359eb1ee6c98c90533c5f344e6532d) Thanks [@colebemis](https://github.com/colebemis)! - Update `thumbsup` and `thumbsdown` icons + ## 19.18.1 ### Patch Changes diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index dfcee1fb7..36eb6c22f 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons-node", - "version": "19.18.1", + "version": "19.19.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 4c03c6488..bc219bfd3 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.18.1", + "version": "19.19.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 40279d317..a9691db01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openproject/octicons", - "version": "19.18.1", + "version": "19.19.0", "publishConfig": { "registry": "no registry, don't publish from this package.json." },