diff --git a/.circleci/config.yml b/.circleci/config.yml index 8dd5cf2a6e..2391e7b358 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -308,7 +308,7 @@ workflows: branches: ignore: /.*/ tags: - only: /v\d.\d.\d/ + only: /v\d.(\d\d|\d).(\d\d|\d)/ - prerelease: context: @@ -322,4 +322,4 @@ workflows: branches: ignore: /.*/ tags: - only: /v\d.\d.\d-.*/ + only: /v\d.(\d\d|\d).(\d\d|\d)-.*/ diff --git a/docs/pages/components/swiper.mdx b/docs/pages/components/swiper.mdx index 900660b163..85137c62b8 100644 --- a/docs/pages/components/swiper.mdx +++ b/docs/pages/components/swiper.mdx @@ -211,7 +211,7 @@ function() { const swiper = useSwiper({ slidesPerView: { mobile: 1, tablet: 2, desktop: 4 }, withPagination: { mobile: true, desktop: true }, - withDarkUI: true + withDarkUI: true }) return (