Skip to content

Commit 693c254

Browse files
chore: release master (#297)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8a3f553 commit 693c254

File tree

18 files changed

+98
-23
lines changed

18 files changed

+98
-23
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"packages/plugin-mouse-drag": "0.4.2",
77
"packages/plugin-scroll-snap-fallback": "0.3.1",
88
"packages/react": "0.3.10",
9-
"packages/utils": "0.5.0",
9+
"packages/utils": "0.6.0",
1010
"packages/vue": "0.7.2"
1111
}

packages/core/CHANGELOG.md

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

5555

5656

57+
* The following workspace dependencies were updated
58+
* dependencies
59+
* @frsource/tiny-carousel-utils bumped from ^0.5.0 to ^0.6.0
60+
5761
## [0.10.1](https://github.com/FRSOURCE/tiny-carousel/compare/@frsource/tiny-carousel-core@0.10.0...@frsource/tiny-carousel-core-v0.10.1) (2022-06-13)
5862

5963

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"access": "public"
5959
},
6060
"dependencies": {
61-
"@frsource/tiny-carousel-utils": "^0.5.0"
61+
"@frsource/tiny-carousel-utils": "^0.6.0"
6262
},
6363
"peerDependencies": {
6464
"@frsource/frs-hide-scrollbar": "^2.0.5"

packages/docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2222
* @frsource/tiny-carousel-plugin-custom-events bumped from ^0.4.3 to ^0.4.4
2323
* @frsource/tiny-carousel-plugin-scroll-snap-fallback bumped from ^0.3.0 to ^0.3.1
2424

25+
* The following workspace dependencies were updated
26+
* dependencies
27+
* @frsource/tiny-carousel-core bumped from ^0.10.1 to ^0.10.2
28+
* @frsource/tiny-carousel-plugin-custom-events bumped from ^0.4.4 to ^0.4.5
29+
* @frsource/tiny-carousel-plugin-scroll-snap-fallback bumped from ^0.3.1 to ^0.3.2
30+
* @frsource/tiny-carousel-utils bumped from ^0.5.0 to ^0.6.0
31+
2532
## [0.6.2](https://github.com/FRSource/tiny-carousel/compare/@frsource/tiny-carousel-docs@0.6.1...@frsource/tiny-carousel-docs@0.6.2) (2021-05-23)
2633

2734
**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
@@ -40,10 +40,10 @@
4040
"access": "public"
4141
},
4242
"dependencies": {
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",
46-
"@frsource/tiny-carousel-utils": "^0.5.0"
43+
"@frsource/tiny-carousel-core": "^0.10.2",
44+
"@frsource/tiny-carousel-plugin-custom-events": "^0.4.5",
45+
"@frsource/tiny-carousel-plugin-scroll-snap-fallback": "^0.3.2",
46+
"@frsource/tiny-carousel-utils": "^0.6.0"
4747
},
4848
"devDependencies": {
4949
"@vuepress/client": "2.0.0-beta.48",

packages/plugin-autoplay/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
* The following workspace dependencies were updated
7+
* dependencies
8+
* @frsource/tiny-carousel-utils bumped from ^0.5.0 to ^0.6.0
9+
* devDependencies
10+
* @frsource/tiny-carousel-core bumped from ^0.10.1 to ^0.10.2
11+
612
## [0.4.4](https://github.com/FRSOURCE/tiny-carousel/compare/@frsource/tiny-carousel-plugin-autoplay@0.4.3...@frsource/tiny-carousel-plugin-autoplay-v0.4.4) (2022-06-13)
713

814

packages/plugin-autoplay/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
"@frsource/tiny-carousel-core": "^0.10.0"
6262
},
6363
"dependencies": {
64-
"@frsource/tiny-carousel-utils": "^0.5.0"
64+
"@frsource/tiny-carousel-utils": "^0.6.0"
6565
},
6666
"devDependencies": {
67-
"@frsource/tiny-carousel-core": "^0.10.1"
67+
"@frsource/tiny-carousel-core": "^0.10.2"
6868
}
6969
}

packages/plugin-custom-events/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
* The following workspace dependencies were updated
7+
* dependencies
8+
* @frsource/tiny-carousel-utils bumped from ^0.5.0 to ^0.6.0
9+
* devDependencies
10+
* @frsource/tiny-carousel-core bumped from ^0.10.1 to ^0.10.2
11+
612
## [0.4.4](https://github.com/FRSOURCE/tiny-carousel/compare/@frsource/tiny-carousel-plugin-custom-events@0.4.3...@frsource/tiny-carousel-plugin-custom-events-v0.4.4) (2022-06-13)
713

814

packages/plugin-custom-events/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
"@frsource/tiny-carousel-core": "^0.10.0"
6060
},
6161
"dependencies": {
62-
"@frsource/tiny-carousel-utils": "^0.5.0"
62+
"@frsource/tiny-carousel-utils": "^0.6.0"
6363
},
6464
"devDependencies": {
65-
"@frsource/tiny-carousel-core": "^0.10.1"
65+
"@frsource/tiny-carousel-core": "^0.10.2"
6666
}
6767
}

packages/plugin-mouse-drag/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
* The following workspace dependencies were updated
7+
* dependencies
8+
* @frsource/tiny-carousel-utils bumped from ^0.5.0 to ^0.6.0
9+
* devDependencies
10+
* @frsource/tiny-carousel-core bumped from ^0.10.1 to ^0.10.2
11+
612
## [0.4.2](https://github.com/FRSOURCE/tiny-carousel/compare/@frsource/tiny-carousel-plugin-mouse-drag@0.4.1...@frsource/tiny-carousel-plugin-mouse-drag-v0.4.2) (2022-06-13)
713

814

0 commit comments

Comments
 (0)