Skip to content

Commit

Permalink
v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Dec 29, 2024
1 parent 7f590ba commit 0f83b9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adex",
"version": "0.0.12",
"version": "0.0.13",
"description": "An easier way to build apps with Vite and Preact",
"keywords": [
"adex",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "0.0.12",
"version": "0.0.13",
"changelogPreset": "angular",
"npmClient": "pnpm",
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground",
"private": true,
"version": "0.0.12",
"version": "0.0.13",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 0f83b9a

Please sign in to comment.