Skip to content

Commit c8f2e15

Browse files
committed
docs: updates on docs
1 parent b2ae4f3 commit c8f2e15

File tree

6 files changed

+36
-2
lines changed

6 files changed

+36
-2
lines changed

.changeset/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/master/docs/common-questions.md)

.changeset/config.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{ "repo": "AlexRogalskiy/java-patterns" }
6+
],
7+
"commit": false,
8+
"linked": [],
9+
"access": "public",
10+
"baseBranch": "master",
11+
"updateInternalDependencies": "patch"
12+
}

.npmrc

+4
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ save-exact=false
1313
legacy-peer-deps=true
1414
scripts-prepend-node-path=auto
1515
cache=node_cache
16+
17+
auto-install-peers=true
18+
shamefully-hoist=true
19+
strict-peer-dependencies=false

package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
"devDependencies": {
3131
"@bitjson/npm-scripts-info": "^1.0.0",
3232
"@cadolabs/crowdin-cli": "^3.0.19",
33+
"@changesets/changelog-github": "^0.4.8",
34+
"@changesets/cli": "^2.26.0",
35+
"@changesets/write": "^0.2.3",
3336
"@commitlint/cli": "^16.2.3",
3437
"@commitlint/config-conventional": "^16.2.1",
3538
"@types/node": "^17.0.21",
@@ -40,7 +43,7 @@
4043
"changelog-machine": "^1.0.2",
4144
"chart-csv": "^1.0.3",
4245
"check-for-leaks": "^1.2.1",
43-
"chromatic": "^6.7.1",
46+
"chromatic": "^6.14.0",
4447
"colors": "^1.4.0",
4548
"conventional-changelog-cli": "^2.1.1",
4649
"cost-of-modules": "1.0.1",
@@ -69,7 +72,7 @@
6972
"markdownlint-cli": "^0.27.1",
7073
"node-fetch": "^3.2.3",
7174
"nodemon": "^2.0.15",
72-
"npm-check-updates": "^15.3.4",
75+
"npm-check-updates": "^16.6.0",
7376
"npm-package-arg": "^9.0.1",
7477
"opencollective-postinstall": "^2.0.3",
7578
"patch-package": "^6.4.7",
@@ -162,6 +165,9 @@
162165
"bump:major": "npm version major --no-git-tag-version",
163166
"bump:minor": "npm version minor --no-git-tag-version",
164167
"bump:patch": "npm version patch --no-git-tag-version",
168+
"changeset": "changeset",
169+
"changeset:version": "changeset version",
170+
"changeset:publish": "changeset publish",
165171
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
166172
"changelog:simple": "changelog-machine --config changelog.config.json",
167173
"check:all": "npm run pretty && npm run format:check",

svgo.base64.config.cjs

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ module.exports = {
3434
},
3535

3636
removeViewBox: false,
37+
removeXMLNS: true,
38+
removeUselessStrokeAndFill: false,
3739

3840
// or disable plugins
3941
removeDoctype: false,

svgo.config.cjs

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ module.exports = {
3333
},
3434

3535
removeViewBox: false,
36+
removeXMLNS: true,
37+
removeUselessStrokeAndFill: false,
3638

3739
// or disable plugins
3840
removeDoctype: false,

0 commit comments

Comments
 (0)