Skip to content

Commit

Permalink
Version Packages (beta) (#497)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 5, 2023
1 parent 3bdb64a commit f441b4d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"eslint-config-custom": "1.0.0",
"tsconfig": "1.0.0"
},
"changesets": []
"changesets": [
"lazy-years-return",
"rich-days-applaud"
]
}
6 changes: 6 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# api

## 1.1.0-beta.0

### Minor Changes

- b305b2eb: Add support for signing in with Google ID Token

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "1.0.1",
"version": "1.1.0-beta.0",
"private": true,
"scripts": {
"dev": "nest start --watch",
Expand Down
6 changes: 6 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# web

## 1.1.0-beta.0

### Minor Changes

- b305b2eb: Implement Google One Tap sign-in

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.0.1",
"version": "1.1.0-beta.0",
"private": true,
"scripts": {
"dev": "PORT=4200 next dev",
Expand Down

0 comments on commit f441b4d

Please sign in to comment.