Skip to content

Commit

Permalink
chore(release): v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Oct 9, 2024
1 parent 277683e commit cefdee1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog


## v2.0.0

[compare changes](https://github.com/brenoepics/vitepress-carbon/compare/v1.4.0...v2.0.0)

### 🚀 Enhancements

- ⚠️ Js support ([829c285](https://github.com/brenoepics/vitepress-carbon/commit/829c285))
- Eslint ([aa53fe0](https://github.com/brenoepics/vitepress-carbon/commit/aa53fe0))
- Eslint custom rules ([277683e](https://github.com/brenoepics/vitepress-carbon/commit/277683e))

### 🩹 Fixes

- Remove `DefaultTheme` usage and fix conflicts ([7720c19](https://github.com/brenoepics/vitepress-carbon/commit/7720c19))

#### ⚠️ Breaking Changes

- ⚠️ Js support ([829c285](https://github.com/brenoepics/vitepress-carbon/commit/829c285))

### ❤️ Contributors

- Breno A. ([@brenoepics](http://github.com/brenoepics))

## v1.4.0

[compare changes](https://github.com/brenoepics/vitepress-carbon/compare/1.3.3...v1.4.0)
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitepress-carbon-monorepo",
"version": "1.4.0",
"version": "2.0.0",
"description": "Carbon embraces GitHub's monochromatic ethos, offering a theme for VitePress documentation that is sleek, modern, and effortlessly stylish.",
"keywords": [
"vue",
Expand All @@ -15,7 +15,6 @@
"prettier:fail": "prettier --check --parser typescript \"{__tests__,docs,packages,types}/**/*.ts\"",
"lint": "pnpm eslint --fix && pnpm prettier",
"lint:fail": "pnpm eslint && pnpm prettier:fail",

"release": "changelogen --release && pnpm --filter vpcar run release && pnpm --filter vitepress-carbon release && git push --follow-tags"
},
"author": "Breno A.",
Expand Down

0 comments on commit cefdee1

Please sign in to comment.