Skip to content

Commit 7875e27

Browse files
committed
🌐 2.0.0-2
1 parent f23e93b commit 7875e27

File tree

4 files changed

+11
-37
lines changed

4 files changed

+11
-37
lines changed

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🐗 [2.0.0-1](https://github.com/ionic-team/stencil/compare/v1.17.3...v2.0.0-1) (2020-08-12)
1+
# 🌐 [2.0.0-2](https://github.com/ionic-team/stencil/compare/v1.17.3...v2.0.0-2) (2020-08-14)
22

33
In keeping with [Semver](https://semver.org/), Stencil `2.0.0` was released due to changes in the API (mainly from some updates to the config API). But even though this is a new major version, there are few breaking changes, and any changes will be flagged and described by the compiler during development. For the most part, most of the changes are removal of deprecated APIs that have been printing out warning logs for quite some time now.
44

@@ -104,8 +104,10 @@ The other change is the update to [TypeScript 4](https://devblogs.microsoft.com/
104104

105105
### Features
106106

107-
* **jest:** update to jest 26.3.0 ([fa9214d](https://github.com/ionic-team/stencil/commit/fa9214d7bd5a7d644ca1168f7711a445457ce8e4))
108-
* **rollup:** rollup 2.23.1 ([c51afca](https://github.com/ionic-team/stencil/commit/c51afca797f96c0be5124e76861daa94b0ce0856))
107+
* **buildEs5:** add "prod" as an option for config.buildEs5 ([1af30a2](https://github.com/ionic-team/stencil/commit/1af30a2177e6cc920c88c30a6c0c939a73918c1b))
108+
* **jest:** update to jest 26.4.0 ([9e3a6a8](https://github.com/ionic-team/stencil/commit/9e3a6a85cf40ad61bdc687fa047beda30b47f8a4))
109+
* **rollup:** update rollup dependencies ([#2638](https://github.com/ionic-team/stencil/issues/2638)) ([8f807bf](https://github.com/ionic-team/stencil/commit/8f807bfb578608d7ccc4b5e7ef9551c5294a4e50))
110+
* **terser:** update to terser v5 and use its esm build ([4b67c5a](https://github.com/ionic-team/stencil/commit/4b67c5a229541fcf3ab3d943c4fb2b650a11e80a))
109111

110112

111113

NOTICE.md

+4-32
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ The published Stencil distribution contains the following licenses:
88
CC-BY-4.0
99
ISC
1010
MIT
11-
public domain
1211

1312
The following distributions have been modified to be bundled within this distribution:
1413

@@ -844,23 +843,6 @@ Author: TJ Holowaychuk <[email protected]>
844843
845844
--------
846845

847-
## `deep-freeze`
848-
849-
License: public domain
850-
851-
Author: [James Halliday](http://substack.net)
852-
853-
Homepage: https://github.com/substack/deep-freeze
854-
855-
> This software is released to the public domain.
856-
>
857-
> It is based in part on the deepFreeze function from:
858-
> https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/freeze
859-
>
860-
> https://developer.mozilla.org/en-US/docs/Project:Copyrights
861-
862-
--------
863-
864846
## `deepmerge`
865847

866848
License: MIT
@@ -1839,6 +1821,8 @@ Homepage: https://rollupjs.org/
18391821
> By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
18401822
> Repository: https://github.com/acornjs/acorn.git
18411823
>
1824+
> > MIT License
1825+
> >
18421826
> > Copyright (C) 2012-2018 by various contributors (see AUTHORS)
18431827
> >
18441828
> > Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1974,6 +1958,8 @@ Homepage: https://rollupjs.org/
19741958
> By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
19751959
> Repository: https://github.com/acornjs/acorn.git
19761960
>
1961+
> > MIT License
1962+
> >
19771963
> > Copyright (C) 2012-2018 by various contributors (see AUTHORS)
19781964
> >
19791965
> > Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2055,13 +2041,6 @@ Homepage: https://rollupjs.org/
20552041
>
20562042
> ---------------------------------------
20572043
>
2058-
> ## camelcase
2059-
> License: MIT
2060-
> By: Sindre Sorhus
2061-
> Repository: sindresorhus/camelcase
2062-
>
2063-
> ---------------------------------------
2064-
>
20652044
> ## chokidar
20662045
> License: MIT
20672046
> By: Paul Miller, Elan Shanker
@@ -2113,13 +2092,6 @@ Homepage: https://rollupjs.org/
21132092
>
21142093
> ---------------------------------------
21152094
>
2116-
> ## decamelize
2117-
> License: MIT
2118-
> By: Sindre Sorhus
2119-
> Repository: sindresorhus/decamelize
2120-
>
2121-
> ---------------------------------------
2122-
>
21232095
> ## fill-range
21242096
> License: MIT
21252097
> By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencil/core",
3-
"version": "2.0.0-1",
3+
"version": "2.0.0-2",
44
"license": "MIT",
55
"main": "internal/stencil-core/index.js",
66
"types": "internal/stencil-core/index.d.ts",

0 commit comments

Comments
 (0)