Skip to content

Commit 5f67181

Browse files
committed
chore(release): 0.6.3
1 parent 84e79da commit 5f67181

8 files changed

Lines changed: 8 additions & 8 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.6.2",
5+
"version": "0.6.3",
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.6.2",
4+
"version": "0.6.3",
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.6.2",
3+
"version": "0.6.3",
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.6.2",
3+
"version": "0.6.3",
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.6.2",
3+
"version": "0.6.3",
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.6.2",
3+
"version": "0.6.3",
44
"description": "Theme components for Portosaur - React components, static assets etc.",
55
"license": "GPL-3.0-only",
66
"author": "soymadip",

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.6.2",
3+
"version": "0.6.3",
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
@@ -99,5 +99,5 @@ commitizen:
9999
tag_format: v$version
100100
template: src/cz/changelog.j2
101101
update_changelog_on_bump: false
102-
version: 0.6.2
102+
version: 0.6.3
103103
version_scheme: semver

0 commit comments

Comments
 (0)