Skip to content

Commit 395bb01

Browse files
bukowabotbukowa
andauthored
chore: release master (#36) 0.2.1
* chore: release master * chore: just selenium::build --------- Co-authored-by: Bukowa <[email protected]>
1 parent c72836f commit 395bb01

File tree

8 files changed

+15
-8
lines changed

8 files changed

+15
-8
lines changed

.github/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"selenium/javascript": "0.2.0"
2+
"selenium/javascript": "0.2.1"
33
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

selenium/javascript/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/bukowa/tauri-e2e/compare/@tauri-e2e/selenium-v0.2.0...@tauri-e2e/selenium-v0.2.1) (2024-07-09)
4+
5+
6+
### Bug Fixes
7+
8+
* Build before publish ([c72836f](https://github.com/bukowa/tauri-e2e/commit/c72836faf471ab2b0ffdb534ffefd67d024d0063))
9+
310
## [0.2.0](https://github.com/bukowa/tauri-e2e/compare/@tauri-e2e/selenium-v0.1.1...@tauri-e2e/selenium-v0.2.0) (2024-07-08)
411

512

selenium/javascript/dist/metadata/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ declare const PACKAGE_NAME = "@tauri-e2e/selenium";
88
/**
99
* Version of the package.
1010
*/
11-
declare const VERSION = "0.2.0";
11+
declare const VERSION = "0.2.1";
1212
export { VERSION, PACKAGE_NAME, };
1313
//# sourceMappingURL=index.d.ts.map

selenium/javascript/dist/metadata/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

selenium/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tauri-e2e/selenium",
33
"license": "MIT",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"main": "./dist/index.js",
66
"type": "module",
77
"scripts": {

selenium/javascript/src/metadata/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const PACKAGE_NAME = "@tauri-e2e/selenium"
1010
/**
1111
* Version of the package.
1212
*/
13-
const VERSION = "0.2.0" // x-release-please-version
13+
const VERSION = "0.2.1" // x-release-please-version
1414

1515
export {
1616
VERSION,

tests-e2e-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "tsc"
99
},
1010
"dependencies": {
11-
"@tauri-e2e/selenium": "0.2.0",
11+
"@tauri-e2e/selenium": "0.2.1",
1212
"log4js": "^6.9.1"
1313
},
1414
"devDependencies": {

0 commit comments

Comments
 (0)