Skip to content

Commit b09662b

Browse files
(BA) bump tsconfig version
1 parent 19ac694 commit b09662b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

packages/config/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# @baseapp-frontend/config
22

3-
## 1.0.1
4-
5-
### Patch Changes
6-
7-
- Add baseUrl option to core.json config.
8-
93
## 1.0.0
104

115
### Major Changes

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@baseapp-frontend/config",
33
"description": "Reusable configurations for eslint, prettier and jest.",
4-
"version": "1.0.1",
4+
"version": "1.0.0",
55
"main": "index.js",
66
"files": [
77
".eslintrc.js",

packages/tsconfig/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @baseapp-frontend/tsconfig
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Add baseUrl option to core.json config.
8+
39
## 1.0.0
410

511
### Major Changes

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@baseapp-frontend/tsconfig",
33
"description": "Reusable typescript configs.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"main": "index.js",
66
"files": [
77
"base.json",

0 commit comments

Comments
 (0)