Skip to content

Commit

Permalink
chore: release master (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
FRSgit committed Jun 13, 2022
1 parent 6bb6236 commit c3e8d21
Show file tree
Hide file tree
Showing 18 changed files with 147 additions and 52 deletions.
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/core": "0.10.0",
"packages/docs": "0.7.0",
"packages/plugin-autoplay": "0.4.3",
"packages/plugin-custom-events": "0.4.3",
"packages/plugin-mouse-drag": "0.4.1",
"packages/plugin-scroll-snap-fallback": "0.3.0",
"packages/react": "0.3.9",
"packages/core": "0.10.1",
"packages/docs": "0.7.1",
"packages/plugin-autoplay": "0.4.4",
"packages/plugin-custom-events": "0.4.4",
"packages/plugin-mouse-drag": "0.4.2",
"packages/plugin-scroll-snap-fallback": "0.3.1",
"packages/react": "0.3.10",
"packages/utils": "0.5.0",
"packages/vue": "0.7.1"
"packages/vue": "0.7.2"
}
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [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)


### Bug Fixes

* tests typings ([73c1b5f](https://github.com/FRSOURCE/tiny-carousel/commit/73c1b5f37813fc189f0d984f3409362852f9cfac))

## 0.6.3 (2021-03-31)

**Note:** Version bump only for package @frsource/tiny-carousel-core
Expand Down
2 changes: 1 addition & 1 deletion 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.10.0",
"version": "0.10.1",
"description": "Core module for @frsource/tiny-carousel, based on CSS scroll snap feature 🚀",
"source": "src/index.ts",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### Dependencies

* The following workspace dependencies were updated
* dependencies
* @frsource/tiny-carousel-core bumped from ^0.10.0 to ^0.10.1
* @frsource/tiny-carousel-plugin-custom-events bumped from ^0.4.3 to ^0.4.4
* @frsource/tiny-carousel-plugin-scroll-snap-fallback bumped from ^0.3.0 to ^0.3.1

## [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)

**Note:** Version bump only for package @frsource/tiny-carousel-docs
Expand Down
8 changes: 4 additions & 4 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.7.0",
"version": "0.7.1",
"description": "Documentation for @frsource/tiny-carousel 📄",
"main": ".vuepress/dist/index.html",
"scripts": {
Expand Down Expand Up @@ -40,9 +40,9 @@
"access": "public"
},
"dependencies": {
"@frsource/tiny-carousel-core": "^0.10.0",
"@frsource/tiny-carousel-plugin-custom-events": "^0.4.3",
"@frsource/tiny-carousel-plugin-scroll-snap-fallback": "^0.3.0",
"@frsource/tiny-carousel-core": "^0.10.1",
"@frsource/tiny-carousel-plugin-custom-events": "^0.4.4",
"@frsource/tiny-carousel-plugin-scroll-snap-fallback": "^0.3.1",
"@frsource/tiny-carousel-utils": "^0.5.0"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/plugin-autoplay/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)


### Bug Fixes

* docs examples by raising cross-peer-deps ([7d5dcb7](https://github.com/FRSOURCE/tiny-carousel/commit/7d5dcb734bfbfdbf7c7a8ea7a4718aae297e8660))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @frsource/tiny-carousel-core bumped from ^0.10.0 to ^0.10.1

## [0.4.3](https://github.com/FRSource/tiny-carousel/compare/@frsource/tiny-carousel-plugin-autoplay@0.4.2...@frsource/tiny-carousel-plugin-autoplay@0.4.3) (2021-09-05)

**Note:** Version bump only for package @frsource/tiny-carousel-plugin-autoplay
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-autoplay/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frsource/tiny-carousel-plugin-autoplay",
"amdName": "tinyCarouselPluginAutoplay",
"version": "0.4.3",
"version": "0.4.4",
"description": "Autoplay for your @frsource/tiny-carousel ⏯",
"source": "src/index.ts",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -64,6 +64,6 @@
"@frsource/tiny-carousel-utils": "^0.5.0"
},
"devDependencies": {
"@frsource/tiny-carousel-core": "^0.10.0"
"@frsource/tiny-carousel-core": "^0.10.1"
}
}
14 changes: 14 additions & 0 deletions packages/plugin-custom-events/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)


### Bug Fixes

* docs examples by raising cross-peer-deps ([7d5dcb7](https://github.com/FRSOURCE/tiny-carousel/commit/7d5dcb734bfbfdbf7c7a8ea7a4718aae297e8660))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @frsource/tiny-carousel-core bumped from ^0.10.0 to ^0.10.1

## [0.4.3](https://github.com/FRSource/tiny-carousel/compare/@frsource/tiny-carousel-plugin-custom-events@0.4.2...@frsource/tiny-carousel-plugin-custom-events@0.4.3) (2021-09-05)

**Note:** Version bump only for package @frsource/tiny-carousel-plugin-custom-events
Expand Down
4 changes: 2 additions & 2 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.4.3",
"version": "0.4.4",
"description": "@frsource/tiny-carousel plugin which adds eventbus, helper methods for event-handling & fires CustomEvents 🔥",
"source": "src/index.ts",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -62,6 +62,6 @@
"@frsource/tiny-carousel-utils": "^0.5.0"
},
"devDependencies": {
"@frsource/tiny-carousel-core": "^0.10.0"
"@frsource/tiny-carousel-core": "^0.10.1"
}
}
14 changes: 14 additions & 0 deletions packages/plugin-mouse-drag/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)


