Skip to content

Commit

Permalink
v0.0.18-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Feb 27, 2025
1 parent 05696df commit 7523ab8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion create-adex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-adex",
"version": "0.0.18-alpha.1",
"version": "0.0.18-alpha.2",
"bin": {
"create-adex": "./cli.mjs"
},
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.18-alpha.1",
"version": "0.0.18-alpha.2",
"changelogPreset": "angular",
"npmClient": "pnpm",
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adex-adapter-node",
"version": "0.0.18-alpha.1",
"version": "0.0.18-alpha.2",
"keywords": [
"adex",
"preact",
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.18-alpha.1",
"version": "0.0.18-alpha.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 7523ab8

Please sign in to comment.