Skip to content

Commit e267ebf

Browse files
Apply Version Updates From Current Changes (#1486)
* apply version updates * adjust versions to beta-rc Co-authored-by: jbolda <jbolda@users.noreply.github.com> Co-authored-by: Jacob Bolda <me@jacobbolda.com>
1 parent 7d8eb5e commit e267ebf

File tree

5 files changed

+13
-23
lines changed

5 files changed

+13
-23
lines changed

.changes/config.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,6 @@
175175
}
176176
]
177177
},
178-
"create-tauri-app": {
179-
"path": "./tooling/create-tauri-app",
180-
"manager": "javascript",
181-
"dependencies": [
182-
"cli.js"
183-
]
184-
},
185178
"tauri-utils": {
186179
"path": "./core/tauri-utils",
187180
"manager": "rust"
@@ -208,6 +201,10 @@
208201
"api",
209202
"tauri-macros"
210203
]
204+
},
205+
"create-tauri-app": {
206+
"path": "./tooling/create-tauri-app",
207+
"manager": "javascript"
211208
}
212209
}
213210
}

.changes/no-private-params-trait.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changes/update-wry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

core/tauri/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## \[1.0.0-beta-rc.0]
44

5+
- internal refactoring of `Params` to allow for easier usage without a private trait with only 1 implementor.
6+
`ParamsPrivate` -> `ParamsBase`
7+
`ManagerPrivate` -> `ManagerBase`
8+
(new) `Args`, crate only. Now implements `Params`/`ParamsBase`.
9+
`App` and `Window` use `WindowManager` directly
10+
- [ec27ca8](https://www.github.com/tauri-apps/tauri/commit/ec27ca81fe721e0b08ed574073547250b7a8153a) refactor(tauri): remove private params trait methods ([#1484](https://www.github.com/tauri-apps/tauri/pull/1484)) on 2021-04-14
11+
- Updated `wry`, fixing an issue with the draggable region.
12+
- [f2d24ef](https://www.github.com/tauri-apps/tauri/commit/f2d24ef2fbd95ec7d3433ba651964f4aa3b7f48c) chore(deps): update wry ([#1482](https://www.github.com/tauri-apps/tauri/pull/1482)) on 2021-04-14
513
- Now Tauri commands always returns Promise<T>.
614
- [ea73325](https://www.github.com/tauri-apps/tauri/commit/ea7332539d100bd63f93396101ffa01ff73c924b) refactor(core): all API are now promise based ([#1239](https://www.github.com/tauri-apps/tauri/pull/1239)) on 2021-02-16
715
- Rename macOS bundle settings from `osx` to `macOS`.

tooling/cli.rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
1010
homepage = "https://tauri.studio"
1111
repository = "https://github.com/tauri-apps/tauri"
1212
description = "Command line interface for building Tauri apps"
13-
include = ["src/", "/templates", "MergeModules/", "*.json", "*.rs"]
13+
include = [ "src/", "/templates", "MergeModules/", "*.json", "*.rs" ]
1414

1515
[[bin]]
1616
name = "cargo-tauri"

0 commit comments

Comments
 (0)