Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Grsmto committed Dec 13, 2021
1 parent 5d5e1ed commit d932727
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# (Mon Dec 13 2021)

#### ⚠️ Pushed to `master`

- Update README.md ([email protected])
- yarn lock update ([email protected])
- chore: update yarn.lock ([email protected])
- chore: remove useless fields in package.json ([email protected])
- `@snap-carousel/[email protected]`
- fix(svelte): rework Svelte package ([email protected])
- `@snap-carousel/[email protected]`
- fix(core): fix calculation for active snap ([email protected])
- `@snap-carousel/[email protected]`, `@snap-carousel/[email protected]`
- fix(core): remove normalizing of values that blocks carousel from going to first/last slide in certain conditions ([email protected])
- `@snap-carousel/[email protected]`
- update react dep version ([email protected])
- `@snap-carousel/[email protected]`, `@snap-carousel/[email protected]`
- bump versions ([email protected])
- `@snap-carousel/[email protected]`, `@snap-carousel/[email protected]`
- fix(react): fix not building ([email protected])
- `@snap-carousel/[email protected]`
- fix(core): fix a bug where snaplist_drag class is never removed ([email protected])
- `@snap-carousel/[email protected]`, `@snap-carousel/[email protected]`, `@snap-carousel/[email protected]`
- chore: rename package to @snap-carousel ([email protected])

#### Authors: 1

- Adrien Denat ([@Grsmto](https://github.com/Grsmto))

---

# (Sat Jan 02 2021)

#### ⚠️ Pushed to `master`
Expand Down
21 changes: 21 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# v0.0.16 (Mon Dec 13 2021)

#### 🐛 Bug Fix

- Bump independent versions \[skip ci\] ([@Grsmto](https://github.com/Grsmto))
- Update CHANGELOG.md \[skip ci\] ([@Grsmto](https://github.com/Grsmto))

#### ⚠️ Pushed to `master`

- fix(core): fix calculation for active snap ([@Grsmto](https://github.com/Grsmto))
- fix(core): remove normalizing of values that blocks carousel from going to first/last slide in certain conditions ([@Grsmto](https://github.com/Grsmto))
- bump versions ([@Grsmto](https://github.com/Grsmto))
- fix(core): fix a bug where snaplist_drag class is never removed ([@Grsmto](https://github.com/Grsmto))
- chore: rename package to @snap-carousel ([@Grsmto](https://github.com/Grsmto))

#### Authors: 1

- Adrien Denat ([@Grsmto](https://github.com/Grsmto))

---

# v0.0.15 (Sat Jan 02 2021)

#### 🐛 Bug Fix
Expand Down
20 changes: 20 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v0.0.17 (Mon Dec 13 2021)

#### 🐛 Bug Fix

- Bump independent versions \[skip ci\] ([@Grsmto](https://github.com/Grsmto))
- Update CHANGELOG.md \[skip ci\] ([@Grsmto](https://github.com/Grsmto))

#### ⚠️ Pushed to `master`

- update react dep version ([@Grsmto](https://github.com/Grsmto))
- bump versions ([@Grsmto](https://github.com/Grsmto))
- fix(react): fix not building ([@Grsmto](https://github.com/Grsmto))
- chore: rename package to @snap-carousel ([@Grsmto](https://github.com/Grsmto))

#### Authors: 1

- Adrien Denat ([@Grsmto](https://github.com/Grsmto))

---

# v0.0.16 (Sat Jan 02 2021)

#### 🐛 Bug Fix
Expand Down
9 changes: 9 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# v0.0.13 (Mon Dec 13 2021)

#### ⚠️ Pushed to `master`

- fix(svelte): rework Svelte package ([email protected])

#### Authors: 1

- Adrien Denat ([email protected])

0 comments on commit d932727

Please sign in to comment.