Skip to content

Commit

Permalink
build: version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Dec 8, 2023
1 parent 522950f commit 25e4e00
Show file tree
Hide file tree
Showing 18 changed files with 93 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/mdit-vue/mdit-vue/compare/v1.0.0...v2.0.0) (2023-12-08)

### Features

- bump to markdown-it 14 ([522950f](https://github.com/mdit-vue/mdit-vue/commit/522950f09cdbff37a26dbd5fccbbd57f931b3727))

### BREAKING CHANGES

- bump to markdown-it 14

# [1.0.0](https://github.com/mdit-vue/mdit-vue/compare/v0.12.1...v1.0.0) (2023-09-26)

### 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": "1.0.0",
"version": "2.0.0",
"command": {
"version": {
"allowBranch": "main",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/mdit-vue/mdit-vue/compare/v1.0.0...v2.0.0) (2023-12-08)

### Features

- bump to markdown-it 14 ([522950f](https://github.com/mdit-vue/mdit-vue/commit/522950f09cdbff37a26dbd5fccbbd57f931b3727))

### BREAKING CHANGES

- bump to markdown-it 14

# [1.0.0](https://github.com/mdit-vue/mdit-vue/compare/v0.12.1...v1.0.0) (2023-09-26)

**Note:** Version bump only for package @mdit-vue/plugin-component
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": "1.0.0",
"version": "2.0.0",
"description": "A markdown-it plugin to allow vue components in markdown",
"keywords": [
"markdown-it",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-frontmatter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/mdit-vue/mdit-vue/compare/v1.0.0...v2.0.0) (2023-12-08)

### Features

- bump to markdown-it 14 ([522950f](https://github.com/mdit-vue/mdit-vue/commit/522950f09cdbff37a26dbd5fccbbd57f931b3727))

### BREAKING CHANGES

- bump to markdown-it 14

# [1.0.0](https://github.com/mdit-vue/mdit-vue/compare/v0.12.1...v1.0.0) (2023-09-26)

**Note:** Version bump only for package @mdit-vue/plugin-frontmatter
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": "1.0.0",
"version": "2.0.0",
"description": "A markdown-it plugin to get markdown frontmatter",
"keywords": [
"markdown-it",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-headers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/mdit-vue/mdit-vue/compare/v1.0.0...v2.0.0) (2023-12-08)

### Features

- bump to markdown-it 14 ([522950f](https://github.com/mdit-vue/mdit-vue/commit/522950f09cdbff37a26dbd5fccbbd57f931b3727))

### BREAKING CHANGES

- bump to markdown-it 14

# [1.0.0](https://github.com/mdit-vue/mdit-vue/compare/v0.12.1...v1.0.0) (2023-09-26)

**Note:** Version bump only for package @mdit-vue/plugin-headers
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": "1.0.0",
"version": "2.0.0",
"description": "A markdown-it plugin to get markdown headers",
"keywords": [
"markdown-it",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-sfc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/mdit-vue/mdit-vue/compare/v1.0.0...v2.0.0) (2023-12-08)

### Features

- bump to markdown-it 14 ([522950f](https://github.com/mdit-vue/mdit-vue/commit/522950f09cdbff37a26dbd5fccbbd57f931b3727))

### BREAKING CHANGES

- bump to markdown-it 14

# [1.0.0](https://github.com/mdit-vue/mdit-vue/compare/v0.12.1...v1.0.0) (2023-09-26)

**Note:** Version bump only for package @mdit-vue/plugin-sfc
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": "1.0.0",
"version": "2.0.0",
"description": "A markdown-it plugin to help transforming markdown tu vue sfc",
"keywords": [
"markdown-it",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-title/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/mdit-vue/mdit-vue/compare/v1.0.0...v2.0.0) (2023-12-08)

### Features

- bump to markdown-it 14 ([522950f](https://github.com/mdit-vue/mdit-vue/commit/522950f09cdbff37a26dbd5fccbbd57f931b3727))

### BREAKING CHANGES

- bump to markdown-it 14

# [1.0.0](https://github.com/mdit-vue/mdit-vue/compare/v0.12.1...v1.0.0) (2023-09-26)

**Note:** Version bump only for package @mdit-vue/plugin-title
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": "1.0.0",
"version": "2.0.0",
"description": "A markdown-it plugin to get markdown page title",
"keywords": [
"markdown-it",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-toc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/mdit-vue/mdit-vue/compare/v1.0.0...v2.0.0) (2023-12-08)

### Features

- bump to markdown-it 14 ([522950f](https://github.com/mdit-vue/mdit-vue/commit/522950f09cdbff37a26dbd5fccbbd57f931b3727))

### BREAKING CHANGES

- bump to markdown-it 14

# [1.0.0](https://github.com/mdit-vue/mdit-vue/compare/v0.12.1...v1.0.0) (2023-09-26)

### Bug Fixes
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": "1.0.0",
"version": "2.0.0",
"description": "A markdown-it plugin to generate table-of-contents that compatible with Vue.js",
"keywords": [
"markdown-it",
Expand Down
10 changes: 10 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/mdit-vue/mdit-vue/compare/v1.0.0...v2.0.0) (2023-12-08)

### Features

- bump to markdown-it 14 ([522950f](https://github.com/mdit-vue/mdit-vue/commit/522950f09cdbff37a26dbd5fccbbd57f931b3727))

### BREAKING CHANGES

- bump to markdown-it 14

# [1.0.0](https://github.com/mdit-vue/mdit-vue/compare/v0.12.1...v1.0.0) (2023-09-26)

**Note:** Version bump only for package @mdit-vue/shared
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": "1.0.0",
"version": "2.0.0",
"description": "Shared utils and types of mdit-vue",
"keywords": [
"markdown-it",
Expand Down
4 changes: 4 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/mdit-vue/mdit-vue/compare/v1.0.0...v2.0.0) (2023-12-08)

**Note:** Version bump only for package @mdit-vue/types

# [1.0.0](https://github.com/mdit-vue/mdit-vue/compare/v0.12.1...v1.0.0) (2023-09-26)

**Note:** Version bump only for package @mdit-vue/types
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdit-vue/types",
"version": "1.0.0",
"version": "2.0.0",
"description": "Shared types definition of mdit-vue",
"keywords": [
"markdown-it",
Expand Down

0 comments on commit 25e4e00

Please sign in to comment.