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 Oct 23, 2022
1 parent 0b6da92 commit c54362e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.2.0",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@dotinc/bouncer-core": "^0.1.0",
"@dotinc/bouncer-planetscale": "^0.1.0",
"@dotinc/bouncer-sql": "^0.1.0",
"@dotinc/bouncer-core": "^0.2.0",
"@dotinc/bouncer-planetscale": "^0.2.0",
"@dotinc/bouncer-sql": "^0.2.0",
"@tanstack/react-query": "4.12.0",
"@types/express": "4.17.13",
"@zodios/core": "10.1.0",
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.1.0",
"version": "0.2.0",
"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.1.0",
"version": "0.2.0",
"description": "",
"private": false,
"keywords": [
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"homepage": "https://github.com/dotindustries/bouncer",
"dependencies": {
"@dotinc/bouncer-core": "^0.1.0",
"@dotinc/bouncer-sql": "^0.1.0",
"@dotinc/bouncer-core": "^0.2.0",
"@dotinc/bouncer-sql": "^0.2.0",
"@planetscale/database": "^1.4.0",
"@zodios/core": "10.2.0",
"kysely": "^0.22.0",
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.1.0",
"version": "0.2.0",
"description": "",
"private": false,
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/dotindustries/bouncer",
"dependencies": {
"@dotinc/bouncer-core": "^0.1.0",
"@dotinc/bouncer-core": "^0.2.0",
"kysely": "^0.22.0"
},
"devDependencies": {
Expand Down

0 comments on commit c54362e

Please sign in to comment.