Skip to content

Commit ab07b57

Browse files
committed
chore(release): 2.2.1
1 parent 8203489 commit ab07b57

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
### [2.2.1](https://github.com/nuxt/components/compare/v2.2.0...v2.2.1) (2021-08-16)
6+
7+
8+
### Bug Fixes
9+
10+
* async import template (resolves [#223](https://github.com/nuxt/components/issues/223), resolves [#225](https://github.com/nuxt/components/issues/225)) ([0fec884](https://github.com/nuxt/components/commit/0fec88484399fbd41251f4bcb44d17a9cae04338))
11+
* set default for `isAsync` in template ([c36fd14](https://github.com/nuxt/components/commit/c36fd14902f64af1abdb683148355b225dbd0874))
12+
* use loader for non async components only ([c39a593](https://github.com/nuxt/components/commit/c39a593e573002b07a19eae032121d4235d22a1e))
13+
514
## [2.2.0](https://github.com/nuxt/components/compare/v2.2.0-0...v2.2.0) (2021-08-11)
615

716
## [2.2.0-0](https://github.com/nuxt/components/compare/v2.1.8...v2.2.0-0) (2021-08-11)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/components",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Auto Import Components for Nuxt.js",
55
"repository": "nuxt/components",
66
"license": "MIT",

0 commit comments

Comments
 (0)