Skip to content

Commit b25545c

Browse files
apply version updates (#10683)
Co-authored-by: lucasfernog <[email protected]>
1 parent c689521 commit b25545c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changes/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
".changes/fix-ipc-fallback.md",
3333
".changes/fix-manifest-migration.md",
3434
".changes/fix-missing-codesign-error-macos.md",
35+
".changes/fix-tslib-path.md",
3536
".changes/fix-usage-without-compression.md",
3637
".changes/fix-v1-frontend-migration.md",
3738
".changes/get-window-async.md",

tooling/api/CHANGELOG.md

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

3+
## \[2.0.0-rc.2]
4+
5+
### Bug Fixes
6+
7+
- [`c689521a7`](https://www.github.com/tauri-apps/tauri/commit/c689521a7674b6562b5dfd4f5cacd12138d99d85) ([#10681](https://www.github.com/tauri-apps/tauri/pull/10681) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Fix tslib path in dist.
8+
39
## \[2.0.0-rc.1]
410

511
### Breaking Changes

tooling/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tauri-apps/api",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0-rc.2",
44
"description": "Tauri API definitions",
55
"funding": {
66
"type": "opencollective",

0 commit comments

Comments
 (0)