bump version to 0.1.9 in package.json and package-lock.json

This commit is contained in:
2025-04-01 22:07:44 +02:00
parent ad5bd34277
commit fa301be988
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "lumina",
"version": "0.1.8",
"version": "0.1.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "lumina",
"version": "0.1.8",
"version": "0.1.9",
"dependencies": {
"@hookform/resolvers": "^3.4.0",
"@radix-ui/react-accordion": "^1.1.2",

View File

@@ -1,6 +1,6 @@
{
"name": "lumina",
"version": "0.1.8",
"version": "0.1.9",
"private": true,
"scripts": {
"dev": "next dev",