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

chore: Use range specifier for api.js version #1606

Merged
merged 1 commit into from
Jul 31, 2024
Merged

Conversation

FabianLars
Copy link
Member

We were about to do it in stable anyway, so might as well do it now.

@FabianLars FabianLars requested a review from a team as a code owner July 31, 2024 11:46
Copy link
Contributor

Package Changes Through 44a79f7

There are 53 changes which include authenticator-js with prerelease, autostart-js with prerelease, barcode-scanner-js with prerelease, biometric-js with prerelease, cli-js with prerelease, clipboard-manager-js with prerelease, deep-link-js with prerelease, dialog-js with prerelease, fs-js with prerelease, global-shortcut-js with prerelease, http-js with prerelease, log-js with prerelease, nfc-js with prerelease, notification-js with prerelease, os-js with prerelease, positioner-js with prerelease, process-js with prerelease, shell-js with prerelease, sql-js with prerelease, store-js with prerelease, stronghold-js with prerelease, updater-js with prerelease, upload-js with prerelease, websocket-js with prerelease, window-state-js with prerelease, fs with prerelease, authenticator with prerelease, autostart with prerelease, barcode-scanner with prerelease, biometric with prerelease, cli with prerelease, clipboard-manager with prerelease, deep-link with prerelease, dialog with prerelease, global-shortcut with prerelease, http with prerelease, localhost with prerelease, log-plugin with prerelease, nfc with prerelease, notification with prerelease, os with prerelease, persisted-scope with prerelease, positioner with prerelease, process with prerelease, shell with prerelease, single-instance with prerelease, sql with prerelease, store with prerelease, stronghold with prerelease, updater with prerelease, upload with prerelease, websocket with prerelease, window-state with prerelease

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
api-example 2.0.0-beta.15 2.0.0-beta.16
api-example-js 2.0.0-beta.11 2.0.0-beta.12
deep-link-example-js 2.0.0-beta.9 2.0.0-beta.10
authenticator 2.0.0-beta.9 2.0.0-beta.10
authenticator-js 2.0.0-beta.7 2.0.0-beta.8
autostart 2.0.0-beta.9 2.0.0-beta.10
autostart-js 2.0.0-beta.7 2.0.0-beta.8
barcode-scanner 2.0.0-beta.9 2.0.0-beta.10
barcode-scanner-js 2.0.0-beta.7 2.0.0-beta.8
biometric 2.0.0-beta.8 2.0.0-beta.9
biometric-js 2.0.0-beta.7 2.0.0-beta.8
cli 2.0.0-beta.8 2.0.0-beta.9
cli-js 2.0.0-beta.7 2.0.0-beta.8
clipboard-manager 2.1.0-beta.6 2.1.0-beta.7
clipboard-manager-js 2.1.0-beta.5 2.1.0-beta.6
deep-link 2.0.0-beta.9 2.0.0-beta.10
deep-link-js 2.0.0-beta.9 2.0.0-beta.10
fs 2.0.0-beta.11 2.0.0-beta.12
fs-js 2.0.0-beta.7 2.0.0-beta.8
dialog 2.0.0-beta.11 2.0.0-beta.12
dialog-js 2.0.0-beta.7 2.0.0-beta.8
global-shortcut 2.0.0-beta.8 2.0.0-beta.9
global-shortcut-js 2.0.0-beta.7 2.0.0-beta.8
http 2.0.0-beta.12 2.0.0-beta.13
http-js 2.0.0-beta.8 2.0.0-beta.9
localhost 2.0.0-beta.8 2.0.0-beta.9
log-plugin 2.0.0-beta.9 2.0.0-beta.10
log-js 2.0.0-beta.8 2.0.0-beta.9
nfc 2.0.0-beta.8 2.0.0-beta.9
nfc-js 2.0.0-beta.7 2.0.0-beta.8
notification 2.0.0-beta.11 2.0.0-beta.12
notification-js 2.0.0-beta.7 2.0.0-beta.8
os 2.0.0-beta.8 2.0.0-beta.9
os-js 2.0.0-beta.7 2.0.0-beta.8
persisted-scope 2.0.0-beta.11 2.0.0-beta.12
positioner 2.0.0-beta.9 2.0.0-beta.10
positioner-js 2.0.0-beta.7 2.0.0-beta.8
process 2.0.0-beta.8 2.0.0-beta.9
process-js 2.0.0-beta.7 2.0.0-beta.8
shell 2.0.0-beta.9 2.0.0-beta.10
shell-js 2.0.0-beta.8 2.0.0-beta.9
single-instance 2.0.0-beta.11 2.0.0-beta.12
sql 2.0.0-beta.10 2.0.0-beta.11
sql-js 2.0.0-beta.7 2.0.0-beta.8
store 2.0.0-beta.10 2.0.0-beta.11
store-js 2.0.0-beta.7 2.0.0-beta.8
stronghold 2.0.0-beta.8 2.0.0-beta.9
stronghold-js 2.0.0-beta.7 2.0.0-beta.8
updater 2.0.0-beta.11 2.0.0-beta.12
updater-js 2.0.0-beta.7 2.0.0-beta.8
upload 2.0.0-beta.9 2.0.0-beta.10
upload-js 2.0.0-beta.8 2.0.0-beta.9
websocket 2.0.0-beta.9 2.0.0-beta.10
websocket-js 2.0.0-beta.7 2.0.0-beta.8
window-state 2.0.0-beta.11 2.0.0-beta.12
window-state-js 2.0.0-beta.8 2.0.0-beta.9

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@FabianLars FabianLars merged commit 99d6ac0 into v2 Jul 31, 2024
7 checks passed
@FabianLars FabianLars deleted the apijs-version-range branch July 31, 2024 12:25
Sir-Thom pushed a commit to Sir-Thom/plugins-workspace that referenced this pull request Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants