Skip to content

Commit c3e8d21

Browse files
authored
chore: release master (#296)
1 parent 6bb6236 commit c3e8d21

File tree

18 files changed

+147
-52
lines changed

18 files changed

+147
-52
lines changed

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"packages/core": "0.10.0",
3-
"packages/docs": "0.7.0",
4-
"packages/plugin-autoplay": "0.4.3",
5-
"packages/plugin-custom-events": "0.4.3",
6-
"packages/plugin-mouse-drag": "0.4.1",
7-
"packages/plugin-scroll-snap-fallback": "0.3.0",
8-
"packages/react": "0.3.9",
2+
"packages/core": "0.10.1",
3+
"packages/docs": "0.7.1",
4+
"packages/plugin-autoplay": "0.4.4",
5+
"packages/plugin-custom-events": "0.4.4",
6+
"packages/plugin-mouse-drag": "0.4.2",
7+
"packages/plugin-scroll-snap-fallback": "0.3.1",
8+
"packages/react": "0.3.10",
99
"packages/utils": "0.5.0",
10-
"packages/vue": "0.7.1"
10+
"packages/vue": "0.7.2"
1111
}

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
5454

5555

5656

57+
## [0.10.1](https://github.com/FRSOURCE/tiny-carousel/compare/@frsource/[email protected]...@frsource/tiny-carousel-core-v0.10.1) (2022-06-13)
58+
59+
60+
### Bug Fixes
61+
62+
* tests typings ([73c1b5f](https://github.com/FRSOURCE/tiny-carousel/commit/73c1b5f37813fc189f0d984f3409362852f9cfac))
63+
5764
## 0.6.3 (2021-03-31)
5865

5966
**Note:** Version bump only for package @frsource/tiny-carousel-core

packages/core/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-core",
33
"amdName": "tinyCarouselCore",
4-
"version": "0.10.0",
4+
"version": "0.10.1",
55
"description": "Core module for @frsource/tiny-carousel, based on CSS scroll snap feature 🚀",
66
"source": "src/index.ts",
77
"types": "dist/index.d.ts",

packages/docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1414

1515

1616

17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @frsource/tiny-carousel-core bumped from ^0.10.0 to ^0.10.1
22+
* @frsource/tiny-carousel-plugin-custom-events bumped from ^0.4.3 to ^0.4.4
23+
* @frsource/tiny-carousel-plugin-scroll-snap-fallback bumped from ^0.3.0 to ^0.3.1
24+
1725
## [0.6.2](https://github.com/FRSource/tiny-carousel/compare/@frsource/[email protected]...@frsource/[email protected]) (2021-05-23)
1826

1927
**Note:** Version bump only for package @frsource/tiny-carousel-docs

packages/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frsource/tiny-carousel-docs",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Documentation for @frsource/tiny-carousel 📄",
55
"main": ".vuepress/dist/index.html",
66
"scripts": {
@@ -40,9 +40,9 @@
4040
"access": "public"
4141
},
4242
"dependencies": {
43-
"@frsource/tiny-carousel-core": "^0.10.0",
44-
"@frsource/tiny-carousel-plugin-custom-events": "^0.4.3",
45-
"@frsource/tiny-carousel-plugin-scroll-snap-fallback": "^0.3.0",
43+
"@frsource/tiny-carousel-core": "^0.10.1",
44+
"@frsource/tiny-carousel-plugin-custom-events": "^0.4.4",
45+
"@frsource/tiny-carousel-plugin-scroll-snap-fallback": "^0.3.1",
4646
"@frsource/tiny-carousel-utils": "^0.5.0"
4747
},
4848
"devDependencies": {

packages/plugin-autoplay/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.4](https://github.com/FRSOURCE/tiny-carousel/compare/@frsource/[email protected]...@frsource/tiny-carousel-plugin-autoplay-v0.4.4) (2022-06-13)
7+
8+
9+
### Bug Fixes
10+
11+
* docs examples by raising cross-peer-deps ([7d5dcb7](https://github.com/FRSOURCE/tiny-carousel/commit/7d5dcb734bfbfdbf7c7a8ea7a4718aae297e8660))
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* devDependencies
18+
* @frsource/tiny-carousel-core bumped from ^0.10.0 to ^0.10.1
19+
620
## [0.4.3](https://github.com/FRSource/tiny-carousel/compare/@frsource/[email protected]...@frsource/[email protected]) (2021-09-05)
721

822
**Note:** Version bump only for package @frsource/tiny-carousel-plugin-autoplay

packages/plugin-autoplay/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-plugin-autoplay",
33
"amdName": "tinyCarouselPluginAutoplay",
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"description": "Autoplay for your @frsource/tiny-carousel ⏯",
66
"source": "src/index.ts",
77
"types": "dist/index.d.ts",
@@ -64,6 +64,6 @@
6464
"@frsource/tiny-carousel-utils": "^0.5.0"
6565
},
6666
"devDependencies": {
67-
"@frsource/tiny-carousel-core": "^0.10.0"
67+
"@frsource/tiny-carousel-core": "^0.10.1"
6868
}
6969
}

packages/plugin-custom-events/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.4](https://github.com/FRSOURCE/tiny-carousel/compare/@frsource/[email protected]...@frsource/tiny-carousel-plugin-custom-events-v0.4.4) (2022-06-13)
7+
8+
9+
### Bug Fixes
10+
11+
* docs examples by raising cross-peer-deps ([7d5dcb7](https://github.com/FRSOURCE/tiny-carousel/commit/7d5dcb734bfbfdbf7c7a8ea7a4718aae297e8660))
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* devDependencies
18+
* @frsource/tiny-carousel-core bumped from ^0.10.0 to ^0.10.1
19+
620
## [0.4.3](https://github.com/FRSource/tiny-carousel/compare/@frsource/[email protected]...@frsource/[email protected]) (2021-09-05)
721

822
**Note:** Version bump only for package @frsource/tiny-carousel-plugin-custom-events

packages/plugin-custom-events/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-plugin-custom-events",
33
"amdName": "tinyCarouselPluginCustomEvents",
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"description": "@frsource/tiny-carousel plugin which adds eventbus, helper methods for event-handling & fires CustomEvents 🔥",
66
"source": "src/index.ts",
77
"types": "dist/index.d.ts",
@@ -62,6 +62,6 @@
6262
"@frsource/tiny-carousel-utils": "^0.5.0"
6363
},
6464
"devDependencies": {
65-
"@frsource/tiny-carousel-core": "^0.10.0"
65+
"@frsource/tiny-carousel-core": "^0.10.1"
6666
}
6767
}

packages/plugin-mouse-drag/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.2](https://github.com/FRSOURCE/tiny-carousel/compare/@frsource/[email protected]...@frsource/tiny-carousel-plugin-mouse-drag-v0.4.2) (2022-06-13)
7+
8+
9+
### Bug Fixes
10+
11+
* docs examples by raising cross-peer-deps ([7d5dcb7](https://github.com/FRSOURCE/tiny-carousel/commit/7d5dcb734bfbfdbf7c7a8ea7a4718aae297e8660))
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* devDependencies
18+
* @frsource/tiny-carousel-core bumped from ^0.10.0 to ^0.10.1
19+
620
## 0.4.1 (2021-09-13)
721

822
**Note:** Version bump only for package @frsource/tiny-carousel-plugin-mouse-drag

0 commit comments

Comments
 (0)