Skip to content

Commit 7657ed3

Browse files
committedJul 18, 2020
🏜 1.16.4
1 parent efb4022 commit 7657ed3

File tree

4 files changed

+15
-24
lines changed

4 files changed

+15
-24
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 🏜 [1.16.4](https://github.com/ionic-team/stencil/compare/v1.16.3...v1.16.4) (2020-07-18)
2+
3+
* TypeScript 3.9.7
4+
* @rollup/plugin-node-resolve 8.4.0
5+
6+
7+
### Bug Fixes
8+
9+
* **resolve:** fix rollup node resolve realpath checks ([d3f4c4f](https://github.com/ionic-team/stencil/commit/d3f4c4f03cb54c7ef2a0e89273161f731db9bcba))
10+
11+
12+
113
## 🚁 [1.16.3](https://github.com/ionic-team/stencil/compare/v1.16.2...v1.16.3) (2020-07-15)
214

315

‎NOTICE.md

-21
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,6 @@ Author: Rich Harris <richard.a.harris@gmail.com>
2020

2121
Homepage: https://github.com/rollup/plugins/tree/master/packages/commonjs/#readme
2222

23-
> The MIT License (MIT)
24-
>
25-
> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
26-
>
27-
> Permission is hereby granted, free of charge, to any person obtaining a copy
28-
> of this software and associated documentation files (the "Software"), to deal
29-
> in the Software without restriction, including without limitation the rights
30-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
31-
> copies of the Software, and to permit persons to whom the Software is
32-
> furnished to do so, subject to the following conditions:
33-
>
34-
> The above copyright notice and this permission notice shall be included in
35-
> all copies or substantial portions of the Software.
36-
>
37-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
39-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
40-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
41-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
42-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
43-
> THE SOFTWARE.
4423

4524
-----------------------------------------
4625

‎package-lock.json

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

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencil/core",
3-
"version": "1.16.3",
3+
"version": "1.16.4",
44
"license": "MIT",
55
"main": "internal/stencil-core.js",
66
"types": "internal/stencil-core.d.ts",
@@ -140,4 +140,4 @@
140140
"pwa",
141141
"progressive web app"
142142
]
143-
}
143+
}

0 commit comments

Comments
 (0)