Skip to content

Commit

Permalink
build: version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Apr 15, 2024
1 parent d35fad5 commit e400f25
Show file tree
Hide file tree
Showing 16 changed files with 56 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.2](https://github.com/mdit-vue/mdit-vue/compare/v2.1.1...v2.1.2) (2024-04-15)

### Bug Fixes

- sync markdown-it types updates ([#9](https://github.com/mdit-vue/mdit-vue/issues/9)) ([f6768b1](https://github.com/mdit-vue/mdit-vue/commit/f6768b10e0cd06843886448065369a1c3aa143bd))

## [2.1.1](https://github.com/mdit-vue/mdit-vue/compare/v2.1.0...v2.1.1) (2024-04-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "pnpm",
"version": "2.1.1",
"version": "2.1.2",
"command": {
"version": {
"allowBranch": "main",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.2](https://github.com/mdit-vue/mdit-vue/compare/v2.1.1...v2.1.2) (2024-04-15)

### Bug Fixes

- sync markdown-it types updates ([#9](https://github.com/mdit-vue/mdit-vue/issues/9)) ([f6768b1](https://github.com/mdit-vue/mdit-vue/commit/f6768b10e0cd06843886448065369a1c3aa143bd))

## [2.1.1](https://github.com/mdit-vue/mdit-vue/compare/v2.1.0...v2.1.1) (2024-04-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdit-vue/plugin-component",
"version": "2.1.1",
"version": "2.1.2",
"description": "A markdown-it plugin to allow vue components in markdown",
"keywords": [
"markdown-it",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-frontmatter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.2](https://github.com/mdit-vue/mdit-vue/compare/v2.1.1...v2.1.2) (2024-04-15)

### Bug Fixes

- sync markdown-it types updates ([#9](https://github.com/mdit-vue/mdit-vue/issues/9)) ([f6768b1](https://github.com/mdit-vue/mdit-vue/commit/f6768b10e0cd06843886448065369a1c3aa143bd))

# [2.1.0](https://github.com/mdit-vue/mdit-vue/compare/v2.0.0...v2.1.0) (2024-04-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-frontmatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdit-vue/plugin-frontmatter",
"version": "2.1.0",
"version": "2.1.2",
"description": "A markdown-it plugin to get markdown frontmatter",
"keywords": [
"markdown-it",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-headers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.2](https://github.com/mdit-vue/mdit-vue/compare/v2.1.1...v2.1.2) (2024-04-15)

### Bug Fixes

- sync markdown-it types updates ([#9](https://github.com/mdit-vue/mdit-vue/issues/9)) ([f6768b1](https://github.com/mdit-vue/mdit-vue/commit/f6768b10e0cd06843886448065369a1c3aa143bd))

# [2.1.0](https://github.com/mdit-vue/mdit-vue/compare/v2.0.0...v2.1.0) (2024-04-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-headers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdit-vue/plugin-headers",
"version": "2.1.0",
"version": "2.1.2",
"description": "A markdown-it plugin to get markdown headers",
"keywords": [
"markdown-it",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-sfc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.2](https://github.com/mdit-vue/mdit-vue/compare/v2.1.1...v2.1.2) (2024-04-15)

### Bug Fixes

- sync markdown-it types updates ([#9](https://github.com/mdit-vue/mdit-vue/issues/9)) ([f6768b1](https://github.com/mdit-vue/mdit-vue/commit/f6768b10e0cd06843886448065369a1c3aa143bd))

# [2.1.0](https://github.com/mdit-vue/mdit-vue/compare/v2.0.0...v2.1.0) (2024-04-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sfc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdit-vue/plugin-sfc",
"version": "2.1.0",
"version": "2.1.2",
"description": "A markdown-it plugin to help transforming markdown tu vue sfc",
"keywords": [
"markdown-it",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-title/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.2](https://github.com/mdit-vue/mdit-vue/compare/v2.1.1...v2.1.2) (2024-04-15)

### Bug Fixes

- sync markdown-it types updates ([#9](https://github.com/mdit-vue/mdit-vue/issues/9)) ([f6768b1](https://github.com/mdit-vue/mdit-vue/commit/f6768b10e0cd06843886448065369a1c3aa143bd))

# [2.1.0](https://github.com/mdit-vue/mdit-vue/compare/v2.0.0...v2.1.0) (2024-04-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-title/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdit-vue/plugin-title",
"version": "2.1.0",
"version": "2.1.2",
"description": "A markdown-it plugin to get markdown page title",
"keywords": [
"markdown-it",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-toc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.2](https://github.com/mdit-vue/mdit-vue/compare/v2.1.1...v2.1.2) (2024-04-15)

### Bug Fixes

- sync markdown-it types updates ([#9](https://github.com/mdit-vue/mdit-vue/issues/9)) ([f6768b1](https://github.com/mdit-vue/mdit-vue/commit/f6768b10e0cd06843886448065369a1c3aa143bd))

# [2.1.0](https://github.com/mdit-vue/mdit-vue/compare/v2.0.0...v2.1.0) (2024-04-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-toc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdit-vue/plugin-toc",
"version": "2.1.0",
"version": "2.1.2",
"description": "A markdown-it plugin to generate table-of-contents that compatible with Vue.js",
"keywords": [
"markdown-it",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.2](https://github.com/mdit-vue/mdit-vue/compare/v2.1.1...v2.1.2) (2024-04-15)

### Bug Fixes

- sync markdown-it types updates ([#9](https://github.com/mdit-vue/mdit-vue/issues/9)) ([f6768b1](https://github.com/mdit-vue/mdit-vue/commit/f6768b10e0cd06843886448065369a1c3aa143bd))

# [2.1.0](https://github.com/mdit-vue/mdit-vue/compare/v2.0.0...v2.1.0) (2024-04-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdit-vue/shared",
"version": "2.1.0",
"version": "2.1.2",
"description": "Shared utils and types of mdit-vue",
"keywords": [
"markdown-it",
Expand Down

0 comments on commit e400f25

Please sign in to comment.