From 19978630cddc7b9dc1228d35229abfff16048b47 Mon Sep 17 00:00:00 2001 From: Boris Belmar Date: Thu, 25 Apr 2024 22:09:10 -0400 Subject: [PATCH] 2.2.0 --- packages/an-core/package.json | 2 +- packages/an-react/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/an-core/package.json b/packages/an-core/package.json index 56c8a14..73b3083 100644 --- a/packages/an-core/package.json +++ b/packages/an-core/package.json @@ -1,6 +1,6 @@ { "name": "@arrow-navigation/core", - "version": "2.1.2", + "version": "2.2.0", "description": "Zero-dependency library to navigate through UI elements using the keyboard arrow keys built with Typescript", "main": "./lib/index.js", "module": "./lib/index.mjs", diff --git a/packages/an-react/package.json b/packages/an-react/package.json index f3dc122..2a1929b 100644 --- a/packages/an-react/package.json +++ b/packages/an-react/package.json @@ -1,6 +1,6 @@ { "name": "@arrow-navigation/react", - "version": "2.1.2", + "version": "2.2.0", "description": "A light and performant React implementation for @arrow-navigation/core package.", "publishConfig": { "access": "public"