Skip to content

Commit dff2304

Browse files
committed
chore(release): 0.20.0
1 parent e65a42f commit dff2304

9 files changed

Lines changed: 15 additions & 9 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@portosaur/docs",
33
"description": "Portosaur Docs: Documentation for Portosaur.",
44
"private": true,
5-
"version": "0.19.2",
5+
"version": "0.20.0",
66
"license": "GPL-3.0-only",
77
"author": "soymadip",
88
"homepage": "https://soymadip.github.io/portosaur",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "portosaur",
33
"description": "Complete portfolio cum personal website solution for your digital personality.",
4-
"version": "0.19.2",
4+
"version": "0.20.0",
55
"license": "GPL-3.0-only",
66
"private": true,
77
"homepage": "https://soymadip.github.io/portosaur",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@portosaur/cli",
3-
"version": "0.19.2",
3+
"version": "0.20.0",
44
"description": "CLI for Portosaur - The static Personal portfolio site generator.",
55
"license": "GPL-3.0-only",
66
"author": "soymadip",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@portosaur/core",
3-
"version": "0.19.2",
3+
"version": "0.20.0",
44
"description": "The engine of portosaur that translates YAML configuration into Docusaurus structures.",
55
"license": "GPL-3.0-only",
66
"author": "soymadip",

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@portosaur/logger",
3-
"version": "0.19.2",
3+
"version": "0.20.0",
44
"description": "A lightweight, Docusaurus-compatible logging library similar to Docusaurus, with some extras.",
55
"author": "soymadip",
66
"license": "GPL-3.0-only",

packages/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@portosaur/theme",
3-
"version": "0.19.2",
3+
"version": "0.20.0",
44
"description": "Theme components for Portosaur - React components, static assets etc.",
55
"license": "GPL-3.0-only",
66
"author": "soymadip",
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
import TopicList from "@portosaur/theme/theme/components/TopicList/index.jsx";
22

33
export default function DocCardListWrapper(props) {
4-
return <TopicList forceRender={true} items={props.items} className={props.className} />;
4+
return (
5+
<TopicList
6+
forceRender={true}
7+
items={props.items}
8+
className={props.className}
9+
/>
10+
);
511
}

packages/wizard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@portosaur/wizard",
3-
"version": "0.19.2",
3+
"version": "0.20.0",
44
"description": "Wizard - Interactive CLI prompt library with back-navigation.",
55
"license": "GPL-3.0-only",
66
"author": "soymadip",

src/cz/cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ commitizen:
101101
tag_format: v$version
102102
template: src/cz/changelog.j2
103103
update_changelog_on_bump: false
104-
version: 0.19.2
104+
version: 0.20.0
105105
version_scheme: semver

0 commit comments

Comments
 (0)