Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(release): 7.3.0 #1207

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ Lastly, a pull request check on [Github Actions](../../actions) is going to kick
- `npm publish`
3. _(optional)_ Publish new version of `vscode-extension-tester-locators` package
- `cd locators`
- bump `monaco-page-objects` peerDependency to recently published
- `npm version (major|minor|patch)`
- `npm publish`
4. Publish `vscode-extension-tester`
Expand Down
2 changes: 1 addition & 1 deletion locators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-extension-tester-locators",
"version": "3.11.0",
"version": "3.12.0",
"description": "Pluggable Page Objects locators for ExTester",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-extension-tester",
"version": "7.2.0",
"version": "7.3.0",
"description": "ExTester is a package that is designed to help you run UI tests for your Visual Studio Code extensions using selenium-webdriver.",
"icon": "icons/logo.png",
"main": "out/extester.js",
Expand Down Expand Up @@ -70,11 +70,11 @@
"got": "^14.2.1",
"hpagent": "^1.2.0",
"js-yaml": "^4.1.0",
"monaco-page-objects": "3.13.1",
"monaco-page-objects": "^3.14.0",
"sanitize-filename": "^1.6.3",
"selenium-webdriver": "^4.18.1",
"targz": "^1.0.1",
"vscode-extension-tester-locators": "3.11.0"
"vscode-extension-tester-locators": "^3.12.0"
},
"peerDependencies": {
"mocha": ">=5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion page-objects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-page-objects",
"version": "3.13.1",
"version": "3.14.0",
"description": "Page Objects for Monaco Editor",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down