Skip to content

Commit

Permalink
chore: release master 0.2.2 (#46)
Browse files Browse the repository at this point in the history
* chore: release master

* just: selenium::build

---------

Co-authored-by: Bukowa <gitbukowa@gmail.com>
  • Loading branch information
bukowabot and bukowa authored Aug 12, 2024
1 parent d8db0ff commit 0e80610
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"selenium/javascript": "0.2.1"
"selenium/javascript": "0.2.2"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions selenium/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.2](https://github.com/bukowa/tauri-e2e/compare/@tauri-e2e/selenium-v0.2.1...@tauri-e2e/selenium-v0.2.2) (2024-08-12)


### Features

* **selenium/javascript:** Cleanup driver properly on linux with webkitgtk2 ([d8db0ff](https://github.com/bukowa/tauri-e2e/commit/d8db0ff0f5e9df7189a126926034d17a661ce4b5))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion selenium/javascript/dist/metadata/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ declare const PACKAGE_NAME = "@tauri-e2e/selenium";
/**
* Version of the package.
*/
declare const VERSION = "0.2.1";
declare const VERSION = "0.2.2";
export { VERSION, PACKAGE_NAME, };
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion selenium/javascript/dist/metadata/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion selenium/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tauri-e2e/selenium",
"license": "MIT",
"version": "0.2.1",
"version": "0.2.2",
"main": "./dist/index.js",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion selenium/javascript/src/metadata/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const PACKAGE_NAME = "@tauri-e2e/selenium"
/**
* Version of the package.
*/
const VERSION = "0.2.1" // x-release-please-version
const VERSION = "0.2.2" // x-release-please-version

export {
VERSION,
Expand Down
2 changes: 1 addition & 1 deletion tests-e2e-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc"
},
"dependencies": {
"@tauri-e2e/selenium": "0.2.1",
"@tauri-e2e/selenium": "0.2.2",
"log4js": "^6.9.1"
},
"devDependencies": {
Expand Down

0 comments on commit 0e80610

Please sign in to comment.