Skip to content

Commit c711b51

Browse files
committed
released v5.1.4
1 parent 334971d commit c711b51

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-markdown-preview",
3-
"version": "5.1.3",
3+
"version": "5.1.4",
44
"description": "React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style.",
55
"homepage": "https://uiwjs.github.io/react-markdown-preview",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",

examples/#269/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/269",
3-
"version": "5.1.3",
3+
"version": "5.1.4",
44
"private": true,
55
"scripts": {
66
"build": "kkt build",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "5.1.3",
2+
"version": "5.1.4",
33
"packages": ["core", "examples/**", "website"]
44
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prepare": "npm run build && husky",
1010
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
1111
"pretty-quick": "pretty-quick --staged",
12-
"version": "lerna version --no-changelog --no-git-tag-version --no-push",
12+
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
1313
"test": "tsbb test",
1414
"coverage": "tsbb test --coverage",
1515
"clean": "lerna clean --yes"

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "5.1.3",
3+
"version": "5.1.4",
44
"private": true,
55
"scripts": {
66
"build": "kkt build",

0 commit comments

Comments
 (0)