Skip to content

Commit d43220b

Browse files
chore(release): 1.1.94 [skip ci]
## [1.1.94](v1.1.93...v1.1.94) (2022-12-11) ### Bug Fixes * bump dependencies ([af61d11](af61d11))
1 parent af61d11 commit d43220b

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
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.94](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.1.93...v1.1.94) (2022-12-11)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([af61d11](https://github.com/CoCreate-app/CoCreate-parallax/commit/af61d1155717180efa16fff49b037b0799b924ee))
7+
18
## [1.1.93](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.1.92...v1.1.93) (2022-12-09)
29

310

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.93",
3+
"version": "1.1.94",
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 ❤",
@@ -56,5 +60,7 @@
5660
"webpack-cli": "^4.5.0",
5761
"webpack-log": "^3.0.1"
5862
},
59-
"dependencies": { "@cocreate/docs": "^1.4.17" }
63+
"dependencies": {
64+
"@cocreate/docs": "^1.4.17"
65+
}
6066
}

0 commit comments

Comments
 (0)