Skip to content

Commit

Permalink
Bump @stencil/core from 1.2.3 to 1.2.5 (#375)
Browse files Browse the repository at this point in the history
* Bump @stencil/core from 1.2.3 to 1.2.5

Bumps [@stencil/core](https://github.com/ionic-team/stencil) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/ionic-team/stencil/releases)
- [Changelog](https://github.com/ionic-team/stencil/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/stencil/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Fix bundlesize
  • Loading branch information
dependabot-preview[bot] authored and DangoDev committed Aug 13, 2019
1 parent 7aecabb commit 94683f9
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fixed the service card loading the free badge after rendering, which caused a jumpy UI.
- Simplied `<manifold-service-card>` (data) and `<manifold-service-card-view>` (“dumb” view)

### Fixed

- Added the ability to specify a slot on the `manifold-credentials` with a default manifold button if not set.

### Changed

- Updated Stencil to v1.2.5

## [v0.5.3]

### Fixed
Expand All @@ -19,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed the resource list not showing the status of provisioning or deprovisioning resources.
- Fixed the resource card loading indicator - for a lack of a better word - wobbling around like its life depended on it.
- Fixed the title of the `service-card` taking a dynamic amount of space and making the description look misaligned.
- Fixed the appearance of “free“ badges on product cards in `<manifold-marketplace>`

### Added

Expand All @@ -37,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed name for `manifold-service-view` to be `manifold-service-card-view` to match documentation.
- Added missing support for theme variable `--manifold-tag-free-text-color`.
- Fixed region selector so that it properly emits a `manifold-planSelector-change` event when the region changes.
- Fixed scroll highlight for `<manifold-marketplace>` sidebar

### Deprecated

Expand Down
11 changes: 11 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fixed the service card loading the free badge after rendering, which caused a jumpy UI.
- Simplied `<manifold-service-card>` (data) and `<manifold-service-card-view>` (“dumb” view)

### Fixed

- Added the ability to specify a slot on the `manifold-credentials` with a default manifold button if not set.

### Changed

- Updated Stencil to v1.2.5

## [v0.5.3]

### Fixed
Expand All @@ -23,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed the resource list not showing the status of provisioning or deprovisioning resources.
- Fixed the resource card loading indicator - for a lack of a better word - wobbling around like its life depended on it.
- Fixed the title of the `service-card` taking a dynamic amount of space and making the description look misaligned.
- Fixed the appearance of “free“ badges on product cards in `<manifold-marketplace>`

### Added

Expand All @@ -41,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed name for `manifold-service-view` to be `manifold-service-card-view` to match documentation.
- Added missing support for theme variable `--manifold-tag-free-text-color`.
- Fixed region selector so that it properly emits a `manifold-planSelector-change` event when the region changes.
- Fixed scroll highlight for `<manifold-marketplace>` sidebar

### Deprecated

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@
"path": "./dist/esm/manifold-!(mock)*.js",
"maxSize": "32 kB",
"compression": "none"
},
{
"path": "./dist/esm/chunk-*.js",
"maxSize": "66 kB",
"compression": "none"
}
],
"dependencies": {
Expand All @@ -87,7 +82,7 @@
"@manifoldco/eslint-plugin-stencil": "^0.4.1",
"@manifoldco/icons": "0.0.3",
"@reach/observe-rect": "^1.0.3",
"@stencil/core": "^1.2.3",
"@stencil/core": "^1.2.5",
"@stencil/postcss": "^1.0.1",
"@storybook/addons": "^5.1.11",
"@storybook/html": "^5.1.11",
Expand Down

1 comment on commit 94683f9

@vercel
Copy link

@vercel vercel bot commented on 94683f9 Aug 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.