Skip to content

Commit d488ed4

Browse files
author
Jakub Freisler
committed
chore(release): publish [ci skip]
- @frsource/tiny-carousel-core@0.1.4 - @frsource/tiny-carousel-docs@0.1.4 - @frsource/tiny-carousel-plugin-custom-events@0.1.4 - @frsource/tiny-carousel-plugin-scroll-snap-fallback@0.1.4 - @frsource/tiny-carousel-utils@0.1.4
1 parent 4d45226 commit d488ed4

File tree

10 files changed

+54
-14
lines changed

10 files changed

+54
-14
lines changed

packages/core/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.1.4 (2021-02-20)
7+
8+
**Note:** Version bump only for package @frsource/tiny-carousel-core
9+
10+
11+
12+
13+
614
## 0.1.3 (2021-02-20)
715

816

packages/core/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-core",
33
"amdName": "tinyCarouselCore",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
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",
@@ -59,6 +59,6 @@
5959
},
6060
"dependencies": {
6161
"@frsource/frs-hide-scrollbar": "^2.0.4",
62-
"@frsource/tiny-carousel-utils": "^0.1.3"
62+
"@frsource/tiny-carousel-utils": "^0.1.4"
6363
}
6464
}

packages/docs/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.1.4 (2021-02-20)
7+
8+
**Note:** Version bump only for package @frsource/tiny-carousel-docs
9+
10+
11+
12+
13+
614
## 0.1.3 (2021-02-20)
715

816

packages/docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frsource/tiny-carousel-docs",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Documentation for @frsource/tiny-carousel 📄",
55
"main": ".vuepress/dist/index.html",
66
"scripts": {
@@ -40,10 +40,10 @@
4040
"access": "public"
4141
},
4242
"dependencies": {
43-
"@frsource/tiny-carousel-core": "^0.1.3",
44-
"@frsource/tiny-carousel-plugin-custom-events": "^0.1.3",
45-
"@frsource/tiny-carousel-plugin-scroll-snap-fallback": "^0.1.3",
46-
"@frsource/tiny-carousel-utils": "^0.1.3"
43+
"@frsource/tiny-carousel-core": "^0.1.4",
44+
"@frsource/tiny-carousel-plugin-custom-events": "^0.1.4",
45+
"@frsource/tiny-carousel-plugin-scroll-snap-fallback": "^0.1.4",
46+
"@frsource/tiny-carousel-utils": "^0.1.4"
4747
},
4848
"devDependencies": {
4949
"vuepress-theme-default-prefers-color-scheme": "^2.0.0"

packages/plugin-custom-events/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.1.4 (2021-02-20)
7+
8+
**Note:** Version bump only for package @frsource/tiny-carousel-plugin-custom-events
9+
10+
11+
12+
13+
614
## 0.1.3 (2021-02-20)
715

816

packages/plugin-custom-events/package.json

Lines changed: 3 additions & 3 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.1.3",
4+
"version": "0.1.4",
55
"description": "@frsource/tiny-carousel plugin which adds eventbus, helper method for event-handling & CustomEvents firing 🔥",
66
"source": "src/index.ts",
77
"types": "dist/index.d.ts",
@@ -23,10 +23,10 @@
2323
"build": "microbundle"
2424
},
2525
"devDependencies": {
26-
"@frsource/tiny-carousel-core": "^0.1.3"
26+
"@frsource/tiny-carousel-core": "^0.1.4"
2727
},
2828
"dependencies": {
29-
"@frsource/tiny-carousel-utils": "^0.1.3"
29+
"@frsource/tiny-carousel-utils": "^0.1.4"
3030
},
3131
"keywords": [
3232
"carousel",

packages/plugin-scroll-snap-fallback/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.1.4 (2021-02-20)
7+
8+
**Note:** Version bump only for package @frsource/tiny-carousel-plugin-scroll-snap-fallback
9+
10+
11+
12+
13+
614
## 0.1.3 (2021-02-20)
715

816

packages/plugin-scroll-snap-fallback/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@frsource/tiny-carousel-plugin-scroll-snap-fallback",
33
"amdName": "tinyCarouselpluginScrollSnapFallback",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"description": "@frsource/tiny-carousel plugin adding scroll snap API fallback polyfill 🧩",
66
"source": "src/index.ts",
77
"types": "dist/index.d.ts",
@@ -56,7 +56,7 @@
5656
"access": "public"
5757
},
5858
"devDependencies": {
59-
"@frsource/tiny-carousel-core": "^0.1.3",
60-
"@frsource/tiny-carousel-utils": "^0.1.3"
59+
"@frsource/tiny-carousel-core": "^0.1.4",
60+
"@frsource/tiny-carousel-utils": "^0.1.4"
6161
}
6262
}

packages/utils/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.1.4 (2021-02-20)
7+
8+
**Note:** Version bump only for package @frsource/tiny-carousel-utils
9+
10+
11+
12+
13+
614
## 0.1.3 (2021-02-20)
715

816

packages/utils/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-utils",
33
"amdName": "tinyCarouselUtils",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"description": "Utils used by @frsource/tiny-carousel.",
66
"source": "src/index.ts",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)