Skip to content

Commit

Permalink
Prepare release: 0.5.2 (#1112)
Browse files Browse the repository at this point in the history
Co-authored-by: broody <[email protected]>
  • Loading branch information
tarrencev and broody authored Dec 6, 2024
1 parent aef2a4e commit 16dc0fa
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions examples/next/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cartridge/controller-example-next",
"private": true,
"version": "0.5.1",
"version": "0.5.2",
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
Expand Down Expand Up @@ -39,4 +39,4 @@
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}
}
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartridge/controller-example-svelte",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/account-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartridge/account-wasm",
"version": "0.5.1",
"version": "0.5.2",
"description": "Wasm bindings for Cartridge Controller and Session Account",
"main": "./pkg-controller/account_wasm.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartridge/connector",
"version": "0.5.1",
"version": "0.5.2",
"description": "Cartridge Controler Connector",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -53,4 +53,4 @@
"@cartridge/tsconfig": "workspace:*",
"typescript": "^5.4.5"
}
}
}
4 changes: 2 additions & 2 deletions packages/controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartridge/controller",
"version": "0.5.1",
"version": "0.5.2",
"description": "Cartridge Controller",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -46,4 +46,4 @@
"@types/node": "^20.6.0",
"typescript": "^5.4.5"
}
}
}
2 changes: 1 addition & 1 deletion packages/keychain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartridge/keychain",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"scripts": {
"dev": "TARGET_ORIGIN=\"*\" next dev -p 3001",
Expand Down
4 changes: 2 additions & 2 deletions packages/presets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartridge/presets",
"version": "0.0.1",
"version": "0.5.2",
"description": "Cartridge Presets",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -27,4 +27,4 @@
"tsx": "^4.7.0",
"typescript": "^5.4.5"
}
}
}
4 changes: 2 additions & 2 deletions packages/profile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartridge/profile",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -46,4 +46,4 @@
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cartridge/tsconfig",
"private": true,
"version": "0.5.1",
"version": "0.5.2",
"files": [
"base.json",
"react.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartridge/ui-next",
"version": "0.5.1",
"version": "0.5.2",
"description": "Catridge UI component library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartridge/ui",
"version": "0.5.1",
"version": "0.5.2",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartridge/utils",
"version": "0.5.1",
"version": "0.5.2",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -37,4 +37,4 @@
"tsx": "^4.19.2",
"typescript": "^5.4.5"
}
}
}

0 comments on commit 16dc0fa

Please sign in to comment.