Skip to content

Commit ebdc206

Browse files
chore(release): 1.3.8 [skip ci]
## [1.3.8](v1.3.7...v1.3.8) (2023-05-19) ### Bug Fixes * apikey renamed to key ([8b6b790](8b6b790)) * update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. ([22eaf47](22eaf47))
1 parent 22eaf47 commit ebdc206

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.3.8](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.3.7...v1.3.8) (2023-05-19)
2+
3+
4+
### Bug Fixes
5+
6+
* apikey renamed to key ([8b6b790](https://github.com/CoCreate-app/CoCreate-parallax/commit/8b6b790ca56f359413ff82678ea03a2bb611b9ae))
7+
* update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. ([22eaf47](https://github.com/CoCreate-app/CoCreate-parallax/commit/22eaf470285f8b4d92661bf6c1dc11f300af92d7))
8+
19
## [1.3.7](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.3.6...v1.3.7) (2023-05-06)
210

311

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/parallax",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"description": "A stunning css effect in which the background moves at a slower pace than the foreground. Resulting in 3D effect when users scroll up/down the webpage.",
55
"keywords": [
66
"parallax",
@@ -61,4 +61,4 @@
6161
"dependencies": {
6262
"@cocreate/docs": "^1.7.10"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)