Skip to content

Commit 6464d40

Browse files
chore(release): 1.0.8 [skip ci]
## [1.0.8](v1.0.7...v1.0.8) (2021-06-24) ### Bug Fixes * update all [@cocreate](https://github.com/cocreate) to use latest versions ([cc8d69f](cc8d69f))
1 parent cc8d69f commit 6464d40

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.8](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.0.7...v1.0.8) (2021-06-24)
2+
3+
4+
### Bug Fixes
5+
6+
* update all [@cocreate](https://github.com/cocreate) to use latest versions ([cc8d69f](https://github.com/CoCreate-app/CoCreate-parallax/commit/cc8d69f3dbde417a1da7b67536ab2e16d96aa344))
7+
18
## [1.0.7](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.0.6...v1.0.7) (2021-06-16)
29

310

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/parallax",
3-
"version": "1.0.7",
3+
"version": "1.0.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",
@@ -20,7 +20,9 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": { "access": "public" },
23+
"publishConfig": {
24+
"access": "public"
25+
},
2426
"scripts": {
2527
"start": "npx webpack --config webpack.config.js",
2628
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -34,7 +36,9 @@
3436
},
3537
"author": "CoCreate LLC",
3638
"license": "MIT",
37-
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-parallax/issues" },
39+
"bugs": {
40+
"url": "https://github.com/CoCreate-app/CoCreate-parallax/issues"
41+
},
3842
"homepage": "https://cocreate.app/docs/parallax",
3943
"funding": {
4044
"type": "GitHub Sponsors ❤",

0 commit comments

Comments
 (0)