Skip to content

Commit

Permalink
chore(release): 5.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 8, 2022
1 parent e2df853 commit 737047c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

## [5.0.0-0](https://github.com/nuxt-community/tailwindcss-module/compare/v4.2.1...v5.0.0-0) (2022-02-08)


### ⚠ BREAKING CHANGES

* rewrite with module-builder and nuxt/kit (#419)

### Features

* add css inject position ([#381](https://github.com/nuxt-community/tailwindcss-module/issues/381)) ([4510784](https://github.com/nuxt-community/tailwindcss-module/commit/45107842bb08556b7383dd6b51cf74b6d2dd4a24))
* migrate to tailwind v3 ([#407](https://github.com/nuxt-community/tailwindcss-module/issues/407)) ([eacaa5e](https://github.com/nuxt-community/tailwindcss-module/commit/eacaa5e167887f729611f9cc6330e44df99c71c5))


* rewrite with module-builder and nuxt/kit ([#419](https://github.com/nuxt-community/tailwindcss-module/issues/419)) ([8ce8255](https://github.com/nuxt-community/tailwindcss-module/commit/8ce8255daa83f34361292e896dda6addca694587))

## [4.2.0](https://github.com/nuxt-community/tailwindcss-module/compare/v4.1.3...v4.2.0) (2021-06-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/tailwindcss",
"version": "4.2.1",
"version": "5.0.0-0",
"description": "TailwindCSS module for Nuxt",
"repository": "nuxt-community/tailwindcss-module",
"license": "MIT",
Expand Down

0 comments on commit 737047c

Please sign in to comment.