Skip to content

Commit 7adf608

Browse files
committed
2 parents e573fa2 + 3f519cf commit 7adf608

File tree

4 files changed

+18
-3307
lines changed

4 files changed

+18
-3307
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
node_modules
33
dist
44
.npmrc
5+
yarn.lock
56

67
logs
78
*.log

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [1.0.16](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.0.15...v1.0.16) (2021-07-14)
2+
3+
4+
### Bug Fixes
5+
6+
* upgrade all packages ([5aee774](https://github.com/CoCreate-app/CoCreate-parallax/commit/5aee77442a1c2fc67a5528395dc15c59431f33cd))
7+
8+
## [1.0.15](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.0.14...v1.0.15) (2021-07-13)
9+
10+
11+
### Bug Fixes
12+
13+
* add yarn lockfile to git ignore ([b96dcca](https://github.com/CoCreate-app/CoCreate-parallax/commit/b96dcca9c2f72c5d685ea5377dbce2fbaf6014f8))
14+
* remove yarn.lock ([29773ff](https://github.com/CoCreate-app/CoCreate-parallax/commit/29773ffca2fa6021fe11e8804b0a6fd20a180543))
15+
116
## [1.0.14](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.0.13...v1.0.14) (2021-07-10)
217

318

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.0.14",
3+
"version": "1.0.16",
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,6 +61,6 @@
6161
"webpack-log": "^3.0.1"
6262
},
6363
"dependencies": {
64-
"@cocreate/docs": "^1.1.29"
64+
"@cocreate/docs": "^1.1.32"
6565
}
6666
}

0 commit comments

Comments
 (0)