From a3ae920e5bc606e44a271520763bde10682e6074 Mon Sep 17 00:00:00 2001 From: BipanKishore Date: Fri, 17 May 2024 20:30:46 +0530 Subject: [PATCH] updated description description --- packages/demo-app/public/index.html | 4 ++-- packages/resizable-core/package.json | 2 +- packages/resizable-panes-js/package.json | 4 ++-- packages/resizable-panes-next/package.json | 4 ++-- packages/resizable-panes-react/package.json | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/demo-app/public/index.html b/packages/demo-app/public/index.html index 9fcc105..9a51dcf 100644 --- a/packages/demo-app/public/index.html +++ b/packages/demo-app/public/index.html @@ -5,8 +5,8 @@ - - Resizable Panes React + + Resizable Panes diff --git a/packages/resizable-core/package.json b/packages/resizable-core/package.json index 96cf871..a953048 100644 --- a/packages/resizable-core/package.json +++ b/packages/resizable-core/package.json @@ -1,7 +1,7 @@ { "name": "resizable-core", "version": "6.0.8", - "description": "A simple library that allows resizing and saving layout.", + "description": "A straightforward library that enables dynamic resizing of layouts and saves the layout configurations.", "module": "./lib/esm/index.esm.js", "main": "./lib/cjs/index.cjs.js", "types": "./lib/index.d.ts", diff --git a/packages/resizable-panes-js/package.json b/packages/resizable-panes-js/package.json index f2a5121..913fb15 100644 --- a/packages/resizable-panes-js/package.json +++ b/packages/resizable-panes-js/package.json @@ -1,7 +1,7 @@ { "name": "resizable-panes-js", - "version": "6.0.19", - "description": "A simple library that allows resizing and saving layout.", + "version": "6.0.20", + "description": "A straightforward library that enables dynamic resizing of layouts and saves the layout configurations.", "module": "./lib/esm/index.esm.js", "main": "./lib/cjs/index.cjs.js", "types": "./lib/index.d.ts", diff --git a/packages/resizable-panes-next/package.json b/packages/resizable-panes-next/package.json index bd2176b..3314ce9 100644 --- a/packages/resizable-panes-next/package.json +++ b/packages/resizable-panes-next/package.json @@ -1,7 +1,7 @@ { "name": "resizable-panes-next", - "version": "6.0.21", - "description": "A simple library that allows resizing and saving layout.", + "version": "6.0.22", + "description": "A straightforward library that enables dynamic resizing of layouts and saves the layout configurations.", "module": "./lib/esm/index.esm.js", "main": "./lib/cjs/index.cjs.js", "types": "./lib/index.d.ts", diff --git a/packages/resizable-panes-react/package.json b/packages/resizable-panes-react/package.json index d6f189f..7d4b428 100644 --- a/packages/resizable-panes-react/package.json +++ b/packages/resizable-panes-react/package.json @@ -1,7 +1,7 @@ { "name": "resizable-panes-react", - "version": "6.0.19", - "description": "A simple library that allows resizing and saving layout.", + "version": "6.0.20", + "description": "A straightforward library that enables dynamic resizing of layouts and saves the layout configurations.", "module": "./lib/esm/index.esm.js", "main": "./lib/cjs/index.cjs.js", "types": "./lib/index.d.ts",