Merge pull request #320 from JonasKruckenberg/release

Publish New Versions
This commit is contained in:
Jonas Kruckenberg 2024-03-27 15:50:35 +01:00 committed by GitHub
commit b9c6c0faff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 22 additions and 18 deletions

View File

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

View File

@ -1,5 +1,14 @@
# Changelog
## \[1.5.1]
- Bump Tauri CLI to 1.5.1
- [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
## \[1.5.0]
- Bump Tauri CLI to 1.5.0

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__ = ({
/***/ 1560:
/***/ 5472:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = require(__nccwpck_require__.ab + "cli.darwin-x64.node")
/***/ }),
/***/ 7675:
/***/ 1244:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = require(__nccwpck_require__.ab + "cli.linux-x64-gnu.node")
/***/ }),
/***/ 7392:
/***/ 7598:
/***/ ((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__(3416);
const cli_1 = __nccwpck_require__(3496);
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) {
/***/ }),
/***/ 1751:
/***/ 974:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/* tslint:disable */
@ -2149,7 +2149,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = __nccwpck_require__(7937)
} else {
nativeBinding = __nccwpck_require__(7392)
nativeBinding = __nccwpck_require__(7598)
}
} catch (e) {
loadError = e
@ -2204,7 +2204,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = __nccwpck_require__(8300)
} else {
nativeBinding = __nccwpck_require__(1560)
nativeBinding = __nccwpck_require__(5472)
}
} catch (e) {
loadError = e
@ -2267,7 +2267,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = __nccwpck_require__(2308)
} else {
nativeBinding = __nccwpck_require__(7675)
nativeBinding = __nccwpck_require__(1244)
}
} catch (e) {
loadError = e
@ -2340,14 +2340,14 @@ module.exports.logError = logError
/***/ }),
/***/ 3416:
/***/ 3496:
/***/ ((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__(1751)
const { run, logError } = __nccwpck_require__(974)
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.0",
"version": "1.5.1",
"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: