Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erictaylor committed Aug 16, 2019
1 parent 6226456 commit 8a11fa7
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/smart-care/typescript/compare/v6.0.1...v7.0.0) (2019-08-16)


### Features

* **eslint-config-smartcare:** update dependency versions ([6226456](https://github.com/smart-care/typescript/commit/6226456))
* **tsconfig-smartcare:** update to github registry ([695dae6](https://github.com/smart-care/typescript/commit/695dae6))


### BREAKING CHANGES

* **eslint-config-smartcare:** ESLint has been upgraded to v6. Package registry is now
on GitHub.
* **tsconfig-smartcare:** GitHub is the package registry for this now.





## [6.0.1](https://github.com/smart-care/typescript/compare/v6.0.0...v6.0.1) (2019-07-15)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"npmClient": "yarn",
"version": "6.0.1",
"version": "7.0.0",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
17 changes: 17 additions & 0 deletions packages/eslint-config-smartcare/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/smart-care/typescript/compare/v6.0.1...v7.0.0) (2019-08-16)


### Features

* **eslint-config-smartcare:** update dependency versions ([6226456](https://github.com/smart-care/typescript/commit/6226456))


### BREAKING CHANGES

* **eslint-config-smartcare:** ESLint has been upgraded to v6. Package registry is now
on GitHub.





## [6.0.1](https://github.com/smart-care/typescript/compare/v6.0.0...v6.0.1) (2019-07-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-smartcare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smart-care/eslint-config-smartcare",
"version": "6.0.1",
"version": "7.0.0",
"description": "Smartcare ESLint Config",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down
16 changes: 16 additions & 0 deletions packages/tsconfig-smartcare/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/smart-care/typescript/compare/v6.0.1...v7.0.0) (2019-08-16)


### Features

* **tsconfig-smartcare:** update to github registry ([695dae6](https://github.com/smart-care/typescript/commit/695dae6))


### BREAKING CHANGES

* **tsconfig-smartcare:** GitHub is the package registry for this now.





## [6.0.1](https://github.com/smart-care/typescript/compare/v6.0.0...v6.0.1) (2019-07-15)

**Note:** Version bump only for package @smartcare/tsconfig
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig-smartcare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smart-care/tsconfig",
"version": "6.0.1",
"version": "7.0.0",
"description": "Smartcare TypeScript config",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down

0 comments on commit 8a11fa7

Please sign in to comment.