From 983e7800b643e1d277cae55ea73f392fa99708ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:54:04 -0300 Subject: [PATCH] apply version updates (#11201) Co-authored-by: lucasfernog --- .changes/publish-latest-tag.md | 5 ----- packages/api/CHANGELOG.md | 6 ++++++ packages/api/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changes/publish-latest-tag.md diff --git a/.changes/publish-latest-tag.md b/.changes/publish-latest-tag.md deleted file mode 100644 index 5a5599152544..000000000000 --- a/.changes/publish-latest-tag.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tauri-apps/api": patch:changes ---- - -Publish package with the latest NPM tag. diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 49ae17609b16..0b68c9487192 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[2.0.1] + +### What's Changed + +- [`be683e2ac`](https://www.github.com/tauri-apps/tauri/commit/be683e2ac36df9c51a5c050d9d500247bd019090) ([#11199](https://www.github.com/tauri-apps/tauri/pull/11199) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Publish package with the latest NPM tag. + ## \[2.0.0] ### What's Changed diff --git a/packages/api/package.json b/packages/api/package.json index a55f1543e55f..782fb64df490 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/api", - "version": "2.0.0", + "version": "2.0.1", "description": "Tauri API definitions", "funding": { "type": "opencollective",