Skip to content

Commit

Permalink
Bump independent versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nadilas committed Nov 16, 2022
1 parent b846ffa commit 7fe82ab
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.9.0",
"version": "0.9.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@dotinc/bouncer-core": "^0.7.0",
"@dotinc/bouncer-planetscale": "^0.7.0",
"@dotinc/bouncer-sql": "^0.7.0",
"@dotinc/bouncer-core": "^0.7.1",
"@dotinc/bouncer-planetscale": "^0.7.1",
"@dotinc/bouncer-sql": "^0.7.1",
"@tanstack/react-query": "4.13.0",
"@types/express": "4.17.14",
"@vercel/analytics": "^0.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotinc/bouncer",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"private": true,
"license": "MIT",
Expand Down Expand Up @@ -44,8 +44,8 @@
},
"homepage": "https://github.com/dotindustries/bouncer",
"dependencies": {
"@dotinc/bouncer-client": "^0.3.0",
"@dotinc/bouncer-core": "^0.7.0",
"@dotinc/bouncer-client": "^0.3.1",
"@dotinc/bouncer-core": "^0.7.1",
"@zodios/core": "10.5.2",
"axios": "1.1.3",
"cli-spinners": "^2.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotinc/bouncer-client",
"version": "0.3.0",
"version": "0.3.1",
"description": "Bouncer client library",
"private": false,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotinc/bouncer-core",
"version": "0.7.0",
"version": "0.7.1",
"description": "",
"private": false,
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/planetscale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotinc/bouncer-planetscale",
"version": "0.7.0",
"version": "0.7.1",
"description": "",
"private": false,
"keywords": [
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"homepage": "https://github.com/dotindustries/bouncer",
"dependencies": {
"@dotinc/bouncer-core": "^0.7.0",
"@dotinc/bouncer-sql": "^0.7.0",
"@dotinc/bouncer-core": "^0.7.1",
"@dotinc/bouncer-sql": "^0.7.1",
"@planetscale/database": "^1.4.0",
"@zodios/core": "10.5.2",
"date-fns": "^2.29.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotinc/bouncer-sql",
"version": "0.7.0",
"version": "0.7.1",
"description": "",
"private": false,
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/dotindustries/bouncer",
"dependencies": {
"@dotinc/bouncer-core": "^0.7.0",
"@dotinc/bouncer-core": "^0.7.1",
"better-sqlite3": "^7.6.2",
"cuid": "^2.1.8",
"date-fns": "^2.29.3",
Expand Down

0 comments on commit 7fe82ab

Please sign in to comment.