From 10fc67ac78a7dc909486a6146da27695385540b9 Mon Sep 17 00:00:00 2001 From: Hossein Dehnokhalaji Date: Tue, 12 May 2020 21:25:29 +0100 Subject: [PATCH 1/3] Improve .npmignore --- .npmignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index afa6ab2e..f7623a26 100644 --- a/.npmignore +++ b/.npmignore @@ -5,7 +5,6 @@ examples .eslintrc .eslintignore .gitignore -README.md -CHANGELOG.md webpack.config.js typedoc.json +tsconfig.json From af90728ef035943207a49b395e758bf2c2fc1a07 Mon Sep 17 00:00:00 2001 From: Hossein Dehnokhalaji Date: Tue, 12 May 2020 21:27:14 +0100 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94963cb9..0987693d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ Thanks to all contributers who improved notistack by opening an issue/PR. -### `notistack@0.9.13` +### `notistack@0.9.14` ###### to be published * **@pctestjfarz**: Add swipe to dismiss feature [#138](https://github.com/iamhosseindhv/notistack/issues/138) * **@molynerd**: Add support to update content of snackbar in place [#50](https://github.com/iamhosseindhv/notistack/issues/50) @@ -8,6 +8,15 @@ Thanks to all contributers who improved notistack by opening an issue/PR. +
+ + +### `notistack@0.9.13` +###### May 12, 2020 +* Exclude `tsconfig.json` in the build [#266](https://github.com/iamhosseindhv/notistack/pull/266) + + +
From 1c31318a4417b377ef545d1e6a3308f7ecfc9c74 Mon Sep 17 00:00:00 2001 From: Hossein Dehnokhalaji Date: Tue, 12 May 2020 21:33:53 +0100 Subject: [PATCH 3/3] 0.9.13 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f4a76a0..b6121588 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "notistack", - "version": "0.9.12", + "version": "0.9.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f80e4bff..816b0e1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notistack", - "version": "0.9.12", + "version": "0.9.13", "description": "Highly customizable notification snackbars (toasts) that can be stacked on top of each other", "main": "build/index.js", "types": "build/index.d.ts",