Skip to content

Commit 2d50261

Browse files
committed
chore(version): version v0.0.54 [skip-ci]
1 parent 5d794e2 commit 2d50261

File tree

7 files changed

+28
-4
lines changed

7 files changed

+28
-4
lines changed

CHANGELOG.md

+8
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+
## [0.0.54](https://github.com/oss-rar/common/compare/v0.0.54-alpha.2...v0.0.54) (2021-08-06)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614
## 0.0.54-alpha.2 (2021-08-03)
715

816
**Note:** Version bump only for package root

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.4.1",
3-
"version": "0.0.54-alpha.2",
3+
"version": "0.0.54",
44
"packages": [
55
"packages/*"
66
],

packages/documentation/CHANGELOG.md

+8
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+
## [0.0.54](https://github.com/oss-rar/common/compare/v0.0.54-alpha.2...v0.0.54) (2021-08-06)
7+
8+
**Note:** Version bump only for package @oss-rar/documentation
9+
10+
11+
12+
13+
614
## 0.0.54-alpha.2 (2021-08-03)
715

816
**Note:** Version bump only for package @oss-rar/documentation

packages/documentation/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/documentation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@oss-rar/documentation",
4-
"version": "0.0.54-alpha.2",
4+
"version": "0.0.54",
55
"license": "MIT",
66
"files": [
77
"src/",

packages/express-logger/CHANGELOG.md

+8
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+
## [0.0.54](https://github.com/oss-rar/common/compare/v0.0.54-alpha.2...v0.0.54) (2021-08-06)
7+
8+
**Note:** Version bump only for package @oss-rar/express-logger
9+
10+
11+
12+
13+
614
## 0.0.54-alpha.2 (2021-08-03)
715

816
**Note:** Version bump only for package @oss-rar/express-logger

packages/express-logger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@oss-rar/express-logger",
4-
"version": "0.0.54-alpha.2",
4+
"version": "0.0.54",
55
"description": "Express logger",
66
"author": "OSS RaR",
77
"license": "MIT",

0 commit comments

Comments
 (0)