Skip to content

Commit 8b5792e

Browse files
Version Packages (beta) (#516)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent df88b4d commit 8b5792e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"eslint-config-custom": "1.0.0",
1313
"tsconfig": "1.0.0"
1414
},
15-
"changesets": []
15+
"changesets": [
16+
"long-seals-clean",
17+
"nasty-hats-visit"
18+
]
1619
}

apps/web/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# web
22

3+
## 1.1.1-beta.0
4+
5+
### Patch Changes
6+
7+
- 27e6047a: Correct typo in Google One Tap ITP config
8+
- df88b4db: Fix TypeScript 4.7 unsupported feature introduced in "Hotfix typo in Google One Tap ITP config"
9+
310
## 1.1.0
411

512
### Minor Changes

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web",
3-
"version": "1.1.0",
3+
"version": "1.1.1-beta.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev -p 4200",

0 commit comments

Comments
 (0)