chore: update version to 0.1.14 in package.json and package-lock.json

This commit is contained in:
2025-04-20 21:59:17 +02:00
parent c25ff960a6
commit 5c32ab9938
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.13",
"version": "0.1.14",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "lumina",
"version": "0.1.13",
"version": "0.1.14",
"dependencies": {
"@hookform/resolvers": "^3.4.0",
"@radix-ui/react-accordion": "^1.1.2",

View File

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