From 6aeb712833f30f0ffa18cbfa95392eaed92ca5d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 14:17:04 +0100 Subject: [PATCH] chore(release:npm) version updates (#423) (#424) Co-authored-by: Lucas Fernandes Nogueira --- cli/tauri.js/package.json | 2 +- cli/tauri.js/templates/src-tauri/src/build.rs | 1 + renovate.json | 78 ------------------- 3 files changed, 2 insertions(+), 79 deletions(-) diff --git a/cli/tauri.js/package.json b/cli/tauri.js/package.json index 4c1bce2d8..9002fb522 100644 --- a/cli/tauri.js/package.json +++ b/cli/tauri.js/package.json @@ -1,6 +1,6 @@ { "name": "tauri", - "version": "0.4.0", + "version": "0.4.1", "description": "Multi-binding collection of libraries and templates for building Tauri apps", "bin": { "tauri": "./bin/tauri.js" diff --git a/cli/tauri.js/templates/src-tauri/src/build.rs b/cli/tauri.js/templates/src-tauri/src/build.rs index 5bd8f5cb7..34fe92b12 100644 --- a/cli/tauri.js/templates/src-tauri/src/build.rs +++ b/cli/tauri.js/templates/src-tauri/src/build.rs @@ -10,6 +10,7 @@ fn main() { } else { panic!("No Icon.ico found. Please add one or check the path"); } +} #[cfg(not(windows))] fn main() {} diff --git a/renovate.json b/renovate.json index 0a765e29a..b21a58bf1 100644 --- a/renovate.json +++ b/renovate.json @@ -55,84 +55,6 @@ "enabled": true }, "rebaseConflictedPrs": false - }, - { - "enabled": true, - "paths": ["examples/react/gatsby*/**"], - "groupName": "Gatsby Examples", - "groupSlug": "allGatsby", - "commitMessagePrefix": "chore(examples)", - "lockFileMaintenance": { - "enabled": true - }, - "prPriority": -1, - "automerge": true, - "rebaseConflictedPrs": true - }, - { - "enabled": true, - "paths": ["examples/react/create-react-app*/**"], - "groupName": "CRA Examples", - "groupSlug": "allCRA", - "commitMessagePrefix": "chore(examples)", - "lockFileMaintenance": { - "enabled": true - }, - "prPriority": -1, - "automerge": true, - "rebaseConflictedPrs": true - }, - { - "enabled": true, - "paths": ["examples/react/next*/**"], - "groupName": "Next.js Examples", - "groupSlug": "allNextjs", - "commitMessagePrefix": "chore(examples)", - "lockFileMaintenance": { - "enabled": true - }, - "prPriority": -1, - "automerge": true, - "rebaseConflictedPrs": true - }, - { - "enabled": true, - "paths": ["examples/vue/**"], - "groupName": "Vue Examples", - "groupSlug": "allVue", - "commitMessagePrefix": "chore(examples)", - "lockFileMaintenance": { - "enabled": true - }, - "prPriority": -1, - "automerge": true, - "rebaseConflictedPrs": true - }, - { - "enabled": true, - "paths": ["examples/vanillajs/**"], - "groupName": "VanillaJS Examples", - "groupSlug": "allVanilla", - "commitMessagePrefix": "chore(examples)", - "lockFileMaintenance": { - "enabled": true - }, - "prPriority": -1, - "automerge": true, - "rebaseConflictedPrs": true - }, - { - "enabled": true, - "paths": ["examples/svelte/**"], - "groupName": "Svelte Examples", - "groupSlug": "allSvelte", - "commitMessagePrefix": "chore(examples)", - "lockFileMaintenance": { - "enabled": true - }, - "prPriority": -1, - "automerge": true, - "rebaseConflictedPrs": true } ] }