Skip to content

Commit db04ff9

Browse files
committed
Bump dependencies and create a patch release
1 parent d63fb5b commit db04ff9

File tree

5 files changed

+228
-213
lines changed

5 files changed

+228
-213
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "2.2.1"
4+
"version": "2.2.2"
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"publish:release": "lerna publish --tag-version-prefix=\"\" --force-publish=* --no-push --no-git-tag-version",
3535
"start": "yarn build:quick && lerna run start --parallel"
3636
},
37-
"version": "2.2.1",
37+
"version": "2.2.2",
3838
"workspaces": [
3939
"packages/*"
4040
]

packages/next-dark-mode-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"url": "https://github.com/xeoneux/next-dark-mode/issues"
55
},
66
"dependencies": {
7-
"next": "^9.3.5",
8-
"next-dark-mode": "^2.2.1",
7+
"next": "^9.3.6",
8+
"next-dark-mode": "^2.2.2",
99
"react": "^16.13.1",
1010
"react-dom": "^16.13.1"
1111
},
1212
"description": "Next Dark Mode example for Next.js",
1313
"devDependencies": {
1414
"@types/react": "^16.9.34",
15-
"@types/react-dom": "^16.9.6",
15+
"@types/react-dom": "^16.9.7",
1616
"intern": "^4.8.4",
1717
"typescript": "^3.8.3"
1818
},
@@ -29,5 +29,5 @@
2929
"serve": "next start",
3030
"start": "next"
3131
},
32-
"version": "2.2.1"
32+
"version": "2.2.2"
3333
}

packages/next-dark-mode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343
},
4444
"source": "src/index.tsx",
4545
"types": "es6/index.d.ts",
46-
"version": "2.2.1"
46+
"version": "2.2.2"
4747
}

0 commit comments

Comments
 (0)