Skip to content

Commit 9a12c05

Browse files
committed
chore(release): 0.19.1
1 parent 9e6f58c commit 9a12c05

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.19.0",
5+
"version": "0.19.1",
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.0",
4+
"version": "0.19.1",
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.0",
3+
"version": "0.19.1",
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.0",
3+
"version": "0.19.1",
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.0",
3+
"version": "0.19.1",
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.0",
3+
"version": "0.19.1",
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.19.0",
3+
"version": "0.19.1",
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.0
104+
version: 0.19.1
105105
version_scheme: semver

0 commit comments

Comments
 (0)