Skip to content

Commit 611b7d6

Browse files
author
ManushovRodion
committed
build: v1.0.4
1 parent a4ee671 commit 611b7d6

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

docs/CHANGELOG-EN.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
# CONSOLE-LAYOUT
44

5-
### # v1.0.2 (2022-07-04)
5+
### # v1.0.4 (2022-07-18)
66

7-
Package release `console-layout`
7+
fixs:
8+
9+
- card: If the Card utility has an external indent, then an error occurs. ([#1](/../../issues/1))
810

911
### # v1.0.3 (2022-07-04)
1012

@@ -13,3 +15,7 @@ fixs:
1315
- textLeft: It returns ANSI characters.
1416
- textRight: It returns ANSI characters.
1517
- textCenter: It returns ANSI characters.
18+
19+
### # v1.0.2 (2022-07-04)
20+
21+
Package release `console-layout`

docs/CHANGELOG-RU.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
# CONSOLE-LAYOUT
44

5-
### # v1.0.2 (2022-07-04)
5+
### # v1.0.4 (2022-07-18)
66

7-
Релиз пакета `console-layout`
7+
fixs:
8+
9+
- card: Если отключить внутренний отступ у утилиты Card, то появляется ошибка. ([#1](/../../issues/1))
810

911
### # v1.0.3 (2022-07-04)
1012

@@ -13,3 +15,7 @@ fixs:
1315
- textLeft: Не возвращается ANSI символы.
1416
- textRight: Не возвращается ANSI символы.
1517
- textCenter: Не возвращается ANSI символы.
18+
19+
### # v1.0.2 (2022-07-04)
20+
21+
Релиз пакета `console-layout`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "console-layout",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "[RU]Пакет, который содержит набор утилит, которые позволят создать основу дизайна вашей консоли.[EN]A package that contains a set of utilities that will allow you to create the basic design of your console.",
55
"license": "MIT",
66
"author": "ManushovRodion <rodion-krox@mauil.ru>",

0 commit comments

Comments
 (0)