Skip to content

Commit

Permalink
build: upgrade to v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Mar 31, 2022
1 parent c71b884 commit a8df33e
Show file tree
Hide file tree
Showing 31 changed files with 59 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/monorepo",
"version": "1.12.4",
"version": "1.13.0",
"private": true,
"scripts": {
"build": "npm run clean && norm build",
Expand Down
2 changes: 2 additions & 0 deletions packages/bytemd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [1.13.0](https://github.com/bytedance/bytemd/compare/v1.12.4...v1.13.0) (2022-03-31)

### [1.12.4](https://github.com/bytedance/bytemd/compare/v1.12.3...v1.12.4) (2022-03-27)

## [1.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)
Expand Down
2 changes: 1 addition & 1 deletion packages/bytemd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bytemd",
"version": "1.12.4",
"version": "1.13.0",
"description": "A hackable Markdown editor built with Svelte",
"keywords": [
"markdown",
Expand Down
2 changes: 2 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [1.13.0](https://github.com/bytedance/bytemd/compare/v1.12.4...v1.13.0) (2022-03-31)

### [1.12.4](https://github.com/bytedance/bytemd/compare/v1.12.3...v1.12.4) (2022-03-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/playground",
"version": "1.12.4",
"version": "1.13.0",
"private": true,
"dependencies": {
"@bytemd/plugin-breaks": "workspace:*",
Expand Down
2 changes: 2 additions & 0 deletions packages/plugin-breaks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [1.13.0](https://github.com/bytedance/bytemd/compare/v1.12.4...v1.13.0) (2022-03-31)

### [1.12.4](https://github.com/bytedance/bytemd/compare/v1.12.3...v1.12.4) (2022-03-27)

## [1.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-breaks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-breaks",
"version": "1.12.4",
"version": "1.13.0",
"description": "ByteMD plugin to support breaks",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/plugin-frontmatter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [1.13.0](https://github.com/bytedance/bytemd/compare/v1.12.4...v1.13.0) (2022-03-31)

### [1.12.4](https://github.com/bytedance/bytemd/compare/v1.12.3...v1.12.4) (2022-03-27)

## [1.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)
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": "@bytemd/plugin-frontmatter",
"version": "1.12.4",
"version": "1.13.0",
"description": "ByteMD plugin to parse frontmatter",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/plugin-gemoji/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [1.13.0](https://github.com/bytedance/bytemd/compare/v1.12.4...v1.13.0) (2022-03-31)

### [1.12.4](https://github.com/bytedance/bytemd/compare/v1.12.3...v1.12.4) (2022-03-27)

## [1.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-gemoji/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-gemoji",
"version": "1.12.4",
"version": "1.13.0",
"description": "ByteMD plugin to support Gemoji shortcodes",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/plugin-gfm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [1.13.0](https://github.com/bytedance/bytemd/compare/v1.12.4...v1.13.0) (2022-03-31)

### [1.12.4](https://github.com/bytedance/bytemd/compare/v1.12.3...v1.12.4) (2022-03-27)

## [1.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-gfm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-gfm",
"version": "1.12.4",
"version": "1.13.0",
"description": "ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-highlight-ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [1.13.0](https://github.com/bytedance/bytemd/compare/v1.12.4...v1.13.0) (2022-03-31)


### Bug Fixes

* **highlight-ssr:** make arg optional ([7bb467f](https://github.com/bytedance/bytemd/commit/7bb467f00d6c38e02479bc8c495b73afe7a751b3))

### [1.12.4](https://github.com/bytedance/bytemd/compare/v1.12.3...v1.12.4) (2022-03-27)

## [1.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-highlight-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-highlight-ssr",
"version": "1.12.4",
"version": "1.13.0",
"description": "ByteMD plugin to highlight code blocks (SSR compatible)",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/plugin-highlight/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [1.13.0](https://github.com/bytedance/bytemd/compare/v1.12.4...v1.13.0) (2022-03-31)

### [1.12.4](https://github.com/bytedance/bytemd/compare/v1.12.3...v1.12.4) (2022-03-27)

## [1.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-highlight",
"version": "1.12.4",
"version": "1.13.0",
"description": "ByteMD plugin to highlight code blocks",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/plugin-math-ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [1.13.0](https://github.com/bytedance/bytemd/compare/v1.12.4...v1.13.0) (2022-03-31)

### [1.12.4](https://github.com/bytedance/bytemd/compare/v1.12.3...v1.12.4) (2022-03-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-math-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-math-ssr",
"version": "1.12.4",
"version": "1.13.0",
"description": "ByteMD plugin to support math formula (SSR compatible)",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/plugin-math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [1.13.0](https://github.com/bytedance/bytemd/compare/v1.12.4...v1.13.0) (2022-03-31)

### [1.12.4](https://github.com/bytedance/bytemd/compare/v1.12.3...v1.12.4) (2022-03-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-math",
"version": "1.12.4",
"version": "1.13.0",
"description": "ByteMD plugin to support math formula",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/plugin-medium-zoom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [1.13.0](https://github.com/bytedance/bytemd/compare/v1.12.4...v1.13.0) (2022-03-31)

### [1.12.4](https://github.com/bytedance/bytemd/compare/v1.12.3...v1.12.4) (2022-03-27)

## [1.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-medium-zoom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-medium-zoom",
"version": "1.12.4",
"version": "1.13.0",
"description": "ByteMD plugin to zoom images like Medium",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/plugin-mermaid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [1.13.0](https://github.com/bytedance/bytemd/compare/v1.12.4...v1.13.0) (2022-03-31)

### [1.12.4](https://github.com/bytedance/bytemd/compare/v1.12.3...v1.12.4) (2022-03-27)

## [1.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-mermaid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-mermaid",
"version": "1.12.4",
"version": "1.13.0",
"description": "ByteMD plugin to support Mermaid diagram",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [1.13.0](https://github.com/bytedance/bytemd/compare/v1.12.4...v1.13.0) (2022-03-31)

### [1.12.4](https://github.com/bytedance/bytemd/compare/v1.12.3...v1.12.4) (2022-03-27)

## [1.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/react",
"version": "1.12.4",
"version": "1.13.0",
"description": "Full-featured markdown editor and viewer",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/vue-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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.

## [1.13.0](https://github.com/bytedance/bytemd/compare/v1.12.4...v1.13.0) (2022-03-31)


### Features

* **vue-next:** vue3 component ([#163](https://github.com/bytedance/bytemd/issues/163)) ([b14a4f1](https://github.com/bytedance/bytemd/commit/b14a4f1ce6e16210965cf604ff8b70b0cc078368))
2 changes: 1 addition & 1 deletion packages/vue-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/vue-next",
"version": "1.12.4",
"version": "1.13.0",
"description": "Full-featured markdown editor and viewer",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [1.13.0](https://github.com/bytedance/bytemd/compare/v1.12.4...v1.13.0) (2022-03-31)

### [1.12.4](https://github.com/bytedance/bytemd/compare/v1.12.3...v1.12.4) (2022-03-27)

## [1.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/vue",
"version": "1.12.4",
"version": "1.13.0",
"description": "Full-featured markdown editor and viewer",
"repository": {
"type": "git",
Expand Down

0 comments on commit a8df33e

Please sign in to comment.