### Bug Fixes

* docs examples by raising cross-peer-deps ([7d5dcb7](https://github.com/FRSOURCE/tiny-carousel/commit/7d5dcb734bfbfdbf7c7a8ea7a4718aae297e8660))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @frsource/tiny-carousel-core bumped from ^0.10.0 to ^0.10.1

## 0.4.1 (2021-09-13)

**Note:** Version bump only for package @frsource/tiny-carousel-plugin-mouse-drag
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-mouse-drag/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frsource/tiny-carousel-plugin-mouse-drag",
"amdName": "tinyCarouselPluginMouseDrag",
"version": "0.4.1",
"version": "0.4.2",
"description": "Allow desktop users to swipe through the @frsource/tiny-carousel ✋",
"source": "src/index.ts",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -68,6 +68,6 @@
"@frsource/tiny-carousel-utils": "^0.5.0"
},
"devDependencies": {
"@frsource/tiny-carousel-core": "^0.10.0"
"@frsource/tiny-carousel-core": "^0.10.1"
}
}
14 changes: 14 additions & 0 deletions packages/plugin-scroll-snap-fallback/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [0.3.1](https://github.com/FRSOURCE/tiny-carousel/compare/@frsource/tiny-carousel-plugin-scroll-snap-fallback@0.3.0...@frsource/tiny-carousel-plugin-scroll-snap-fallback-v0.3.1) (2022-06-13)


### Bug Fixes

* docs examples by raising cross-peer-deps ([7d5dcb7](https://github.com/FRSOURCE/tiny-carousel/commit/7d5dcb734bfbfdbf7c7a8ea7a4718aae297e8660))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @frsource/tiny-carousel-core bumped from ^0.10.0 to ^0.10.1

## 0.2.1 (2021-05-23)

**Note:** Version bump only for package @frsource/tiny-carousel-plugin-scroll-snap-fallback
Expand Down
4 changes: 2 additions & 2 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.3.0",
"version": "0.3.1",
"description": "Add CSS Scroll Snap fallback polyfill to your @frsource/tiny-carousel 🧩",
"source": "src/index.ts",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -62,6 +62,6 @@
"@frsource/tiny-carousel-utils": "^0.5.0"
},
"devDependencies": {
"@frsource/tiny-carousel-core": "^0.10.0"
"@frsource/tiny-carousel-core": "^0.10.1"
}
}
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @frsource/tiny-carousel-core bumped from ^0.10.0 to ^0.10.1
* @frsource/tiny-carousel-plugin-autoplay bumped from ^0.4.3 to ^0.4.4
* @frsource/tiny-carousel-plugin-custom-events bumped from ^0.4.3 to ^0.4.4
* @frsource/tiny-carousel-plugin-mouse-drag bumped from ^0.4.1 to ^0.4.2

## [0.3.9](https://github.com/FRSource/tiny-carousel/compare/@frsource/tiny-carousel-react@0.3.8...@frsource/tiny-carousel-react@0.3.9) (2022-06-11)

**Note:** Version bump only for package @frsource/tiny-carousel-react
Expand Down
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frsource/tiny-carousel-react",
"amdName": "tinyCarouselReact",
"version": "0.3.9",
"version": "0.3.10",
"description": "@frsource/tiny-carousel for your React app ⚛",
"source": "src/TinyCarousel.tsx",
"types": "dist/TinyCarousel.d.ts",
Expand Down Expand Up @@ -58,11 +58,11 @@
"devDependencies": {
"@babel/plugin-syntax-flow": "^7.17.12",
"@babel/plugin-transform-react-jsx": "^7.17.12",
"@frsource/tiny-carousel-core": "^0.10.0",
"@frsource/tiny-carousel-core": "^0.10.1",
"@frsource/tiny-carousel-utils": "^0.5.0",
"@frsource/tiny-carousel-plugin-autoplay": "^0.4.3",
"@frsource/tiny-carousel-plugin-custom-events": "^0.4.3",
"@frsource/tiny-carousel-plugin-mouse-drag": "^0.4.1",
"@frsource/tiny-carousel-plugin-autoplay": "^0.4.4",
"@frsource/tiny-carousel-plugin-custom-events": "^0.4.4",
"@frsource/tiny-carousel-plugin-mouse-drag": "^0.4.2",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.2](https://github.com/FRSOURCE/tiny-carousel/compare/@frsource/tiny-carousel-vue@0.7.1...@frsource/tiny-carousel-vue-v0.7.2) (2022-06-13)


### Bug Fixes

* docs examples by raising cross-peer-deps ([7d5dcb7](https://github.com/FRSOURCE/tiny-carousel/commit/7d5dcb734bfbfdbf7c7a8ea7a4718aae297e8660))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @frsource/tiny-carousel-core bumped from ^0.10.0 to ^0.10.1
* @frsource/tiny-carousel-plugin-autoplay bumped from ^0.4.3 to ^0.4.4
* @frsource/tiny-carousel-plugin-custom-events bumped from ^0.4.3 to ^0.4.4
* @frsource/tiny-carousel-plugin-mouse-drag bumped from ^0.4.1 to ^0.4.2

## 0.7.1 (2021-09-13)

**Note:** Version bump only for package @frsource/tiny-carousel-vue
Expand Down
10 changes: 5 additions & 5 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frsource/tiny-carousel-vue",
"amdName": "tinyCarouselVue",
"version": "0.7.1",
"version": "0.7.2",
"description": "Brings @frsource/tiny-carousel into the Vue 2/3 world 💚",
"source": "src/TinyCarousel.ts",
"types": "dist/TinyCarousel.d.ts",
Expand Down Expand Up @@ -62,10 +62,10 @@
"access": "public"
},
"devDependencies": {
"@frsource/tiny-carousel-core": "^0.10.0",
"@frsource/tiny-carousel-plugin-autoplay": "^0.4.3",
"@frsource/tiny-carousel-plugin-custom-events": "^0.4.3",
"@frsource/tiny-carousel-plugin-mouse-drag": "^0.4.1",
"@frsource/tiny-carousel-core": "^0.10.1",
"@frsource/tiny-carousel-plugin-autoplay": "^0.4.4",
"@frsource/tiny-carousel-plugin-custom-events": "^0.4.4",
"@frsource/tiny-carousel-plugin-mouse-drag": "^0.4.2",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@vue/cli-plugin-babel": "~5.0.1",
Expand Down

0 comments on commit c3e8d21

Please sign in to comment.