Skip to content

Commit ae00569

Browse files
committed
chore: release
- @nuxt/content@1.11.1 - @nuxt/[email protected]
1 parent 5a5c6ac commit ae00569

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

packages/content/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.11.1](https://github.com/nuxt/content/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-11-25)
7+
8+
9+
### Bug Fixes
10+
11+
* [#653](https://github.com/nuxt/content/issues/653) - remark-gfm dependency added to manage markdown tables ([#654](https://github.com/nuxt/content/issues/654)) ([5a5c6ac](https://github.com/nuxt/content/commit/5a5c6ac06698c98972fa3053a1a66ca7202af144))
12+
13+
14+
15+
16+
617
# [1.11.0](https://github.com/nuxt/content/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-11-19)
718

819

packages/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/content",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"repository": "nuxt/content",
55
"license": "MIT",
66
"types": "types/index.d.ts",

packages/theme-docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.8.2](https://github.com/nuxt/content/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-11-25)
7+
8+
**Note:** Version bump only for package @nuxt/content-theme-docs
9+
10+
11+
12+
13+
614
## [0.8.1](https://github.com/nuxt/content/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-11-19)
715

816

packages/theme-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/content-theme-docs",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"repository": "nuxt/content",
55
"license": "MIT",
66
"files": [
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@docsearch/css": "^1.0.0-alpha.28",
1212
"@docsearch/js": "^1.0.0-alpha.28",
13-
"@nuxt/content": "^1.11.0",
13+
"@nuxt/content": "^1.11.1",
1414
"@nuxt/types": "^2.14.7",
1515
"@nuxtjs/color-mode": "^2.0.0",
1616
"@nuxtjs/google-fonts": "1.2.0",

0 commit comments

Comments
 (0)