From 06a281dba30b4826e046675923d70d68795085a8 Mon Sep 17 00:00:00 2001 From: afkzoro Date: Sat, 14 Dec 2024 12:07:16 +0100 Subject: [PATCH] chore(packages): bump sticky version 0.4.6 -> 0.4.7 --- libs/common/src/typings/Global.Interface.ts | 2 +- packages/sticky/libs/common/src/schemas/index.ts | 2 +- packages/sticky/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/common/src/typings/Global.Interface.ts b/libs/common/src/typings/Global.Interface.ts index 97953986..02c3ccaa 100644 --- a/libs/common/src/typings/Global.Interface.ts +++ b/libs/common/src/typings/Global.Interface.ts @@ -377,7 +377,7 @@ export interface AddressBookI { house_number?: number - location: number[] + location: LocationCoordinates isDeleted: boolean diff --git a/packages/sticky/libs/common/src/schemas/index.ts b/packages/sticky/libs/common/src/schemas/index.ts index 299340f7..425d069b 100644 --- a/packages/sticky/libs/common/src/schemas/index.ts +++ b/packages/sticky/libs/common/src/schemas/index.ts @@ -301,7 +301,7 @@ export interface AddressBookI { house_number?: number - location: number[] + location: LocationCoordinates isDeleted: boolean diff --git a/packages/sticky/package.json b/packages/sticky/package.json index 38e9a777..86413d24 100644 --- a/packages/sticky/package.json +++ b/packages/sticky/package.json @@ -1,6 +1,6 @@ { "name": "@nanahq/sticky", - "version": "0.4.6", + "version": "0.4.7", "description": "Types declarations, components and collection of tools for Nana", "scripts": {