Skip to content

Commit 2af418e

Browse files
committed
chore: added changesets
1 parent 4db05b7 commit 2af418e

File tree

5 files changed

+421
-21
lines changed

5 files changed

+421
-21
lines changed

.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "public",
8+
"baseBranch": "master",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

CHANGELOG.md

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,58 @@
11
# Changelog
2-
All notable changes to this project will be documented in this file.
3-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release).
42

3+
## 3.4.3
54

6-
## [3.4.2](https://github.com/LottieFiles/lottie-react/compare/v3.4.1...v3.4.2) (2022-02-22)
5+
### Patch Changes
6+
7+
- bumping package version to correct number
8+
9+
## 3.3.1
710

11+
### Patch Changes
12+
13+
- added changesets All notable changes to this project will be documented in this file. The format is based on
14+
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to
15+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with
16+
[semantic-release](https://github.com/semantic-release/semantic-release).
17+
18+
## [3.4.2](https://github.com/LottieFiles/lottie-react/compare/v3.4.1...v3.4.2) (2022-02-22)
819

920
### Bug Fixes
1021

11-
* fixed speed affecting all lotties on a page ([92cec07](https://github.com/LottieFiles/lottie-react/commit/92cec07ce0fb3239883179c8a4fd344806cc29ba))
22+
- fixed speed affecting all lotties on a page
23+
([92cec07](https://github.com/LottieFiles/lottie-react/commit/92cec07ce0fb3239883179c8a4fd344806cc29ba))
1224

1325
## [3.4.1](https://github.com/LottieFiles/lottie-react/compare/v3.4.0...v3.4.1) (2021-08-27)
1426

15-
1627
### Bug Fixes
1728

18-
* **player:** added null check on window ([b1498ae](https://github.com/LottieFiles/lottie-react/commit/b1498ae73aa56d5ff392120e9935b09cdad3df56))
29+
- **player:** added null check on window
30+
([b1498ae](https://github.com/LottieFiles/lottie-react/commit/b1498ae73aa56d5ff392120e9935b09cdad3df56))
1931

2032
# [3.4.0](https://github.com/LottieFiles/lottie-react/compare/v3.3.1...v3.4.0) (2021-08-27)
2133

22-
2334
### Features
2435

25-
* **window:** added lottie to the window object ([f587f7f](https://github.com/LottieFiles/lottie-react/commit/f587f7f2ad16aa8b58119aaac94e7c777354edf9))
36+
- **window:** added lottie to the window object
37+
([f587f7f](https://github.com/LottieFiles/lottie-react/commit/f587f7f2ad16aa8b58119aaac94e7c777354edf9))
2638

2739
## [3.3.1](https://github.com/LottieFiles/lottie-react/compare/v3.3.0...v3.3.1) (2021-05-24)
2840

29-
3041
### Bug Fixes
3142

32-
* **onhover bugfix:** onhover bug fixz ([2bfa12b](https://github.com/LottieFiles/lottie-react/commit/2bfa12b38482c9dd992bfcf738c2a7a684fd1aca))
43+
- **onhover bugfix:** onhover bug fixz
44+
([2bfa12b](https://github.com/LottieFiles/lottie-react/commit/2bfa12b38482c9dd992bfcf738c2a7a684fd1aca))
3345

3446
# [3.3.0](https://github.com/LottieFiles/lottie-react/compare/v3.2.0...v3.3.0) (2021-05-18)
3547

36-
3748
### Features
3849

39-
* **player core:** added onhover function ([a2dc06c](https://github.com/LottieFiles/lottie-react/commit/a2dc06c1d60535fcd834da45c0611dbdece147ed))
50+
- **player core:** added onhover function
51+
([a2dc06c](https://github.com/LottieFiles/lottie-react/commit/a2dc06c1d60535fcd834da45c0611dbdece147ed))
4052

4153
# [3.2.0](https://github.com/LottieFiles/lottie-react/compare/v3.1.4...v3.2.0) (2021-05-10)
4254

43-
4455
### Features
4556

46-
* **packages update:** testing build pipeline. CI/CD ([5cb47ff](https://github.com/LottieFiles/lottie-react/commit/5cb47ff9f6f02873afcbeaf004dbf23ef556ad2c))
57+
- **packages update:** testing build pipeline. CI/CD
58+
([5cb47ff](https://github.com/LottieFiles/lottie-react/commit/5cb47ff9f6f02873afcbeaf004dbf23ef556ad2c))

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"devDependencies": {
1212
"@babel/core": "^7.9.6",
1313
"@babel/preset-env": "^7.16.11",
14+
"@changesets/cli": "^2.21.1",
1415
"@commitlint/cli": "^12.1.1",
1516
"@commitlint/config-conventional": "^12.1.1",
1617
"@cypress/code-coverage": "^3.9.12",

0 commit comments

Comments
 (0)