publish new versions

This commit is contained in:
JonasKruckenberg 2024-03-27 14:56:31 +00:00 committed by GitHub
parent c761657ea8
commit b276ab4f56
9 changed files with 27 additions and 18 deletions

View File

@ -1,5 +0,0 @@
---
"tauri-build": patch
---
Bump Tauri CLI to 1.5.4

View File

@ -1,5 +1,19 @@
# Changelog
## \[1.5.4]
- Bump Tauri CLI to 1.5.4
- [d749ebb](https://github.com/JonasKruckenberg/tauri-build/commit/d749ebb9bc9fe181aa1f61f294b323c751e9f09e) Create bump-tauri.md on 2022-09-24
- [5cfbb48](https://github.com/JonasKruckenberg/tauri-build/commit/5cfbb48254bda2944898618864feab9ce333e555) publish new versions on 2022-09-24
- [ae03b5c](https://github.com/JonasKruckenberg/tauri-build/commit/ae03b5c9d2dfe37115cdf1ce8735b94ed6df1b1d) bump tauri on 2024-03-27
- [da63165](https://github.com/JonasKruckenberg/tauri-build/commit/da631651080a3f6a054a04689aabcced0fb27166) publish new versions on 2024-03-27
- [2143a74](https://github.com/JonasKruckenberg/tauri-build/commit/2143a74716c973189a1c68171024c772ce99f962) bump tauri on 2024-03-27
- [ae1bfe9](https://github.com/JonasKruckenberg/tauri-build/commit/ae1bfe9746502983323c5b20fc273fca9ddc2f83) publish new versions on 2024-03-27
- [1a70e16](https://github.com/JonasKruckenberg/tauri-build/commit/1a70e162c264affc4fe3f3acf9dbea4a0717a508) bump tauri to 1.5.2 on 2024-03-27
- [c450190](https://github.com/JonasKruckenberg/tauri-build/commit/c450190ba4fafae76975e9757a9d02a34262eb17) Update bump-tauri.md on 2024-03-27
- [a712643](https://github.com/JonasKruckenberg/tauri-build/commit/a712643d07f25c79a741552ea2f6f425c8c201ba) publish new versions on 2024-03-27
- [c761657](https://github.com/JonasKruckenberg/tauri-build/commit/c761657ea88b1f42b9fc4b5c00f7b712531ed8f5) bump tauri to 1.5.4 on 2024-03-27
## \[1.5.2]
- Bump Tauri CLI to 1.5.2

BIN
dist/cli.darwin-x64.node generated vendored

Binary file not shown.

BIN
dist/cli.linux-x64-gnu.node generated vendored

Binary file not shown.

BIN
dist/cli.win32-x64-msvc.node generated vendored

Binary file not shown.

20
dist/index.js generated vendored
View File

@ -1,21 +1,21 @@
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ 7442:
/***/ 290:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = require(__nccwpck_require__.ab + "cli.darwin-x64.node")
/***/ }),
/***/ 973:
/***/ 5366:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = require(__nccwpck_require__.ab + "cli.linux-x64-gnu.node")
/***/ }),
/***/ 4162:
/***/ 6140:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = require(__nccwpck_require__.ab + "cli.win32-x64-msvc.node")
@ -64,7 +64,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.buildProject = void 0;
const cli_1 = __nccwpck_require__(8684);
const cli_1 = __nccwpck_require__(9561);
const path_1 = __nccwpck_require__(1017);
const tiny_glob_1 = __importDefault(__nccwpck_require__(5745));
const core = __importStar(__nccwpck_require__(9093));
@ -2075,7 +2075,7 @@ function isLoopbackAddress(host) {
/***/ }),
/***/ 7134:
/***/ 6944:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/* tslint:disable */
@ -2149,7 +2149,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = __nccwpck_require__(7937)
} else {
nativeBinding = __nccwpck_require__(4162)
nativeBinding = __nccwpck_require__(6140)
}
} catch (e) {
loadError = e
@ -2204,7 +2204,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = __nccwpck_require__(8300)
} else {
nativeBinding = __nccwpck_require__(7442)
nativeBinding = __nccwpck_require__(290)
}
} catch (e) {
loadError = e
@ -2267,7 +2267,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = __nccwpck_require__(2308)
} else {
nativeBinding = __nccwpck_require__(973)
nativeBinding = __nccwpck_require__(5366)
}
} catch (e) {
loadError = e
@ -2340,14 +2340,14 @@ module.exports.logError = logError
/***/ }),
/***/ 8684:
/***/ 9561:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
const { run, logError } = __nccwpck_require__(7134)
const { run, logError } = __nccwpck_require__(6944)
module.exports.run = (args, binName) => {
return new Promise((resolve, reject) => {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "tauri-build",
"version": "1.5.3",
"version": "1.5.4",
"description": "TypeScript template action",
"main": "lib/main.js",
"scripts": {

2
pnpm-lock.yaml generated
View File

@ -1,7 +1,7 @@
lockfileVersion: '6.0'
settings:
autoInstallPeers: true
autoInstallPeers: false
excludeLinksFromLockfile: false
dependencies: