Skip to content

Commit

Permalink
🌐 2.0.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Aug 14, 2020
1 parent f23e93b commit 7875e27
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 37 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🐗 [2.0.0-1](https://github.com/ionic-team/stencil/compare/v1.17.3...v2.0.0-1) (2020-08-12)
# 🌐 [2.0.0-2](https://github.com/ionic-team/stencil/compare/v1.17.3...v2.0.0-2) (2020-08-14)

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.

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

### Features

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



Expand Down
36 changes: 4 additions & 32 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ The published Stencil distribution contains the following licenses:
CC-BY-4.0
ISC
MIT
public domain

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

Expand Down Expand Up @@ -844,23 +843,6 @@ Author: TJ Holowaychuk <[email protected]>
--------

## `deep-freeze`

License: public domain

Author: [James Halliday](http://substack.net)

Homepage: https://github.com/substack/deep-freeze

> This software is released to the public domain.
>
> It is based in part on the deepFreeze function from:
> https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/freeze
>
> https://developer.mozilla.org/en-US/docs/Project:Copyrights
--------

## `deepmerge`

License: MIT
Expand Down Expand Up @@ -1839,6 +1821,8 @@ Homepage: https://rollupjs.org/
> By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
> Repository: https://github.com/acornjs/acorn.git
>
> > MIT License
> >
> > Copyright (C) 2012-2018 by various contributors (see AUTHORS)
> >
> > Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -1974,6 +1958,8 @@ Homepage: https://rollupjs.org/
> By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
> Repository: https://github.com/acornjs/acorn.git
>
> > MIT License
> >
> > Copyright (C) 2012-2018 by various contributors (see AUTHORS)
> >
> > Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -2055,13 +2041,6 @@ Homepage: https://rollupjs.org/
>
> ---------------------------------------
>
> ## camelcase
> License: MIT
> By: Sindre Sorhus
> Repository: sindresorhus/camelcase
>
> ---------------------------------------
>
> ## chokidar
> License: MIT
> By: Paul Miller, Elan Shanker
Expand Down Expand Up @@ -2113,13 +2092,6 @@ Homepage: https://rollupjs.org/
>
> ---------------------------------------
>
> ## decamelize
> License: MIT
> By: Sindre Sorhus
> Repository: sindresorhus/decamelize
>
> ---------------------------------------
>
> ## fill-range
> License: MIT
> By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stencil/core",
"version": "2.0.0-1",
"version": "2.0.0-2",
"license": "MIT",
"main": "internal/stencil-core/index.js",
"types": "internal/stencil-core/index.d.ts",
Expand Down

0 comments on commit 7875e27

Please sign in to comment.