Skip to content

Commit c0f3076

Browse files
chore(release): publish [ci skip]
- @frsource/[email protected] - @frsource/[email protected] - @frsource/[email protected]
1 parent 4cd6fb1 commit c0f3076

File tree

6 files changed

+29
-5
lines changed

6 files changed

+29
-5
lines changed

packages/plugin-mouse-drag/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.4.1 (2021-09-13)
7+
8+
**Note:** Version bump only for package @frsource/tiny-carousel-plugin-mouse-drag
9+
10+
11+
12+
13+
614
# [0.4.0](https://github.com/FRSource/tiny-carousel/compare/@frsource/[email protected]...@frsource/[email protected]) (2021-09-05)
715

816

packages/plugin-mouse-drag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@frsource/tiny-carousel-plugin-mouse-drag",
33
"amdName": "tinyCarouselPluginMouseDrag",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"description": "Allow desktop users to swipe through the @frsource/tiny-carousel ✋",
66
"source": "src/index.ts",
77
"types": "dist/index.d.ts",

packages/react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.4](https://github.com/FRSource/tiny-carousel/compare/@frsource/[email protected]...@frsource/[email protected]) (2021-09-13)
7+
8+
**Note:** Version bump only for package @frsource/tiny-carousel-react
9+
10+
11+
12+
13+
614
## [0.3.3](https://github.com/FRSource/tiny-carousel/compare/@frsource/[email protected]...@frsource/[email protected]) (2021-09-13)
715

816
**Note:** Version bump only for package @frsource/tiny-carousel-react

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@frsource/tiny-carousel-react",
33
"amdName": "tinyCarouselReact",
4-
"version": "0.3.3",
4+
"version": "0.3.4",
55
"description": "@frsource/tiny-carousel for your React app ⚛",
66
"source": "src/TinyCarousel.tsx",
77
"types": "dist/TinyCarousel.d.ts",
@@ -59,7 +59,7 @@
5959
"@frsource/tiny-carousel-core": "^0.10.0",
6060
"@frsource/tiny-carousel-plugin-autoplay": "^0.4.3",
6161
"@frsource/tiny-carousel-plugin-custom-events": "^0.4.3",
62-
"@frsource/tiny-carousel-plugin-mouse-drag": "^0.4.0",
62+
"@frsource/tiny-carousel-plugin-mouse-drag": "^0.4.1",
6363
"@testing-library/jest-dom": "^5.14.1",
6464
"@testing-library/react": "^12.1.0",
6565
"@testing-library/user-event": "^13.2.1",

packages/vue/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.7.1 (2021-09-13)
7+
8+
**Note:** Version bump only for package @frsource/tiny-carousel-vue
9+
10+
11+
12+
13+
614
# [0.7.0](https://github.com/FRSource/tiny-carousel/compare/@frsource/[email protected]...@frsource/[email protected]) (2021-09-05)
715

816

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@frsource/tiny-carousel-vue",
33
"amdName": "tinyCarouselVue",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"description": "Brings @frsource/tiny-carousel into the Vue 2/3 world 💚",
66
"source": "src/TinyCarousel.ts",
77
"types": "dist/TinyCarousel.d.ts",
@@ -65,7 +65,7 @@
6565
"@frsource/tiny-carousel-core": "^0.10.0",
6666
"@frsource/tiny-carousel-plugin-autoplay": "^0.4.3",
6767
"@frsource/tiny-carousel-plugin-custom-events": "^0.4.3",
68-
"@frsource/tiny-carousel-plugin-mouse-drag": "^0.4.0",
68+
"@frsource/tiny-carousel-plugin-mouse-drag": "^0.4.1",
6969
"@typescript-eslint/eslint-plugin": "^4.31.1",
7070
"@typescript-eslint/parser": "^4.31.1",
7171
"@vue/cli-plugin-babel": "~4.5.0",

0 commit comments

Comments
 (0)