Skip to content

Commit 7145210

Browse files
chore(master): release 6.0.0
1 parent 41a797d commit 7145210

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.2.0"
2+
".": "6.0.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
`react-js-cron` follows [Semantic Versioning 2.0.0](http://semver.org/).
44

5+
## [6.0.0](https://github.com/xrutayisire/react-js-cron/compare/v5.2.0...v6.0.0) (2026-04-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* v6.0.0 — full dependency modernization ([#84](https://github.com/xrutayisire/react-js-cron/issues/84))
11+
12+
### Features
13+
14+
* v6.0.0 — full dependency modernization ([#84](https://github.com/xrutayisire/react-js-cron/issues/84)) ([ce47fbc](https://github.com/xrutayisire/react-js-cron/commit/ce47fbc91ecb0077d6b3bb68faad229c25f088ed))
15+
16+
17+
### Bug Fixes
18+
19+
* **cron:** prevent infinite re-render loop with dropdownsConfig ([#86](https://github.com/xrutayisire/react-js-cron/issues/86)) ([df4965a](https://github.com/xrutayisire/react-js-cron/commit/df4965aa8f0d826c4b1e631dedd0425fdec90a52))
20+
* respect defaultPeriod and allowedPeriods in period detection ([#87](https://github.com/xrutayisire/react-js-cron/issues/87)) ([41a797d](https://github.com/xrutayisire/react-js-cron/commit/41a797d73675ac708c95b6c7bec2981532ce9651))
21+
522
### 5.2.0
623

724
- **(New feature)** Export converter `parseCronString` function to allow third party use (@idpaterson)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-js-cron",
3-
"version": "5.2.0",
3+
"version": "6.0.0",
44
"description": "A React cron editor with antd inspired by jqCron",
55
"author": "Xavier Rutayisire <xavier.rutayisire@gmail.com> (https://github.com/xrutayisire/)",
66
"license": "MIT",

0 commit comments

Comments
 (0)