Skip to content

Commit

Permalink
updated description description
Browse files Browse the repository at this point in the history
  • Loading branch information
BipanKishore committed May 17, 2024
1 parent 0d1bcc0 commit a3ae920
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/demo-app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="flex layout library"/>
<title>Resizable Panes React</title>
<meta name="description" content="A simple library that allows resizing and saving layout."/>
<title>Resizable Panes</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion packages/resizable-core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/resizable-panes-js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/resizable-panes-next/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/resizable-panes-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a3ae920

Please sign in to comment.