Skip to content

Commit

Permalink
Chore(release): publish
Browse files Browse the repository at this point in the history
 - tiny-swiper@2.0.1
 - tiny-swiper-website@1.0.1
  • Loading branch information
joe223 committed Jan 17, 2021
1 parent 3d77ec7 commit 99f88d4
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
13 changes: 13 additions & 0 deletions packages/tiny-swiper/CHANGELOG.md
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/joe223/tiny-swiper/compare/tiny-swiper@2.0.0...tiny-swiper@2.0.1) (2021-01-17)

**Note:** Version bump only for package tiny-swiper





# v1.3.3 - Released on 2020/12/9

- Fix: #36 SwiperPluginKeyboardControl exported incorrectly
Expand Down
2 changes: 1 addition & 1 deletion packages/tiny-swiper/package.json
@@ -1,6 +1,6 @@
{
"name": "tiny-swiper",
"version": "2.0.0",
"version": "2.0.1",
"description": "Ingenious JavaScript Carousel powered by wonderful plugins with native-like experience for the web.",
"main": "lib/index.min.js",
"module": "lib/index.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/website/CHANGELOG.md
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/joe223/tiny-swiper/compare/tiny-swiper-website@1.0.0...tiny-swiper-website@1.0.1) (2021-01-17)

**Note:** Version bump only for package tiny-swiper-website
4 changes: 2 additions & 2 deletions packages/website/package.json
@@ -1,7 +1,7 @@
{
"name": "tiny-swiper-website",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
Expand All @@ -19,7 +19,7 @@
"clsx": "^1.1.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"tiny-swiper": "^2.0.0",
"tiny-swiper": "^2.0.1",
"typescript": "^4.1.3"
},
"browserslist": {
Expand Down

0 comments on commit 99f88d4

Please sign in to comment.