Skip to content

Commit

Permalink
chore(release): v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Oct 8, 2024
1 parent 0bb1c8b commit 9fbda5c
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Changelog


## v1.4.0

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

### 🚀 Enhancements

- Add templates package ([59dc6a6](https://github.com/brenoepics/vitepress-carbon/commit/59dc6a6))
- Add cli package ([8dd5ce4](https://github.com/brenoepics/vitepress-carbon/commit/8dd5ce4))
- Vpcar CLI tool ([9e072ac](https://github.com/brenoepics/vitepress-carbon/commit/9e072ac))

### 🩹 Fixes

- Add demo config files ([6e28781](https://github.com/brenoepics/vitepress-carbon/commit/6e28781))
- Add `vite` and extend searchForWorkspaceRoot ([4b5e287](https://github.com/brenoepics/vitepress-carbon/commit/4b5e287))
- Add missing dependencies ([ebbe979](https://github.com/brenoepics/vitepress-carbon/commit/ebbe979))

### 📖 Documentation

- Improve how to get started ([5ed7638](https://github.com/brenoepics/vitepress-carbon/commit/5ed7638))
- Add create repo button ([77d0ab0](https://github.com/brenoepics/vitepress-carbon/commit/77d0ab0))

### 🏡 Chore

- Bump vitepress dependency ([9de56f3](https://github.com/brenoepics/vitepress-carbon/commit/9de56f3))
- **deps-dev:** Bump @types/node from 20.16.1 to 22.4.1 ([a67296c](https://github.com/brenoepics/vitepress-carbon/commit/a67296c))
- Migrate to pnpm and monorepo structure ([63647d1](https://github.com/brenoepics/vitepress-carbon/commit/63647d1))
- Migrate to pnpm and monorepo structure ([65026cc](https://github.com/brenoepics/vitepress-carbon/commit/65026cc))
- Un-ignore `pnpm-lock.yml` ([92d9a5e](https://github.com/brenoepics/vitepress-carbon/commit/92d9a5e))
- Un-ignore `pnpm-lock.yml` ([96f7787](https://github.com/brenoepics/vitepress-carbon/commit/96f7787))
- Bump `pnpm-lock.yml` ([b6453eb](https://github.com/brenoepics/vitepress-carbon/commit/b6453eb))
- Update README.md ([dbc2f63](https://github.com/brenoepics/vitepress-carbon/commit/dbc2f63))
- Remove unused package detector ([66b7fd6](https://github.com/brenoepics/vitepress-carbon/commit/66b7fd6))
- Update template and readme links ([59d6986](https://github.com/brenoepics/vitepress-carbon/commit/59d6986))
- Lint and cleanup ([0bb1c8b](https://github.com/brenoepics/vitepress-carbon/commit/0bb1c8b))

### 🤖 CI

- Update `actions/upload-pages-artifact` version ([5bc48cf](https://github.com/brenoepics/vitepress-carbon/commit/5bc48cf))
- Fix demo build command ([922ab76](https://github.com/brenoepics/vitepress-carbon/commit/922ab76))
- Bump `actions/configure-pages` to v5 ([7d6ed72](https://github.com/brenoepics/vitepress-carbon/commit/7d6ed72))

### ❤️ Contributors

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitepress-carbon-monorepo",
"version": "1.3.4",
"version": "1.4.0",
"description": "Carbon embraces GitHub's monochromatic ethos, offering a theme for VitePress documentation that is sleek, modern, and effortlessly stylish.",
"keywords": [
"vue",
Expand Down

0 comments on commit 9fbda5c

Please sign in to comment.