Skip to content

Commit 7fe82ab

Browse files
committed
Bump independent versions [skip ci]
- [email protected] - @dotinc/[email protected] - @dotinc/[email protected] - @dotinc/[email protected] - @dotinc/[email protected] - @dotinc/[email protected]
1 parent b846ffa commit 7fe82ab

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
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.9.0",
3+
"version": "0.9.1",
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.7.0",
13-
"@dotinc/bouncer-planetscale": "^0.7.0",
14-
"@dotinc/bouncer-sql": "^0.7.0",
12+
"@dotinc/bouncer-core": "^0.7.1",
13+
"@dotinc/bouncer-planetscale": "^0.7.1",
14+
"@dotinc/bouncer-sql": "^0.7.1",
1515
"@tanstack/react-query": "4.13.0",
1616
"@types/express": "4.17.14",
1717
"@vercel/analytics": "^0.1.1",

packages/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotinc/bouncer",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "",
55
"private": true,
66
"license": "MIT",
@@ -44,8 +44,8 @@
4444
},
4545
"homepage": "https://github.com/dotindustries/bouncer",
4646
"dependencies": {
47-
"@dotinc/bouncer-client": "^0.3.0",
48-
"@dotinc/bouncer-core": "^0.7.0",
47+
"@dotinc/bouncer-client": "^0.3.1",
48+
"@dotinc/bouncer-core": "^0.7.1",
4949
"@zodios/core": "10.5.2",
5050
"axios": "1.1.3",
5151
"cli-spinners": "^2.7.0",

packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotinc/bouncer-client",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Bouncer client library",
55
"private": false,
66
"keywords": [

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.7.0",
3+
"version": "0.7.1",
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.7.0",
3+
"version": "0.7.1",
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.7.0",
40-
"@dotinc/bouncer-sql": "^0.7.0",
39+
"@dotinc/bouncer-core": "^0.7.1",
40+
"@dotinc/bouncer-sql": "^0.7.1",
4141
"@planetscale/database": "^1.4.0",
4242
"@zodios/core": "10.5.2",
4343
"date-fns": "^2.29.3",

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.7.0",
3+
"version": "0.7.1",
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.7.0",
38+
"@dotinc/bouncer-core": "^0.7.1",
3939
"better-sqlite3": "^7.6.2",
4040
"cuid": "^2.1.8",
4141
"date-fns": "^2.29.3",

0 commit comments

Comments
 (0)