Skip to content

Commit cbdd42d

Browse files
authored
Release 3.0.0-beta.11 (#793)
2 parents adadb2b + 32a97ab commit cbdd42d

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.0-beta.11] - 2023-01-16
11+
12+
- Removed optional dependencies as they seem to be getting installed downstream
13+
1014
## [3.0.0-beta.10] - 2023-01-16
1115

1216
- Improved and cleaned up lint-staged config

package-lock.json

+2-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@
4040
"license": "MIT",
4141
"main": "./dist-cjs/index.js",
4242
"name": "@snowcoders/renovate-config",
43-
"optionalDependencies": {
44-
"@types/eslint": "*",
45-
"prettier": ">=2.1.0",
46-
"sortier": ">=2.0.0 || >=2.0.0-beta.0",
47-
"ts-jest": "*"
48-
},
4943
"repository": "github:snowcoders/renovate-config",
5044
"scripts": {
5145
"build": "concurrently \"npm:build:*\"",
@@ -61,5 +55,5 @@
6155
},
6256
"sideEffects": false,
6357
"type": "module",
64-
"version": "3.0.0-beta.10"
58+
"version": "3.0.0-beta.11"
6559
}

0 commit comments

Comments
 (0)