Skip to content

Commit 10325cb

Browse files
semantic-release-botFrank Pagan
authored andcommitted
feat: replaced get-value and set-value with a super charged version of CoCreate-events
1 parent c6f025f commit 10325cb

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.119](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.1.118...v1.1.119) (2023-02-01)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([c6f025f](https://github.com/CoCreate-app/CoCreate-parallax/commit/c6f025f88eb738308e6d16b5798f797d7fb9031a))
7+
18
## [1.1.118](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.1.117...v1.1.118) (2023-01-31)
29

310

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h2 class="padding:5px_0px">Demo</h2>
105105
</div>
106106

107107
<div id="demo-preview" class="position:relative overflow:auto background-color:white">
108-
<div get-value="#demo" class="padding:20px"></div>
108+
<div class="demopreview" class="padding:20px"></div>
109109
</div>
110110

111111
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/parallax",
3-
"version": "1.1.118",
3+
"version": "1.1.119",
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 ❤",
@@ -55,5 +59,7 @@
5559
"webpack-cli": "^4.5.0",
5660
"webpack-log": "^3.0.1"
5761
},
58-
"dependencies": { "@cocreate/docs": "^1.5.13" }
62+
"dependencies": {
63+
"@cocreate/docs": "^1.5.13"
64+
}
5965
}

0 commit comments

Comments
 (0)