From 45c3c9fc4e9138da391f381f179d77e6ba656c13 Mon Sep 17 00:00:00 2001 From: Eric Kwoka <43540491+ekwoka@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:18:26 +0400 Subject: [PATCH] :package: Release Alpine History v0.2.1 --- .github/workflows/npmdeploy.yml | 2 +- packages/params/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npmdeploy.yml b/.github/workflows/npmdeploy.yml index 25980be..dfe356e 100644 --- a/.github/workflows/npmdeploy.yml +++ b/.github/workflows/npmdeploy.yml @@ -20,7 +20,7 @@ jobs: node-version: 20 always-auth: true - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v4 name: Install pnpm id: pnpm-install with: diff --git a/packages/params/package.json b/packages/params/package.json index cdc07bd..b4c5e0b 100644 --- a/packages/params/package.json +++ b/packages/params/package.json @@ -1,6 +1,6 @@ { "name": "@ekwoka/alpine-history", - "version": "0.2.0", + "version": "0.2.1", "description": "Sync Component an Store values to the URL Search Params!!!", "author": { "name": "Eric Kwoka",