Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5378bd9

Browse filesBrowse files
chore(release): 3.0.11 [skip ci]
## [3.0.11](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/quasar@3.0.10...@vue-js-cron/quasar@3.0.11) (2025-05-22) ### Code Refactoring * Localization ([41b5851](41b5851)) ### Features * Support Steps with Ranges [#76](#76) ([ab39c60](ab39c60)) ### BREAKING CHANGES * Removed `getLocale` and `Locale` - Rename `Locale` to `L10nEngine` - Rename `Locale.getLocaleStr` to `Locale.getTemplate` - Rename `getLocale` to `createL10n` * Rename`CronType` to `FieldPattern` - Rename `CronType.Empty` to `FieldPattern.Any`. - Rename `CronType.EveryX` to `FieldPattern.Step`. - Due to this change, the structure of existing localization objects need adjustments.
1 parent 56b4572 commit 5378bd9
Copy full SHA for 5378bd9

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎quasar/package.json‎

Copy file name to clipboardExpand all lines: quasar/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-js-cron/quasar",
3-
"version": "3.0.10",
3+
"version": "3.0.11",
44
"description": "Cron editor for Quasar",
55
"type": "module",
66
"main": "dist/quasar.umd.cjs",
@@ -18,7 +18,7 @@
1818
"clean": "git clean -xf dist"
1919
},
2020
"dependencies": {
21-
"@vue-js-cron/core": "5.4.2"
21+
"@vue-js-cron/core": "6.0.0"
2222
},
2323
"devDependencies": {
2424
"@vitejs/plugin-vue": "^4.0.0",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.