Skip to content

Commit 26af20a

Browse files
committed
Issue #103: Bump version to 2.0.2
This will be the next release. Note that peerDependencies to typescript-logging were updated as well. It was not strictly necessary but for simplicity kept in sync this time.
1 parent 150193a commit 26af20a

File tree

8 files changed

+21715
-6645
lines changed

8 files changed

+21715
-6645
lines changed

category-style/package-lock.json

Lines changed: 10850 additions & 3315 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

category-style/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-logging-category-style",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "TypeScript Logging category style written in and to be used by TypeScript.",
55
"main": "dist/bundle/typescript-logging-category.js",
66
"module": "dist/bundle/typescript-logging-category.esm.js",
@@ -44,7 +44,7 @@
4444
},
4545
"homepage": "https://github.com/vauxite-org/typescript-logging/#readme",
4646
"peerDependencies": {
47-
"typescript-logging": "~2.0.1"
47+
"typescript-logging": "~2.0.2"
4848
},
4949
"devDependencies": {
5050
"@rollup/plugin-commonjs": "21.0.1",

core/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-logging",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "TypeScript Logging core written in and to be used by TypeScript (this is the core project, you need to install a flavor too).",
55
"main": "dist/bundle/typescript-logging.js",
66
"module": "dist/bundle/typescript-logging.esm.js",

0 commit comments

Comments
 (0)