Skip to content

Commit 0c19893

Browse files
committed
Bump independent versions [skip ci]
- [email protected] - @dotinc/[email protected] - @dotinc/[email protected] - @dotinc/[email protected]
1 parent a16775d commit 0c19893

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

apps/api/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@dotinc/bouncer-core": "^0.5.0",
13-
"@dotinc/bouncer-planetscale": "^0.5.0",
14-
"@dotinc/bouncer-sql": "^0.5.0",
12+
"@dotinc/bouncer-core": "^0.6.0",
13+
"@dotinc/bouncer-planetscale": "^0.6.0",
14+
"@dotinc/bouncer-sql": "^0.6.0",
1515
"@tanstack/react-query": "4.13.0",
1616
"@types/express": "4.17.14",
1717
"@vercel/analytics": "^0.1.1",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotinc/bouncer-core",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "",
55
"private": false,
66
"keywords": [

packages/planetscale/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotinc/bouncer-planetscale",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "",
55
"private": false,
66
"keywords": [
@@ -36,8 +36,8 @@
3636
},
3737
"homepage": "https://github.com/dotindustries/bouncer",
3838
"dependencies": {
39-
"@dotinc/bouncer-core": "^0.5.0",
40-
"@dotinc/bouncer-sql": "^0.5.0",
39+
"@dotinc/bouncer-core": "^0.6.0",
40+
"@dotinc/bouncer-sql": "^0.6.0",
4141
"@planetscale/database": "^1.4.0",
4242
"@zodios/core": "10.3.1",
4343
"kysely": "^0.22.0",

packages/sql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotinc/bouncer-sql",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "",
55
"private": false,
66
"keywords": [
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://github.com/dotindustries/bouncer",
3737
"dependencies": {
38-
"@dotinc/bouncer-core": "^0.5.0",
38+
"@dotinc/bouncer-core": "^0.6.0",
3939
"better-sqlite3": "^7.6.2",
4040
"cuid": "^2.1.8",
4141
"kysely": "^0.22.0"

0 commit comments

Comments
 (0)