From 2a48d74ad26544b990f3bf4fa6b536602d215c70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 21:57:36 -0500 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20(#409)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/big-eggs-appear.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/big-eggs-appear.md diff --git a/.changeset/big-eggs-appear.md b/.changeset/big-eggs-appear.md deleted file mode 100644 index 150d7564..00000000 --- a/.changeset/big-eggs-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"socialify": patch ---- - -moved strictly build-time deps to dev-deps list in package.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 645b9a49..9161f310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # socialify +## 2.12.2 + +### Patch Changes + +- 82f1b49: moved strictly build-time deps to dev-deps list in package.json + ## 2.12.1 ### Patch Changes diff --git a/package.json b/package.json index d9f687e6..2edd65cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socialify", - "version": "2.12.1", + "version": "2.12.2", "description": "Socialify your project. Share with the world!", "author": "@CryogenicPlanet, @wei", "license": "MIT", From b812d5b9e9c0050fc4d7b1835ef29c507c7a6209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 21:58:05 -0500 Subject: [PATCH 2/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20simple-icons=20?= =?UTF-8?q?from=2013.17.0=20to=2013.20.0=20(#410)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :arrow_up: Bump simple-icons from 13.17.0 to 13.20.0 Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 13.17.0 to 13.20.0. - [Release notes](https://github.com/simple-icons/simple-icons/releases) - [Commits](https://github.com/simple-icons/simple-icons/compare/13.17.0...13.20.0) --- updated-dependencies: - dependency-name: simple-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2edd65cb..2744a32e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-hot-toast": "^2.4.1", "react-icons": "^5.3.0", "satori": "^0.10.14", - "simple-icons": "^13.17.0", + "simple-icons": "^13.20.0", "styled-jsx": "^5.1.6", "use-debounce": "^10.0.4", "yoga-wasm-web": "^0.3.3" diff --git a/yarn.lock b/yarn.lock index eeaf8524..1cd438a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3550,10 +3550,10 @@ signal-exit@^4.0.1: resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== -simple-icons@^13.17.0: - version "13.17.0" - resolved "https://registry.yarnpkg.com/simple-icons/-/simple-icons-13.17.0.tgz#9e392e6bdd8114fdcf49bb740f0867e4ffbca6e7" - integrity sha512-pn37igWUYFeTBLckTGjFpwvEYbZuIXc9AB2lza+bzxc/h/sxlNn323dxGlXKglxqMNgLkbnpX75hT6kgsgb5CQ== +simple-icons@^13.20.0: + version "13.20.0" + resolved "https://registry.yarnpkg.com/simple-icons/-/simple-icons-13.20.0.tgz#81ca49b7263eb9c68557fed4f0125a46f2289765" + integrity sha512-8IQSSOaXhgG9fH0dJsUmlMlo0Jt0Xd1MwxsK75TlRZO0FR7P5UQ8TEaIPOwlRMHd/FzZJ0R3vFHW0kOH7PbdMw== simple-swizzle@^0.2.2: version "0.2.2" From bec0dd4aad537fbc9b65d8331e8fea3693a58755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 01:29:22 +0000 Subject: [PATCH 3/3] :arrow_up: Bump nanoid in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [nanoid](https://github.com/ai/nanoid). Updates `nanoid` from 3.3.7 to 3.3.8 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 1cd438a2..f05e1f9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2993,9 +2993,9 @@ mz@^2.7.0: thenify-all "^1.0.0" nanoid@^3.3.6, nanoid@^3.3.7: - version "3.3.7" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8" - integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== + version "3.3.8" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf" + integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w== natural-compare@^1.4.0: version "1.4.0"