Skip to content

Commit

Permalink
chore(release): publish [ci skip]
Browse files Browse the repository at this point in the history
 - @frsource/[email protected]
 - @frsource/[email protected]
 - @frsource/[email protected]
 - @frsource/[email protected]
 - @frsource/[email protected]
  • Loading branch information
Jakub Freisler committed Feb 20, 2021
1 parent 8b41287 commit 039f9ff
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 14 deletions.
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.2 (2021-02-20)


### Bug Fixes

* **core:** package.json field for styles entry ([8b41287](https://github.com/FRSource/tiny-carousel/commit/8b412873818cc94e6810f3247046477a53d150ed))





## 0.1.1 (2021-02-20)

**Note:** Version bump only for package @frsource/tiny-carousel-core
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frsource/tiny-carousel-core",
"amdName": "tinyCarouselCore",
"version": "0.1.1",
"version": "0.1.2",
"description": "Core module for @frsource/tiny-carousel, based on CSS scroll snap feature 🚀",
"source": "src/index.ts",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -59,6 +59,6 @@
},
"dependencies": {
"@frsource/frs-hide-scrollbar": "^2.0.4",
"@frsource/tiny-carousel-utils": "^0.1.1"
"@frsource/tiny-carousel-utils": "^0.1.2"
}
}
11 changes: 11 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.2 (2021-02-20)


### Bug Fixes

* **core:** package.json field for styles entry ([8b41287](https://github.com/FRSource/tiny-carousel/commit/8b412873818cc94e6810f3247046477a53d150ed))





## 0.1.1 (2021-02-20)

**Note:** Version bump only for package @frsource/tiny-carousel-docs
Expand Down
10 changes: 5 additions & 5 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frsource/tiny-carousel-docs",
"version": "0.1.1",
"version": "0.1.2",
"description": "Documentation for @frsource/tiny-carousel 📄",
"main": ".vuepress/dist/index.html",
"scripts": {
Expand Down Expand Up @@ -40,10 +40,10 @@
"access": "public"
},
"dependencies": {
"@frsource/tiny-carousel-core": "^0.1.1",
"@frsource/tiny-carousel-plugin-custom-events": "^0.1.1",
"@frsource/tiny-carousel-plugin-scroll-snap-fallback": "^0.1.1",
"@frsource/tiny-carousel-utils": "^0.1.1"
"@frsource/tiny-carousel-core": "^0.1.2",
"@frsource/tiny-carousel-plugin-custom-events": "^0.1.2",
"@frsource/tiny-carousel-plugin-scroll-snap-fallback": "^0.1.2",
"@frsource/tiny-carousel-utils": "^0.1.2"
},
"devDependencies": {
"vuepress-theme-default-prefers-color-scheme": "^2.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-custom-events/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.2 (2021-02-20)


### Bug Fixes

* **core:** package.json field for styles entry ([8b41287](https://github.com/FRSource/tiny-carousel/commit/8b412873818cc94e6810f3247046477a53d150ed))





## 0.1.1 (2021-02-20)

**Note:** Version bump only for package @frsource/tiny-carousel-plugin-custom-events
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-custom-events/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frsource/tiny-carousel-plugin-custom-events",
"amdName": "tinyCarouselPluginCustomEvents",
"version": "0.1.1",
"version": "0.1.2",
"description": "@frsource/tiny-carousel plugin which adds eventbus, helper method for event-handling & CustomEvents firing 🔥",
"source": "src/index.ts",
"types": "dist/index.d.ts",
Expand All @@ -23,10 +23,10 @@
"build": "microbundle"
},
"devDependencies": {
"@frsource/tiny-carousel-core": "^0.1.1"
"@frsource/tiny-carousel-core": "^0.1.2"
},
"dependencies": {
"@frsource/tiny-carousel-utils": "^0.1.1"
"@frsource/tiny-carousel-utils": "^0.1.2"
},
"keywords": [
"carousel",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-scroll-snap-fallback/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.2 (2021-02-20)


### Bug Fixes

* **core:** package.json field for styles entry ([8b41287](https://github.com/FRSource/tiny-carousel/commit/8b412873818cc94e6810f3247046477a53d150ed))





## 0.1.1 (2021-02-20)

**Note:** Version bump only for package @frsource/tiny-carousel-plugin-scroll-snap-fallback
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-scroll-snap-fallback/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frsource/tiny-carousel-plugin-scroll-snap-fallback",
"amdName": "tinyCarouselpluginScrollSnapFallback",
"version": "0.1.1",
"version": "0.1.2",
"description": "@frsource/tiny-carousel plugin adding scroll snap API fallback polyfill 🧩",
"source": "src/index.ts",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -56,7 +56,7 @@
"access": "public"
},
"devDependencies": {
"@frsource/tiny-carousel-core": "^0.1.1",
"@frsource/tiny-carousel-utils": "^0.1.1"
"@frsource/tiny-carousel-core": "^0.1.2",
"@frsource/tiny-carousel-utils": "^0.1.2"
}
}
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.2 (2021-02-20)


### Bug Fixes

* **core:** package.json field for styles entry ([8b41287](https://github.com/FRSource/tiny-carousel/commit/8b412873818cc94e6810f3247046477a53d150ed))





## 0.1.1 (2021-02-20)

**Note:** Version bump only for package @frsource/tiny-carousel-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frsource/tiny-carousel-utils",
"amdName": "tinyCarouselUtils",
"version": "0.1.1",
"version": "0.1.2",
"description": "Utils used by @frsource/tiny-carousel.",
"source": "src/index.ts",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 039f9ff

Please sign in to comment.