Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-11-18)

### Bug Fixes

* *.umd.cjs path ([47e6793](47e6793))
* adapt flavors to new core ([18fc5d0](18fc5d0))
* add periods, remove rank ([7342b12](7342b12))
* add quasar to readme ([500859e](500859e))
* **ant:** migrate to typescript and vite ([54b2443](54b2443))
* **core:** generation of index.d.ts ([8b59bde](8b59bde))
* **core:** set default value ([90e8136](90e8136))
* **core:** set hour range to 0-23 ([b4f3a6d](b4f3a6d)), closes [#5](#5)
* **docs:** add base ([b7f673d](b7f673d))
* **docs:** add demo ([e8711c4](e8711c4))
* **element-plus:** migrate to typescript and vite ([7c44b00](7c44b00)), closes [#40](#40)
* eslint errors ([8ffe203](8ffe203))
* export type CronCoreProps and CronLightProps ([bf5d825](bf5d825))
* fill result of splitArray ([7b09c1e](7b09c1e))
* force release ([f2700ae](f2700ae))
* improve language resolution ([67c8f20](67c8f20))
* keep no specific value ([2bb9c12](2bb9c12))
* **light:**  use vite and typescript ([4f9e524](4f9e524))
* **light:** highlight on hover ([78657e2](78657e2))
* **light:** set text color ([8627362](8627362))
* move vue to devDependencies, ... ([c8ce618](c8ce618))
* overflow of v-list-item ([866174b](866174b))
* **quasar:** migrate to typescript ([b20f5fb](b20f5fb)), closes [#40](#40)
* README ([e4bc6fd](e4bc6fd))
* remove @quasar/vite-plugin ([03c803a](03c803a)), closes [#29](#29)
* remove cyclic type ([a632e25](a632e25))
* remove reexport of core.util ([5e86236](5e86236))
* run yarn lint-fix ([5def48b](5def48b))
* **selectedStr:** sort selected values ([1a2be37](1a2be37)), closes [#6](#6)
* set period value to period.id ([185e1ec](185e1ec))
* Update README ([0228557](0228557)), closes [#26](#26)
* use .mjs for rollup config ([1cb1349](1cb1349))
* use language code 'zh' ([a63a5a8](a63a5a8))
* **vuetify:**  pass props ([5419124](5419124))
* **vuetify:** migrate to typescript and vite ([f898127](f898127)), closes [#40](#40)
* **vuetify:** output css file ([546264e](546264e))
* **vuetify:** select click event ([066edb2](066edb2))

### Features

* add "disabled" option ([ef951fe](ef951fe)), closes [#38](#38)
* add ant ([b53958c](b53958c))
* add china locale ([8248739](8248739))
* add customLocale ([ea80fb9](ea80fb9))
* add danish locale ([5631d9a](5631d9a))
* add element plus ([b4c62b1](b4c62b1))
* add format prop [#25](#25) ([1b42d11](1b42d11))
* add german translation ([e3b7df0](e3b7df0))
* add initialPeriod ([dcb7396](dcb7396))
* add isEmpty to useSelect ([3ea62ba](3ea62ba))
* add light package ([48a67dd](48a67dd))
* add Naive UI support [#26](#26) ([3eff0b9](3eff0b9))
* add named exports ([75f7f18](75f7f18))
* add no specific value [#25](#25) ([3beb67f](3beb67f))
* add period prefix and suffix ([d97c081](d97c081))
* add portuguese translation ([64fbe1e](64fbe1e))
* add quasar (vite) ([2b3de8a](2b3de8a))
* add spanish locale ([#13](#13)) ([b18d352](b18d352))
* core in typescript ([dd33ece](dd33ece))
* **core:** add setupCron and setupSelect ([a4cb6d8](a4cb6d8))
* **core:** export locale, add mergeLocale prop ([bd35287](bd35287))
* **core:** upgrade to vue3 ([96fe7e6](96fe7e6))
* **docs:** upgrade to vuepress@next ([ca8e9be](ca8e9be))
* **light:** add clearable ([b9ca4e2](b9ca4e2))
* **light:** upgrade to vue3 ([2d33143](2d33143)), closes [#4](#4)
* translate into typescript ([2f8a214](2f8a214))
* use vuepress instead of docute ([aa66330](aa66330))
* **vuetify:** add chipProps ([d67086a](d67086a))
* **vuetify:** upgrade to vue3 and add CustomSelect ([486d419](486d419)), closes [#4](#4)

### BREAKING CHANGES

* **light:** force major release
* remove export of util
* restructured exports
* **vuetify:** no vue2 support
* **light:** no vue2 support
* **core:** no vue2 support
* CronState changed
  • Loading branch information
semantic-release-bot committed Nov 18, 2023
1 parent a8ce056 commit 9141570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naive-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"clean": "git clean -xf dist"
},
"dependencies": {
"@vue-js-cron/core": "4.3.0"
"@vue-js-cron/core": "4.3.1"
},
"files": [
"package.json",
Expand Down

0 comments on commit 9141570

Please sign in to comment.