Skip to content

Commit

Permalink
v3.0.0-alpha.18
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar committed Feb 11, 2025
1 parent 1877396 commit ac6de1b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"@rollup/rollup-linux-x64-gnu": "4.9.5"
},
"packageManager": "[email protected]",
"workspaces": [
"packages/*"
],
"prettier": {
"tabWidth": 4
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@counterscale/cli",
"version": "3.0.0-alpha.17",
"version": "3.0.0-alpha.18",
"descriptrion": "CLI for managing Counterscale deployments",
"homepage": "https://counterscale.dev",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@clack/prompts": "^0.10.0",
"@counterscale/server": "3.0.0-alpha.17",
"@counterscale/server": "3.0.0-alpha.18",
"@types/get-installed-path": "^4.0.3",
"@types/node": "^22.10.2",
"chalk": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@counterscale/server",
"version": "3.0.0-alpha.17",
"version": "3.0.0-alpha.18",
"description": "Counterscale Server",
"homepage": "https://counterscale.dev",
"license": "MIT",
Expand Down
5 changes: 4 additions & 1 deletion packages/tracker/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@counterscale/tracker",
"version": "3.0.0-alpha.18",
"descriptrion": "Counterscale tracking library for recording pageviews",
"homepage": "https://counterscale.dev",
"license": "MIT",
"sideEffects": false,
"type": "module",
"version": "2.5.1",
"engines": {
"node": ">=20.0.0"
},
Expand Down

0 comments on commit ac6de1b

Please sign in to comment.