Skip to content

Commit 13e2d49

Browse files
chore(release): v3.2.9 [skip ci]
1 parent 3d27b03 commit 13e2d49

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 3.2.9 (2020-12-15)
7+
8+
**Note:** Version bump only for package taksi
9+
10+
11+
12+
13+
614
## 3.2.8 (2020-12-15)
715

816

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.2.8",
2+
"version": "3.2.9",
33
"packages": [
44
"packages/*"
55
],

packages/kerno/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 3.2.9 (2020-12-15)
7+
8+
**Note:** Version bump only for package @taksi/kerno
9+
10+
11+
12+
13+
614
## 3.2.8 (2020-12-15)
715

816

packages/kerno/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@taksi/kerno",
33
"description": "Jen la kerna pako",
4-
"version": "3.2.8",
4+
"version": "3.2.9",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
77
"scripts": {

packages/vorto/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 3.2.9 (2020-12-15)
7+
8+
**Note:** Version bump only for package @taksi/vorto
9+
10+
11+
12+
13+
614
## 3.2.8 (2020-12-15)
715

816

packages/vorto/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@taksi/vorto",
33
"description": "Jen la vorto pako",
4-
"version": "3.2.8",
4+
"version": "3.2.9",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
77
"scripts": {
88
"build": "tsc"
99
},
1010
"dependencies": {
11-
"@taksi/kerno": "^3.2.8"
11+
"@taksi/kerno": "^3.2.9"
1212
},
1313
"devDependencies": {
1414
"typescript": "^4.0.3"

0 commit comments

Comments
 (0)