From fff6ecf2d41da9bdf22c3e16d895da9ad9c1a880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 04:15:03 +0000 Subject: [PATCH 1/2] build(deps): bump inter-ui from 4.0.2 to 4.1.0 Bumps [inter-ui](https://github.com/philipbelesky/inter-ui) from 4.0.2 to 4.1.0. - [Changelog](https://github.com/philipbelesky/inter-ui/blob/main/CHANGELOG.md) - [Commits](https://github.com/philipbelesky/inter-ui/commits) --- updated-dependencies: - dependency-name: inter-ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bc5b590..f70ba66 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,7 +16,7 @@ importers: version: 12.1.1 inter-ui: specifier: ^4.0.2 - version: 4.0.2 + version: 4.1.0 non.geist: specifier: ^1.0.3 version: 1.0.4 @@ -979,8 +979,8 @@ packages: resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} engines: {node: '>=0.8.19'} - inter-ui@4.0.2: - resolution: {integrity: sha512-YmfzwEtzuVzEenQwSB/tmmqi/A0a2GnFk4mG4ZFULXiO5DNk0fJWiO3o9i1sdVKuMVGx9iiNQnCq8ghWZJVVHw==} + inter-ui@4.1.0: + resolution: {integrity: sha512-lUJ5YLtpj7jWsrhTbN5w32MLOqISGFGOTMRNn+IGhLrbt67z5yvmBRoqpLCWLVlJ+l7kqnH6su4meEqvLMfAAA==} engines: {node: '>=16.0.0'} is-extglob@2.1.1: @@ -2249,7 +2249,7 @@ snapshots: imurmurhash@0.1.4: {} - inter-ui@4.0.2: {} + inter-ui@4.1.0: {} is-extglob@2.1.1: {} From 7d21fa507a3eb3b76384be65505cae50c669c7ef Mon Sep 17 00:00:00 2001 From: Gabriel Cozma Date: Wed, 1 Jan 2025 23:45:36 +0200 Subject: [PATCH 2/2] cleanup: add inter-ui bump to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 986da9c..31d0451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -125,6 +125,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `non.geist` from 1.0.3 to 1.0.4 (https://github.com/aplosdev/aplos/pull/85) +- Bump `inter-ui` from 4.0.2 to 4.1.0 (https://github.com/aplosdev/aplos/pull/127) + #### Documentation - Add plugins list (Using the upcoming Sencilla plugin)