Skip to content

Commit 5493a99

Browse files
authored
0.9.2 (#841)
1 parent 0e4b967 commit 5493a99

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

CHANGELOG.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,31 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.9.2] - 2019-01-13
99

10-
### Fixed
10+
### Changed
1111

12-
- Update engine version of node
12+
- Allow Node versions 10.x and above
1313

14-
### [0.9.1]
14+
## [0.9.1] - 2019-01-12
1515

1616
### Added
1717

1818
- Support for configurable features in plan selector.
1919
- Added safety check for MutationObserver when initializing UI.
2020

21-
## [0.9.0]
22-
2321
### Removed
2422

2523
- `resourceLabel` prop on `<manifold-data-product-logo>` component (previously deprecated in favor
2624
of `<manifold-data-resource-logo>`).
2725
- `manifold-service-card` component (previously deprecated in favor of `manifold-product-card`).
2826

29-
## [0.8.0]
27+
## [0.8.0] - 2019-11-27
3028

3129
### Added
3230

3331
- `disabled` props on more button components.
3432

35-
### Fixed
36-
37-
- Screenshots now display full images (uncropped). (#751)
38-
- `manifold-data-rename-button` success message now contains the returned updated label value as
39-
opposed to the submitted label value. (#756)
40-
4133
### Changed
4234

4335
- Refactor GraphQL query for `manifold-service-card`. (#752)
@@ -50,6 +42,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5042
- Refactor GraphQL for `manifold-data-rename-button`. (#756)
5143
- Deprecated `manifold-service-card` in favor of `manifold-product-card`. (#760)
5244

45+
### Fixed
46+
47+
- Screenshots now display full images (uncropped). (#751)
48+
- `manifold-data-rename-button` success message now contains the returned updated label value as
49+
opposed to the submitted label value. (#756)
50+
5351
## [0.7.2] - 2019-11-19
5452

5553
### Added
@@ -486,6 +484,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
486484
- Changed the `manifold-resource-credentials` component to use the standalone `manifold-credentials`
487485
component.
488486

487+
[0.9.2]: https://github.com/manifoldco/ui/compare/v0.9.1...v0.9.2
488+
[0.9.1]: https://github.com/manifoldco/ui/compare/v0.8.0...v0.9.1
489+
[0.8.0]: https://github.com/manifoldco/ui/compare/v0.7.2...v0.8.0
489490
[0.7.2]: https://github.com/manifoldco/ui/compare/v0.7.1...v0.7.2
490491
[0.7.1]: https://github.com/manifoldco/ui/compare/v0.7.0...v0.7.1
491492
[0.7.0]: https://github.com/manifoldco/ui/compare/v0.6.5...v0.7.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@manifoldco/ui",
33
"description": "Manifold UI",
4-
"version": "0.9.1",
4+
"version": "0.9.2",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/manifoldco/ui.git"

0 commit comments

Comments
 (0)