Skip to content

Commit aa0269f

Browse files
committed
Chore: Reset version to 1.0.0
1 parent c34c121 commit aa0269f

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.nx/workspace-data/d/daemon.log

+4
Original file line numberDiff line numberDiff line change
@@ -2216,3 +2216,7 @@
22162216
[NX Daemon Server] - 2024-08-15T11:10:01.985Z - Time taken for 'hash changed files from watcher' 0.2539579998701811ms
22172217
[NX Daemon Server] - 2024-08-15T11:10:01.994Z - Time taken for 'build-project-configs' 8.880708999931812ms
22182218
[NX Daemon Server] - 2024-08-15T11:10:02.008Z - Time taken for 'total execution time for createProjectGraph()' 10.459334000013769ms
2219+
[NX Daemon Server] - 2024-08-15T11:12:50.820Z - [WATCHER]: Processing file changes in outputs
2220+
[NX Daemon Server] - 2024-08-15T11:12:50.820Z - [WATCHER]: Stopping the watcher for /Users/ralph/Documents/Marx/Toneflix/vue-component-pack (sources)
2221+
[NX Daemon Server] - 2024-08-15T11:12:50.820Z - [WATCHER]: Stopping the watcher for /Users/ralph/Documents/Marx/Toneflix/vue-component-pack (outputs)
2222+
[NX Daemon Server] - 2024-08-15T11:12:50.820Z - Server stopped because: "LOCK_FILES_CHANGED"

.nx/workspace-data/d/server-process.json

-1
This file was deleted.

lerna.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
}
1010
},
1111
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
12-
"version": "1.0.6",
12+
"version": "1.0.0",
1313
"npmClient": "pnpm"
14-
}
14+
}

packages/otp-input/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toneflix/otp-input",
3-
"version": "1.0.6",
3+
"version": "1.0.0",
44
"description": "Simple customizable OTP input for Vue 3.",
55
"style": "dist/lib/style.css",
66
"main": "dist/lib/index.js",
@@ -30,4 +30,4 @@
3030
"vitepress": "^1.3.1",
3131
"vue": "^3.1"
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)