Skip to content

Commit

Permalink
chore: update changelog generator
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 23, 2024
1 parent 5265a97 commit b9d59f3
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 50 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Changelog

All notable changes to this project will be documented in this file. See
[standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.0.2](https://github.com/taiga-family/maskito/compare/v3.0.1...v3.0.2) (2024-09-20)

### 🐞 Bug Fixes
Expand Down
72 changes: 36 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 13 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@
"@nx/react": "19.8.0",
"@nx/rollup": "19.8.0",
"@nx/workspace": "19.8.0",
"@taiga-ui/auto-changelog-config": "0.215.0",
"@taiga-ui/commitlint-config": "0.215.0",
"@taiga-ui/cspell-config": "0.215.0",
"@taiga-ui/eslint-plugin-experience": "0.215.0",
"@taiga-ui/prettier-config": "0.215.0",
"@taiga-ui/release-it-config": "0.215.0",
"@taiga-ui/stylelint-config": "0.215.0",
"@taiga-ui/syncer": "0.215.0",
"@taiga-ui/tsconfig": "0.215.0",
"@taiga-ui/auto-changelog-config": "0.216.0",
"@taiga-ui/commitlint-config": "0.216.0",
"@taiga-ui/cspell-config": "0.216.0",
"@taiga-ui/eslint-plugin-experience": "0.216.0",
"@taiga-ui/prettier-config": "0.216.0",
"@taiga-ui/release-it-config": "0.216.0",
"@taiga-ui/stylelint-config": "0.216.0",
"@taiga-ui/syncer": "0.216.0",
"@taiga-ui/tsconfig": "0.216.0",
"@tinkoff/eslint-config": "4.1.3",
"@tinkoff/eslint-config-react": "4.1.3",
"@types/jest": "29.5.13",
Expand All @@ -130,6 +130,10 @@
"npm": ">= 10",
"yarn": "Please use npm instead of yarn to install dependencies"
},
"auto-changelog": {
"prepend": true,
"template": "templates/note.hbs"
},
"overrides": {
"highlight.js": "11.10.0"
},
Expand Down

0 comments on commit b9d59f3

Please sign in to comment.