Skip to content

Commit

Permalink
Bump version for first release since repo is open (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarelFdeWaal authored Jul 30, 2024
1 parent 4eebc69 commit dd2644c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
# Custom image built with higher max_connections for vitests parralelization
# See docker/Dockerfile.postgres to see how it was built
image: avallete/postgres-custom-ci
credentials:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
# credentials:
# username: ${{ secrets.DOCKER_HUB_USERNAME }}
# password: ${{ secrets.DOCKER_HUB_PASSWORD }}
ports:
- 5432:5432
options: >-
Expand All @@ -99,9 +99,9 @@ jobs:
# Custom image built with higher timeout for vitest parralelization
# See docker/Dockerfile.mysql to see how it was built
image: avallete/mysql-custom-ci
credentials:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
# credentials:
# username: ${{ secrets.DOCKER_HUB_USERNAME }}
# password: ${{ secrets.DOCKER_HUB_PASSWORD }}
ports:
- 3306:3306
env:
Expand Down
2 changes: 1 addition & 1 deletion packages/seed/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@snaplet/seed",
"type": "module",
"version": "0.97.20",
"version": "0.98.0",
"sideEffects": false,
"bin": {
"snaplet-seed": "./bin/cli.js"
Expand Down

0 comments on commit dd2644c

Please sign in to comment.