Skip to content

Commit c4d0b53

Browse files
chore(release): 1.1.111 [skip ci]
## [1.1.111](v1.1.110...v1.1.111) (2023-01-06) ### Bug Fixes * bump dependencies, worklow [@V3](https://github.com/v3) ([984ac92](984ac92)) * edit in github btn styles ([fc67150](fc67150))
1 parent 984ac92 commit c4d0b53

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.1.111](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.1.110...v1.1.111) (2023-01-06)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies, worklow [@v3](https://github.com/v3) ([984ac92](https://github.com/CoCreate-app/CoCreate-parallax/commit/984ac929a86e3f3ad53e386e72f2e4120b2ca294))
7+
* edit in github btn styles ([fc67150](https://github.com/CoCreate-app/CoCreate-parallax/commit/fc671508f2c4060969c6c176f15645f2274c0013))
8+
19
## [1.1.110](https://github.com/CoCreate-app/CoCreate-parallax/compare/v1.1.109...v1.1.110) (2023-01-05)
210

311

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.110",
3+
"version": "1.1.111",
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.4" }
62+
"dependencies": {
63+
"@cocreate/docs": "^1.5.4"
64+
}
5965
}

0 commit comments

Comments
 (0)