diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b652a600ab..e65ce0202d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,111 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.0.0](https://github.com/material-components/material-components-web/compare/v9.0.0...v10.0.0) (2021-02-05)
+
+
+### Bug Fixes
+
+* **data-table:** fix style ordering wrt select & use new variable-width mixin ([afb6889](https://github.com/material-components/material-components-web/commit/afb68894e63c9ed4bb3b3d523cbb4072480117a6)), closes [#6599](https://github.com/material-components/material-components-web/issues/6599)
+* **dialog:** add property to customize suppressDefaultPressSelector ([772cc10](https://github.com/material-components/material-components-web/commit/772cc10686cc8994033a556ab70f4be106e902ee))
+* **linear-progress:** fix RTL rendering ([c7c5da2](https://github.com/material-components/material-components-web/commit/c7c5da28f2cd2c1b54dd201d3797e112288fa86c))
+* **list:** add support for density scaling. ([419e035](https://github.com/material-components/material-components-web/commit/419e035729c1ca1ee2b572ae4b1937e2d8cf04bc))
+* **list:** add support for non-interactive list roles. ([fc8b045](https://github.com/material-components/material-components-web/commit/fc8b045f1127709c5929a3cd1c9c7d622db8ed42))
+* **list:** ensure divider appears in IE high contrast mode. ([eff7b46](https://github.com/material-components/material-components-web/commit/eff7b46ac916d2eb130f7d826eee047c5f19e6f2))
+* **menu:** Remove anchorSize height from calculations when anchored to bottom ([1631198](https://github.com/material-components/material-components-web/commit/16311983787cf46ccd22eaa4d6a076254cb32eea))
+* **notched-outline:** fix notched outline no-label style ([99cfb6b](https://github.com/material-components/material-components-web/commit/99cfb6bd53f72240fe76852d0fdaa0b82e7dca39))
+* **select:** debounce click on anchor ([b39094d](https://github.com/material-components/material-components-web/commit/b39094d145f9b96c1c75e2b5fcce7b76c9b31bf1))
+* **select:** set aria-expanded false earlier when menu closes ([df00c2b](https://github.com/material-components/material-components-web/commit/df00c2b30342877eba7d1e21e8a57141739155a5))
+* **slider:** Add aria-hidden to value indicator container, to avoid duplicate value announcements for screenreader users. ([9687353](https://github.com/material-components/material-components-web/commit/96873535640a2e9141ff8e17e64fcb5e28d90f53))
+* **slider:** Adjust hidden input dimensions to take slider dimensions, such that screenreader focus indicators show a highlight around the entire slider. ([fd22355](https://github.com/material-components/material-components-web/commit/fd22355f72ab304aec043f53ced92fa9adfef457))
+* **slider:** Fire custom change event on input change. ([07deaec](https://github.com/material-components/material-components-web/commit/07deaec27a6f92b9a00c7698c49d3e1a93e504ea))
+* **slider:** Fix bug where value indicator container took space and could be hovered over / clicked when hidden. ([832668d](https://github.com/material-components/material-components-web/commit/832668d33389a0b6194d3d8ef53aa8c252aa8f5d))
+* **slider:** Mark ripple event handler as passive. Fixes [#6746](https://github.com/material-components/material-components-web/issues/6746) ([abdd100](https://github.com/material-components/material-components-web/commit/abdd10065367738148866c165b339a3e3b9b1fc3))
+* **slider:** Remove big step options. Now that we're using a native range input, big step is not customizable - we follow browser defaults for big step. ([ae27b44](https://github.com/material-components/material-components-web/commit/ae27b44b078ebdad3669b03abc9f28ed184db803))
+* **slider:** Update both thumbs' value indicator UI's if layout is invoked with undefined `thumb`. ([489d4c2](https://github.com/material-components/material-components-web/commit/489d4c219d1747a8e5de3f210f00898c18201b24))
+* **slider:** Use `pointer-events: none` instead of `visibility: hidden` to hide the value indicator container. Adding `visibility: hidden` removes the exit animation since the value indicator is immediately hidden. ([a94bd8d](https://github.com/material-components/material-components-web/commit/a94bd8deb879b0321e8227d26f338789ef3ffb90))
+* **slider:** Use mouse/touch events on iOS, to work around pointer events bug. ([671d72d](https://github.com/material-components/material-components-web/commit/671d72d9544d3d1630966ec4e78b5705700defe7)), closes [#6715](https://github.com/material-components/material-components-web/issues/6715)
+* **tabs:** Expose min width mixin and set to 90px per spec. ([c4ab987](https://github.com/material-components/material-components-web/commit/c4ab987221d5a3b9ab588321bb0347f5d665505a))
+* **theme:** ensure either() works with false values ([8e66dbf](https://github.com/material-components/material-components-web/commit/8e66dbfeebe3d5fec438c69093d7f9941c0fbf10))
+* **tooltip:** Adds "will-change" into CSS to prevent the tooltip from "jittering" when animating in. ([7a003ac](https://github.com/material-components/material-components-web/commit/7a003acf09345920d917cb4ab7c298a66e4fe184))
+* **tooltip:** Change foundation to check for "dialog" on the anchor element's aria-haspopup attribute instead of checking for "true". ([b8a1a58](https://github.com/material-components/material-components-web/commit/b8a1a58e4ebb49a73725d2e7ae8aef09c07db09d))
+* **tooltip:** Clear hideTimeout in handleAnchorMouseEnter so that the tooltip will not be hidden if the user rapidly moves the mouse in and out of the anchor element. ([365c693](https://github.com/material-components/material-components-web/commit/365c69360230540a67dd141f6bec999b2541a7e8))
+* **tooltip:** Fix rich tooltip tests to not use aria-describedby to associate rich tooltips with their anchor elements. This is because interactive rich tooltips should not be used with aria-describedby per a11y guidance. ([251ac04](https://github.com/material-components/material-components-web/commit/251ac04c0a976d48a6be33cc7fcd76f6e2700aac))
+* adjust meta baseline and update color mixins. ([07f3e01](https://github.com/material-components/material-components-web/commit/07f3e01b75306a7481c7077cd3ed12a87399958e))
+
+
+### Code Refactoring
+
+* Remove MDC theme's deep-get, used sass:map's get API instead. ([37fbae1](https://github.com/material-components/material-components-web/commit/37fbae10d6fb993c0ea866959fb5564c052002cc))
+
+
+### Features
+
+* **banner:** Add mobile-stacked variant support to banner. ([a0b2db2](https://github.com/material-components/material-components-web/commit/a0b2db26b550162d2e409489c5ded3381b7c7dc2))
+* **button:** Add in HCM support to the mdc button as an opt-in mixin. ([121e1f3](https://github.com/material-components/material-components-web/commit/121e1f303f10e55c9cc5e6508bcd559c6ea7dc7b))
+* **button:** consolidate states into button mixins ([637d15d](https://github.com/material-components/material-components-web/commit/637d15da60919641e5571f280562c4fb3491c8f0))
+* **button:** thread state keys through theme config ([05f2496](https://github.com/material-components/material-components-web/commit/05f249666dff2bae35a1a6c1e7a5ed89eb193213))
+* **checkbox:** Add CSS custom properties to MDC checkbox for density theming ([9244508](https://github.com/material-components/material-components-web/commit/9244508bd82ab65635169cfacd74f1a25ebaab7e))
+* **checkbox:** Add validation to MDC Checkbox theme mixin ([2d5f32d](https://github.com/material-components/material-components-web/commit/2d5f32d41cda48ca8e3c1d2244d6fb3bb4c6aa7d))
+* **circular-progress:** do not require HTML without whitespaces ([8648b82](https://github.com/material-components/material-components-web/commit/8648b8258f7f87edcc1d58a2bc7db3d78425508f))
+* **dialog:** add custom property for z-index ([776c186](https://github.com/material-components/material-components-web/commit/776c1868154e5b99a332f60927b78b32b82fe19f))
+* **dialog:** Adding styling for scroll bar dividers, and adding logic to show said dividers only when content is scrolled "behind" the header or footer of the dialog. ([e383944](https://github.com/material-components/material-components-web/commit/e383944e9792ea1971c7814e0e63e2e00f99a468))
+* **dialog:** Adds and defines styling for the "header bar" on a full-screen dialog. ([089de51](https://github.com/material-components/material-components-web/commit/089de519c1c2f0378b9852dafd3ca5a304268a44))
+* **iconbutton:** Add in HCM support to the mdc iconbutton as an opt-in mixin. ([fd61b04](https://github.com/material-components/material-components-web/commit/fd61b04760d96fcc1c96e43ca8e0663d16f5a995))
+* **linear-progress:** remove aria-valuemin/max attrs for indeterminate ([4321323](https://github.com/material-components/material-components-web/commit/4321323e4bea2da8192b81ebdf8c6a9ee1e76aa0))
+* **list:** support ctrl + a keyboard shortcut ([eefef49](https://github.com/material-components/material-components-web/commit/eefef49d86c69b1985aa4e5fa5b8809ba1f0a1f4)), closes [#6366](https://github.com/material-components/material-components-web/issues/6366)
+* **list:** Update the MDC component for List Evolution. ([766981c](https://github.com/material-components/material-components-web/commit/766981c15a200b374a14c2ab80bf746824bf7434))
+* **menu,select:** enable fixed menu position in mwc-select ([b9adb7a](https://github.com/material-components/material-components-web/commit/b9adb7a0f6d2871bcd87664ab857fb62392c27d4)), closes [#2062](https://github.com/material-components/material-components-web/issues/2062)
+* **select:** add mixin for variable width ([30c11bf](https://github.com/material-components/material-components-web/commit/30c11bfc24e426c0647645758e4f9d98f589e85c))
+* **slider:** Add hidden input to slider, to support forms submission. This is also prep for moving to use an \ behind the scenes, in order to support touch-based AT's. ([b98d15d](https://github.com/material-components/material-components-web/commit/b98d15d90b19e69066c0b417ee0d8b11ab733e20))
+* **slider:** Modify continuous slider to use step value by default, and give clients the option to customize step value for continuous sliders. ([7ad038e](https://github.com/material-components/material-components-web/commit/7ad038e1d37171dc1fc931112b17f085533f7048))
+* **slider:** Use input with type="range" to back slider component. This ensures that sliders can be adjusted with touch-based assistive technologies, as the current ARIA spec for sliders is not compatible with e.g. TalkBack/Android. ([9083b7d](https://github.com/material-components/material-components-web/commit/9083b7d61b1dda2c5acefda6e8939870a358e98f))
+* **snackbar:** Add 1px transparent border for high contrast support ([15a4d40](https://github.com/material-components/material-components-web/commit/15a4d40dd708775c6120165422c9ebadee4c8f6f))
+* **theme:** add either() utility function ([5268222](https://github.com/material-components/material-components-web/commit/5268222c432bb886add05cbb1779909117cf1620))
+* **theme:** add validation option to disallow custom properties ([fec7b42](https://github.com/material-components/material-components-web/commit/fec7b42ca54baf37487cadaf96ac8cf559d6ccd0))
+* **theme:** Added validation mixin to validate provided theme configuration keys ([1c156d6](https://github.com/material-components/material-components-web/commit/1c156d69d76efcfa39c706f7f6ae74e96c2bd541))
+* **theme:** allow lists in replace maps ([d2959b1](https://github.com/material-components/material-components-web/commit/d2959b16ca9a2e4574984b8e459993c9c9a2075a))
+* **theme:** emit CSS var() declarations when provided a standalone custom prop ([1a3a396](https://github.com/material-components/material-components-web/commit/1a3a396293df35d9621155e9168df35d39d83fee))
+* **tooltip:** Add positioning adjustment and position specification for rich tooltips. Rich tooltips default to the END position and does not support CENTER positioning. ([384a8ee](https://github.com/material-components/material-components-web/commit/384a8eeb163798df6655c8a49c36428ede852e15))
+* **tooltip:** Added persistent variant for rich tooltips that shows/hides based on mouse clicks on the anchor element. Clicks on elements other than the anchor will also hide the persistent variant. ([9775856](https://github.com/material-components/material-components-web/commit/9775856508a7256cb7dc93d0c3e47f6d87c08c93))
+* **tooltip:** Adds `transform-origin` on tooltip surface so tooltip entrance animation has a direction based on its alignment with the anchor element. ([623af86](https://github.com/material-components/material-components-web/commit/623af861e1852603fd4778fb0abbef58b427333c))
+* **tooltip:** Adjust tooltip position on `scroll` and `resize` events. This ensures that the tooltip remains pinned to the anchor element despite page movement. ([a415276](https://github.com/material-components/material-components-web/commit/a41527604048d218879240aaaf04aff7389053d1))
+* **tooltip:** Adjusting tooltip positioning logic so that the tooltip remains within the viewport even if the anchor element is partially off-screen. ([482ff90](https://github.com/material-components/material-components-web/commit/482ff909132b2e8f81791d7128cb0a3d2ff371a8))
+* **tooltip:** Change rich tooltip to use position absolute instead of fixed and rely on a position relative parent element so that if the parent has a transform, perspective, or filter property set to something other than none, the positioning would still work. ([0c95c9f](https://github.com/material-components/material-components-web/commit/0c95c9f7bf1e0d465e99fd7dd3f1497d37d871ff))
+* **tooltip:** Define styling to set the full-screen dialog size depending on the viewport size. ([fe13dd1](https://github.com/material-components/material-components-web/commit/fe13dd1308dc695898b2c7d3dfbddccc7d38b420))
+* **tooltip:** Expose `hide` and `isShown` methods in the MDCTooltip component. This allows MDC clients to create their own class to enforce only one tooltip being shown at a time. ([c5e18b0](https://github.com/material-components/material-components-web/commit/c5e18b0203a3c474384bc5902a15855636ce849b))
+* **tooltip:** Hide rich tooltip if mouse leaves rich tooltip. Rich tooltip persists if mouse leaves rich tooltip and enters anchor. ([6d8574f](https://github.com/material-components/material-components-web/commit/6d8574fe1db3a60dfb5a45ce8c6c6718700c2dfd))
+* **tooltip:** Reducing minimum threshold distance between tooltip and viewport from 32px to 8px. ([23491cf](https://github.com/material-components/material-components-web/commit/23491cf85b8831896f95879e8aea258d5ca7f653))
+* **tooltip:** Restore focus to the anchor element when the ESC button is pressed while the focus is in the tooltip for rich tooltips. Default rich tooltips should have focus restored to anchor and not have rich tooltips show. ([eabf9d5](https://github.com/material-components/material-components-web/commit/eabf9d5c2d9b56e316db98f2d8e16bf12f1ef501))
+* **tooltip:** Set up base sass for rich tooltip. Rich tooltips are currently in development and is not yet ready for use. ([4ae94ff](https://github.com/material-components/material-components-web/commit/4ae94ff7816d87fde3285a0c2fd48b94ff0bbdab))
+* **tooltip:** Set up rich tooltip to persist if mouse leaves anchor and enters rich tooltip. ([c927a5d](https://github.com/material-components/material-components-web/commit/c927a5d05761d0a80f886b2b7627e600df38c467))
+* **tooltip:** The aria-expanded attribute of the anchor element will only be changed for anchor elements with interactive rich tooltips. Non-interactive rich tooltip anchor elements do not have the aria-haspopup and aria-expanded attributes. ([c5dda80](https://github.com/material-components/material-components-web/commit/c5dda809d5e4c110f3b4bb37c9646e572026d58d))
+* **tooltip:** When the anchor element blurs, the rich tooltip will only be hidden if the focus is changed to a non-rich tooltip element. ([6871336](https://github.com/material-components/material-components-web/commit/6871336f11f3cc7d94c6314dc049092e0427106c))
+* Added global variable to conditionally emit CSS selector fallback declarations ([7b0e2b3](https://github.com/material-components/material-components-web/commit/7b0e2b3775d006126161bd688851d490d19e9558))
+* **tooltip:** When the rich tooltip element focuses out, hide the rich tooltip if the new focused element is not the anchor element or an element within the rich tooltip. ([1085c3b](https://github.com/material-components/material-components-web/commit/1085c3b2df7d3c1b528e1b9ba5557975fa959401))
+
+
+### BREAKING CHANGES
+
+* **theme:** custom-properties.apply() has been renamed to declaration() to better align with css.declaration()
+* **tooltip:** Added adapter methods:
+ - getComputedStyleProperty(propertyName: string): string;
+ - getParentBoundingRect(): ClientRect|null;
+* **tooltip:** Added adapter method:
+ - tooltipContainsElement(element: HTMLElement): boolean;
+* Removed `deep-get()` API from mdc-theme, use `sass:map`'s get() API instead.
+* **tooltip:** Added adapter method:
+ - anchorContainsElement(element: HTMLElement): boolean;
+* **slider:** Slider is now backed by an input of type="range". Additionally, adapter methods (focusInput, isInputFocused, registerInputEventHandler, deregisterInputEventHandler) were added.
+* **tooltip:** Added adapter methods:
+ - setAnchorAttribute(attr: string, value: string): void;
+ - registerEventHandler(
+ evtType: K, handler: SpecificEventListener): void;
+ - deregisterEventHandler(
+ evtType: K, handler: SpecificEventListener): void;
+* **slider:** Adds slider adapter methods (get/setInputValue, get/setInputAttribute, removeInputAttribute). Slider DOM structure now contains a hidden input.
+
+
# [9.0.0](https://github.com/material-components/material-components-web/compare/v8.0.0...v9.0.0) (2020-12-29)
diff --git a/lerna.json b/lerna.json
index 540f72a6ba9..4347aa41999 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,5 +1,5 @@
{
- "version": "9.0.0",
+ "version": "10.0.0",
"command": {
"version": {
"conventionalCommits": true
diff --git a/packages/material-components-web/package.json b/packages/material-components-web/package.json
index a55f1806b6b..cf3e60113cb 100644
--- a/packages/material-components-web/package.json
+++ b/packages/material-components-web/package.json
@@ -1,7 +1,7 @@
{
"name": "material-components-web",
"description": "Modular and customizable Material Design UI components for the web",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -17,52 +17,52 @@
"directory": "packages/material-components-web"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/auto-init": "^9.0.0",
- "@material/banner": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/button": "^9.0.0",
- "@material/card": "^9.0.0",
- "@material/checkbox": "^9.0.0",
- "@material/chips": "^9.0.0",
- "@material/circular-progress": "^9.0.0",
- "@material/data-table": "^9.0.0",
- "@material/density": "^9.0.0",
- "@material/dialog": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/drawer": "^9.0.0",
- "@material/elevation": "^9.0.0",
- "@material/fab": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/floating-label": "^9.0.0",
- "@material/form-field": "^9.0.0",
- "@material/icon-button": "^9.0.0",
- "@material/image-list": "^9.0.0",
- "@material/layout-grid": "^9.0.0",
- "@material/line-ripple": "^9.0.0",
- "@material/linear-progress": "^9.0.0",
- "@material/list": "^9.0.0",
- "@material/menu": "^9.0.0",
- "@material/menu-surface": "^9.0.0",
- "@material/notched-outline": "^9.0.0",
- "@material/radio": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/segmented-button": "^9.0.0",
- "@material/select": "^9.0.0",
- "@material/shape": "^9.0.0",
- "@material/slider": "^9.0.0",
- "@material/snackbar": "^9.0.0",
- "@material/switch": "^9.0.0",
- "@material/tab": "^9.0.0",
- "@material/tab-bar": "^9.0.0",
- "@material/tab-indicator": "^9.0.0",
- "@material/tab-scroller": "^9.0.0",
- "@material/textfield": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/tooltip": "^9.0.0",
- "@material/top-app-bar": "^9.0.0",
- "@material/touch-target": "^9.0.0",
- "@material/typography": "^9.0.0"
+ "@material/animation": "^10.0.0",
+ "@material/auto-init": "^10.0.0",
+ "@material/banner": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/button": "^10.0.0",
+ "@material/card": "^10.0.0",
+ "@material/checkbox": "^10.0.0",
+ "@material/chips": "^10.0.0",
+ "@material/circular-progress": "^10.0.0",
+ "@material/data-table": "^10.0.0",
+ "@material/density": "^10.0.0",
+ "@material/dialog": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/drawer": "^10.0.0",
+ "@material/elevation": "^10.0.0",
+ "@material/fab": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/floating-label": "^10.0.0",
+ "@material/form-field": "^10.0.0",
+ "@material/icon-button": "^10.0.0",
+ "@material/image-list": "^10.0.0",
+ "@material/layout-grid": "^10.0.0",
+ "@material/line-ripple": "^10.0.0",
+ "@material/linear-progress": "^10.0.0",
+ "@material/list": "^10.0.0",
+ "@material/menu": "^10.0.0",
+ "@material/menu-surface": "^10.0.0",
+ "@material/notched-outline": "^10.0.0",
+ "@material/radio": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/segmented-button": "^10.0.0",
+ "@material/select": "^10.0.0",
+ "@material/shape": "^10.0.0",
+ "@material/slider": "^10.0.0",
+ "@material/snackbar": "^10.0.0",
+ "@material/switch": "^10.0.0",
+ "@material/tab": "^10.0.0",
+ "@material/tab-bar": "^10.0.0",
+ "@material/tab-indicator": "^10.0.0",
+ "@material/tab-scroller": "^10.0.0",
+ "@material/textfield": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/tooltip": "^10.0.0",
+ "@material/top-app-bar": "^10.0.0",
+ "@material/touch-target": "^10.0.0",
+ "@material/typography": "^10.0.0"
}
}
diff --git a/packages/mdc-animation/package.json b/packages/mdc-animation/package.json
index ed499739fc3..5ebae3f9740 100644
--- a/packages/mdc-animation/package.json
+++ b/packages/mdc-animation/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/animation",
"description": "Animation Variables and Mixins used by Material Components for the web",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
diff --git a/packages/mdc-auto-init/package.json b/packages/mdc-auto-init/package.json
index 9431f8332ed..8c3760369d6 100644
--- a/packages/mdc-auto-init/package.json
+++ b/packages/mdc-auto-init/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/auto-init",
"description": "Declarative, easy-to-use auto-initialization for Material Components for the web",
- "version": "9.0.0",
+ "version": "10.0.0",
"main": "dist/mdc.autoInit.js",
"module": "index.js",
"sideEffects": false,
@@ -13,7 +13,7 @@
"directory": "packages/mdc-auto-init"
},
"dependencies": {
- "@material/base": "^9.0.0",
+ "@material/base": "^10.0.0",
"tslib": "^1.9.3"
}
}
diff --git a/packages/mdc-banner/package.json b/packages/mdc-banner/package.json
index 3ed0d157f4a..bf12df031ad 100644
--- a/packages/mdc-banner/package.json
+++ b/packages/mdc-banner/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/banner",
"description": "The Material Components Web banner component.",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -18,15 +18,15 @@
"directory": "packages/mdc-banner"
},
"dependencies": {
- "@material/base": "^9.0.0",
- "@material/button": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/shape": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/typography": "^9.0.0",
+ "@material/base": "^10.0.0",
+ "@material/button": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/shape": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/typography": "^10.0.0",
"tslib": "^1.9.3"
},
"publishConfig": {
diff --git a/packages/mdc-base/package.json b/packages/mdc-base/package.json
index 98658707d22..aa38c446429 100644
--- a/packages/mdc-base/package.json
+++ b/packages/mdc-base/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/base",
"description": "The set of base classes for Material Components for the web",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"main": "dist/mdc.base.js",
"module": "index.js",
diff --git a/packages/mdc-button/package.json b/packages/mdc-button/package.json
index aed0b5aeadc..6c8908cb681 100644
--- a/packages/mdc-button/package.json
+++ b/packages/mdc-button/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/button",
"description": "The Material Components for the web button component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -15,15 +15,15 @@
},
"sideEffects": false,
"dependencies": {
- "@material/density": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/elevation": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/shape": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/touch-target": "^9.0.0",
- "@material/typography": "^9.0.0"
+ "@material/density": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/elevation": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/shape": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/touch-target": "^10.0.0",
+ "@material/typography": "^10.0.0"
}
}
diff --git a/packages/mdc-card/package.json b/packages/mdc-card/package.json
index 89a850fbf93..a56fe9aa8bd 100644
--- a/packages/mdc-card/package.json
+++ b/packages/mdc-card/package.json
@@ -1,6 +1,6 @@
{
"name": "@material/card",
- "version": "9.0.0",
+ "version": "10.0.0",
"description": "The Material Components for the web card component",
"license": "MIT",
"keywords": [
@@ -15,12 +15,12 @@
},
"sideEffects": false,
"dependencies": {
- "@material/dom": "^9.0.0",
- "@material/elevation": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/shape": "^9.0.0",
- "@material/theme": "^9.0.0"
+ "@material/dom": "^10.0.0",
+ "@material/elevation": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/shape": "^10.0.0",
+ "@material/theme": "^10.0.0"
}
}
diff --git a/packages/mdc-checkbox/package.json b/packages/mdc-checkbox/package.json
index 34f22fd2cef..337fd6c7ea4 100644
--- a/packages/mdc-checkbox/package.json
+++ b/packages/mdc-checkbox/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/checkbox",
"description": "The Material Components for the web checkbox component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -18,14 +18,14 @@
"directory": "packages/mdc-checkbox"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/density": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/touch-target": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/density": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/touch-target": "^10.0.0",
"tslib": "^1.9.3"
}
}
diff --git a/packages/mdc-chips/package.json b/packages/mdc-chips/package.json
index d81ee5be60f..08a03344bf9 100644
--- a/packages/mdc-chips/package.json
+++ b/packages/mdc-chips/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/chips",
"description": "The Material Components for the Web chips component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"main": "dist/mdc.chips.js",
"module": "index.js",
@@ -21,19 +21,19 @@
"access": "public"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/checkbox": "^9.0.0",
- "@material/density": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/elevation": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/shape": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/touch-target": "^9.0.0",
- "@material/typography": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/checkbox": "^10.0.0",
+ "@material/density": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/elevation": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/shape": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/touch-target": "^10.0.0",
+ "@material/typography": "^10.0.0",
"tslib": "^1.9.3"
}
}
diff --git a/packages/mdc-circular-progress/package.json b/packages/mdc-circular-progress/package.json
index 67c6d8038b2..c90b5fd0fc6 100644
--- a/packages/mdc-circular-progress/package.json
+++ b/packages/mdc-circular-progress/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/circular-progress",
"description": "The Material Components for the web circular progress component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -18,11 +18,11 @@
"directory": "packages/mdc-circular-progress"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/progress-indicator": "^9.0.0",
- "@material/theme": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/progress-indicator": "^10.0.0",
+ "@material/theme": "^10.0.0",
"tslib": "^1.9.3"
}
}
diff --git a/packages/mdc-data-table/package.json b/packages/mdc-data-table/package.json
index dd123068083..69d7cf4e2a9 100644
--- a/packages/mdc-data-table/package.json
+++ b/packages/mdc-data-table/package.json
@@ -1,6 +1,6 @@
{
"name": "@material/data-table",
- "version": "9.0.0",
+ "version": "10.0.0",
"description": "The Material Components Web data table component",
"license": "MIT",
"keywords": [
@@ -17,23 +17,23 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/checkbox": "^9.0.0",
- "@material/density": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/elevation": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/icon-button": "^9.0.0",
- "@material/linear-progress": "^9.0.0",
- "@material/list": "^9.0.0",
- "@material/menu": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/select": "^9.0.0",
- "@material/shape": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/touch-target": "^9.0.0",
- "@material/typography": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/checkbox": "^10.0.0",
+ "@material/density": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/elevation": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/icon-button": "^10.0.0",
+ "@material/linear-progress": "^10.0.0",
+ "@material/list": "^10.0.0",
+ "@material/menu": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/select": "^10.0.0",
+ "@material/shape": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/touch-target": "^10.0.0",
+ "@material/typography": "^10.0.0",
"tslib": "^1.10.0"
},
"publishConfig": {
diff --git a/packages/mdc-density/package.json b/packages/mdc-density/package.json
index abb101c3e79..58c86f8e2c3 100644
--- a/packages/mdc-density/package.json
+++ b/packages/mdc-density/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/density",
"description": "Density utilities for Material Components for the web",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
diff --git a/packages/mdc-dialog/package.json b/packages/mdc-dialog/package.json
index 941dd878b05..f7511317fc5 100644
--- a/packages/mdc-dialog/package.json
+++ b/packages/mdc-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@material/dialog",
- "version": "9.0.0",
+ "version": "10.0.0",
"description": "The Material Components Web dialog component",
"license": "MIT",
"keywords": [
@@ -19,19 +19,19 @@
"directory": "packages/mdc-dialog"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/button": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/elevation": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/icon-button": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/shape": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/touch-target": "^9.0.0",
- "@material/typography": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/button": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/elevation": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/icon-button": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/shape": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/touch-target": "^10.0.0",
+ "@material/typography": "^10.0.0",
"tslib": "^1.9.3"
},
"publishConfig": {
diff --git a/packages/mdc-dom/package.json b/packages/mdc-dom/package.json
index 2c88ba0bf5f..e1e430bc996 100644
--- a/packages/mdc-dom/package.json
+++ b/packages/mdc-dom/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/dom",
"description": "DOM manipulation utilities for Material Components for the web",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"main": "dist/mdc.dom.js",
"module": "index.js",
@@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
- "@material/feature-targeting": "^9.0.0",
+ "@material/feature-targeting": "^10.0.0",
"tslib": "^1.9.3"
}
}
diff --git a/packages/mdc-drawer/package.json b/packages/mdc-drawer/package.json
index 5c62cf7df39..db5adff833e 100644
--- a/packages/mdc-drawer/package.json
+++ b/packages/mdc-drawer/package.json
@@ -1,6 +1,6 @@
{
"name": "@material/drawer",
- "version": "9.0.0",
+ "version": "10.0.0",
"description": "The Material Components Web drawer component",
"license": "MIT",
"keywords": [
@@ -19,17 +19,17 @@
"directory": "packages/mdc-drawer"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/elevation": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/list": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/shape": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/typography": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/elevation": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/list": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/shape": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/typography": "^10.0.0",
"tslib": "^1.9.3"
}
}
diff --git a/packages/mdc-elevation/package.json b/packages/mdc-elevation/package.json
index 3f2b1ee80d7..284eeba60d3 100644
--- a/packages/mdc-elevation/package.json
+++ b/packages/mdc-elevation/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/elevation",
"description": "Material Components for the web mixins + CSS Classes for Material Design elevation",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -15,9 +15,9 @@
},
"sideEffects": false,
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/theme": "^9.0.0"
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/theme": "^10.0.0"
}
}
diff --git a/packages/mdc-fab/package.json b/packages/mdc-fab/package.json
index ccf087dfa27..9bf262d37a6 100644
--- a/packages/mdc-fab/package.json
+++ b/packages/mdc-fab/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/fab",
"description": "The Material Components for the web floating action button component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -16,15 +16,15 @@
},
"sideEffects": false,
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/elevation": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/shape": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/touch-target": "^9.0.0",
- "@material/typography": "^9.0.0"
+ "@material/animation": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/elevation": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/shape": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/touch-target": "^10.0.0",
+ "@material/typography": "^10.0.0"
}
}
diff --git a/packages/mdc-feature-targeting/package.json b/packages/mdc-feature-targeting/package.json
index 1158add5c7f..0c27fbeef39 100644
--- a/packages/mdc-feature-targeting/package.json
+++ b/packages/mdc-feature-targeting/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/feature-targeting",
"description": "Material Components for the web Feature Targeting Scss helpers",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
diff --git a/packages/mdc-floating-label/package.json b/packages/mdc-floating-label/package.json
index d812b4fb64c..a3da4819bc4 100644
--- a/packages/mdc-floating-label/package.json
+++ b/packages/mdc-floating-label/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/floating-label",
"description": "The Material Components for the web floating-label component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -22,13 +22,13 @@
"access": "public"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/typography": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/typography": "^10.0.0",
"tslib": "^1.9.3"
}
}
diff --git a/packages/mdc-form-field/package.json b/packages/mdc-form-field/package.json
index 0febad9d874..bcdb147fe90 100644
--- a/packages/mdc-form-field/package.json
+++ b/packages/mdc-form-field/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/form-field",
"description": "Material Components for the web wrapper for laying out form fields and labels next to one another",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -18,12 +18,12 @@
"directory": "packages/mdc-form-field"
},
"dependencies": {
- "@material/base": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/typography": "^9.0.0",
+ "@material/base": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/typography": "^10.0.0",
"tslib": "^1.9.3"
}
}
diff --git a/packages/mdc-icon-button/package.json b/packages/mdc-icon-button/package.json
index 63a16cdb750..d0a82940ae1 100644
--- a/packages/mdc-icon-button/package.json
+++ b/packages/mdc-icon-button/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/icon-button",
"description": "The Material Components for the web icon button component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"main": "dist/mdc.iconButton.js",
"module": "index.js",
@@ -20,12 +20,12 @@
"directory": "packages/mdc-icon-button"
},
"dependencies": {
- "@material/base": "^9.0.0",
- "@material/density": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/theme": "^9.0.0",
+ "@material/base": "^10.0.0",
+ "@material/density": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/theme": "^10.0.0",
"tslib": "^1.9.3"
},
"publishConfig": {
diff --git a/packages/mdc-image-list/package.json b/packages/mdc-image-list/package.json
index 9fffd01bcc9..afb0597f106 100644
--- a/packages/mdc-image-list/package.json
+++ b/packages/mdc-image-list/package.json
@@ -1,6 +1,6 @@
{
"name": "@material/image-list",
- "version": "9.0.0",
+ "version": "10.0.0",
"description": "The Material Components for the web image list component",
"license": "MIT",
"repository": {
@@ -15,10 +15,10 @@
],
"sideEffects": false,
"dependencies": {
- "@material/feature-targeting": "^9.0.0",
- "@material/shape": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/typography": "^9.0.0"
+ "@material/feature-targeting": "^10.0.0",
+ "@material/shape": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/typography": "^10.0.0"
},
"publishConfig": {
"access": "public"
diff --git a/packages/mdc-layout-grid/package.json b/packages/mdc-layout-grid/package.json
index 8ed73891351..427e28b0bb5 100644
--- a/packages/mdc-layout-grid/package.json
+++ b/packages/mdc-layout-grid/package.json
@@ -1,6 +1,6 @@
{
"name": "@material/layout-grid",
- "version": "9.0.0",
+ "version": "10.0.0",
"description": "The Material Components for the web layout grid component",
"license": "MIT",
"keywords": [
diff --git a/packages/mdc-line-ripple/package.json b/packages/mdc-line-ripple/package.json
index a368871fb3c..0eaabe12377 100644
--- a/packages/mdc-line-ripple/package.json
+++ b/packages/mdc-line-ripple/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/line-ripple",
"description": "The Material Components for the web line-ripple component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -22,10 +22,10 @@
"access": "public"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/theme": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/theme": "^10.0.0",
"tslib": "^1.9.3"
}
}
diff --git a/packages/mdc-linear-progress/package.json b/packages/mdc-linear-progress/package.json
index fa27fedf90f..f49817d6304 100644
--- a/packages/mdc-linear-progress/package.json
+++ b/packages/mdc-linear-progress/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/linear-progress",
"description": "The Material Components for the web linear progress indicator component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"main": "dist/mdc.linearProgress.js",
"module": "index.js",
@@ -18,16 +18,14 @@
"directory": "packages/mdc-linear-progress"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/progress-indicator": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/theme": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/progress-indicator": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/theme": "^10.0.0",
"tslib": "^1.9.3"
},
- "devDependencies": {
- },
"publishConfig": {
"access": "public"
}
diff --git a/packages/mdc-list/package.json b/packages/mdc-list/package.json
index f0eba3545a3..d827eb01f31 100644
--- a/packages/mdc-list/package.json
+++ b/packages/mdc-list/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/list",
"description": "The Material Components for the web list component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"main": "dist/mdc.list.js",
"module": "index.js",
@@ -18,15 +18,15 @@
"directory": "packages/mdc-list"
},
"dependencies": {
- "@material/base": "^9.0.0",
- "@material/density": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/shape": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/typography": "^9.0.0",
+ "@material/base": "^10.0.0",
+ "@material/density": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/shape": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/typography": "^10.0.0",
"tslib": "^1.9.3"
}
}
diff --git a/packages/mdc-menu-surface/package.json b/packages/mdc-menu-surface/package.json
index bf5f8931634..63cc55432ff 100644
--- a/packages/mdc-menu-surface/package.json
+++ b/packages/mdc-menu-surface/package.json
@@ -1,6 +1,6 @@
{
"name": "@material/menu-surface",
- "version": "9.0.0",
+ "version": "10.0.0",
"description": "The Material Components for the web menu surface component",
"license": "MIT",
"keywords": [
@@ -18,13 +18,13 @@
"directory": "packages/mdc-menu-surface"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/elevation": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/shape": "^9.0.0",
- "@material/theme": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/elevation": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/shape": "^10.0.0",
+ "@material/theme": "^10.0.0",
"tslib": "^1.9.3"
},
"publishConfig": {
diff --git a/packages/mdc-menu/package.json b/packages/mdc-menu/package.json
index d602d438ae6..5bc4be9a650 100644
--- a/packages/mdc-menu/package.json
+++ b/packages/mdc-menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@material/menu",
- "version": "9.0.0",
+ "version": "10.0.0",
"description": "The Material Components for the web menu component",
"license": "MIT",
"keywords": [
@@ -18,15 +18,15 @@
"directory": "packages/mdc-menu"
},
"dependencies": {
- "@material/base": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/elevation": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/list": "^9.0.0",
- "@material/menu-surface": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/theme": "^9.0.0",
+ "@material/base": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/elevation": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/list": "^10.0.0",
+ "@material/menu-surface": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/theme": "^10.0.0",
"tslib": "^1.9.3"
}
}
diff --git a/packages/mdc-notched-outline/package.json b/packages/mdc-notched-outline/package.json
index e5fe011ea9d..92544718aa6 100644
--- a/packages/mdc-notched-outline/package.json
+++ b/packages/mdc-notched-outline/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/notched-outline",
"description": "The Material Components for the web notched-outline component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -22,12 +22,12 @@
"access": "public"
},
"dependencies": {
- "@material/base": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/floating-label": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/shape": "^9.0.0",
- "@material/theme": "^9.0.0",
+ "@material/base": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/floating-label": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/shape": "^10.0.0",
+ "@material/theme": "^10.0.0",
"tslib": "^1.9.3"
}
}
diff --git a/packages/mdc-progress-indicator/package.json b/packages/mdc-progress-indicator/package.json
index d86f749e303..5b1e19a4db7 100644
--- a/packages/mdc-progress-indicator/package.json
+++ b/packages/mdc-progress-indicator/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/progress-indicator",
"description": "The Material Components for the web interface for Progress Indicators",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"sideEffects": false,
"repository": {
diff --git a/packages/mdc-radio/package.json b/packages/mdc-radio/package.json
index fc017bf42da..0f7d6aefc2c 100644
--- a/packages/mdc-radio/package.json
+++ b/packages/mdc-radio/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/radio",
"description": "The Material Components for the web radio component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -18,14 +18,14 @@
"directory": "packages/mdc-radio"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/density": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/touch-target": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/density": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/touch-target": "^10.0.0",
"tslib": "^1.9.3"
}
}
diff --git a/packages/mdc-ripple/package.json b/packages/mdc-ripple/package.json
index 71007a4a191..a2f5ea74189 100644
--- a/packages/mdc-ripple/package.json
+++ b/packages/mdc-ripple/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/ripple",
"description": "The Material Components for the web Ink Ripple effect for web element interactions",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -18,11 +18,11 @@
"directory": "packages/mdc-ripple"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/theme": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/theme": "^10.0.0",
"tslib": "^1.9.3"
}
}
diff --git a/packages/mdc-rtl/package.json b/packages/mdc-rtl/package.json
index 5489685c08f..a30ad25b1c5 100644
--- a/packages/mdc-rtl/package.json
+++ b/packages/mdc-rtl/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/rtl",
"description": "Material Components for the web RTL Scss helpers",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -16,6 +16,6 @@
"directory": "packages/mdc-rtl"
},
"dependencies": {
- "@material/theme": "^9.0.0"
+ "@material/theme": "^10.0.0"
}
}
diff --git a/packages/mdc-segmented-button/package.json b/packages/mdc-segmented-button/package.json
index 9e02f1fdf0a..f7f2d43434b 100644
--- a/packages/mdc-segmented-button/package.json
+++ b/packages/mdc-segmented-button/package.json
@@ -1,6 +1,6 @@
{
"name": "@material/segmented-button",
- "version": "9.0.0",
+ "version": "10.0.0",
"description": "The Material Components for the web segmented button component",
"license": "MIT",
"repository": {
@@ -17,12 +17,12 @@
"access": "public"
},
"dependencies": {
- "@material/base": "^9.0.0",
- "@material/elevation": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/touch-target": "^9.0.0",
- "@material/typography": "^9.0.0"
+ "@material/base": "^10.0.0",
+ "@material/elevation": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/touch-target": "^10.0.0",
+ "@material/typography": "^10.0.0"
}
}
diff --git a/packages/mdc-select/package.json b/packages/mdc-select/package.json
index ad0c8e78899..b4f7fac8422 100644
--- a/packages/mdc-select/package.json
+++ b/packages/mdc-select/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/select",
"description": "The Material Components web select (text field drop-down) component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -19,22 +19,22 @@
"directory": "packages/mdc-select"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/density": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/floating-label": "^9.0.0",
- "@material/line-ripple": "^9.0.0",
- "@material/list": "^9.0.0",
- "@material/menu": "^9.0.0",
- "@material/menu-surface": "^9.0.0",
- "@material/notched-outline": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/shape": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/typography": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/density": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/floating-label": "^10.0.0",
+ "@material/line-ripple": "^10.0.0",
+ "@material/list": "^10.0.0",
+ "@material/menu": "^10.0.0",
+ "@material/menu-surface": "^10.0.0",
+ "@material/notched-outline": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/shape": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/typography": "^10.0.0",
"tslib": "^1.9.3"
}
}
diff --git a/packages/mdc-shape/package.json b/packages/mdc-shape/package.json
index 23a9e85e285..270c2c6cdda 100644
--- a/packages/mdc-shape/package.json
+++ b/packages/mdc-shape/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/shape",
"description": "Shape utilities for Material Components for the web",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -18,8 +18,8 @@
},
"sideEffects": false,
"dependencies": {
- "@material/feature-targeting": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/theme": "^9.0.0"
+ "@material/feature-targeting": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/theme": "^10.0.0"
}
}
diff --git a/packages/mdc-slider/package.json b/packages/mdc-slider/package.json
index bc376d75268..1f3f99cc02b 100644
--- a/packages/mdc-slider/package.json
+++ b/packages/mdc-slider/package.json
@@ -1,6 +1,6 @@
{
"name": "@material/slider",
- "version": "9.0.0",
+ "version": "10.0.0",
"description": "The Material Components for the web slider component",
"main": "dist/mdc.slider.js",
"module": "index.js",
@@ -21,15 +21,15 @@
"access": "public"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/elevation": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/typography": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/elevation": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/typography": "^10.0.0",
"tslib": "^1.9.3"
}
}
diff --git a/packages/mdc-snackbar/package.json b/packages/mdc-snackbar/package.json
index 69e53a2e669..62f39606d32 100644
--- a/packages/mdc-snackbar/package.json
+++ b/packages/mdc-snackbar/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/snackbar",
"description": "The Material Components for the web snackbar component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -18,18 +18,18 @@
"directory": "packages/mdc-snackbar"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/button": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/elevation": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/icon-button": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/shape": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/typography": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/button": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/elevation": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/icon-button": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/shape": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/typography": "^10.0.0",
"tslib": "^1.9.3"
}
}
diff --git a/packages/mdc-switch/package.json b/packages/mdc-switch/package.json
index ad36cc32534..5d0eea6f62a 100644
--- a/packages/mdc-switch/package.json
+++ b/packages/mdc-switch/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/switch",
"description": "The Material Components for the web switch component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -18,15 +18,15 @@
"directory": "packages/mdc-switch"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/density": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/elevation": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/theme": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/density": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/elevation": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/theme": "^10.0.0",
"tslib": "^1.9.3"
},
"publishConfig": {
diff --git a/packages/mdc-tab-bar/package.json b/packages/mdc-tab-bar/package.json
index 3283150548b..10c31dabfa4 100644
--- a/packages/mdc-tab-bar/package.json
+++ b/packages/mdc-tab-bar/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/tab-bar",
"description": "The Material Components for the web tab bar component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -19,12 +19,12 @@
"directory": "packages/mdc-tab-bar"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/density": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/tab": "^9.0.0",
- "@material/tab-scroller": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/density": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/tab": "^10.0.0",
+ "@material/tab-scroller": "^10.0.0",
"tslib": "^1.9.3"
},
"publishConfig": {
diff --git a/packages/mdc-tab-indicator/package.json b/packages/mdc-tab-indicator/package.json
index 330c611d451..4abbc5f3016 100644
--- a/packages/mdc-tab-indicator/package.json
+++ b/packages/mdc-tab-indicator/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/tab-indicator",
"description": "The Material Components for the web tab indicator component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -19,10 +19,10 @@
"directory": "packages/mdc-tab-indicator"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/theme": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/theme": "^10.0.0",
"tslib": "^1.9.3"
},
"publishConfig": {
diff --git a/packages/mdc-tab-scroller/package.json b/packages/mdc-tab-scroller/package.json
index eeeed20d0d5..8aca04279ce 100644
--- a/packages/mdc-tab-scroller/package.json
+++ b/packages/mdc-tab-scroller/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/tab-scroller",
"description": "The Material Components for the web tab scroller component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -19,11 +19,11 @@
"directory": "packages/mdc-tab-scroller"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/tab": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/tab": "^10.0.0",
"tslib": "^1.9.3"
},
"publishConfig": {
diff --git a/packages/mdc-tab/package.json b/packages/mdc-tab/package.json
index 2e6f66d93e9..6b8a83c0007 100644
--- a/packages/mdc-tab/package.json
+++ b/packages/mdc-tab/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/tab",
"description": "The Material Components for the web tab component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -18,13 +18,13 @@
"sideEffects": false,
"types": "dist/mdc.tab.d.ts",
"dependencies": {
- "@material/base": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/tab-indicator": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/typography": "^9.0.0",
+ "@material/base": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/tab-indicator": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/typography": "^10.0.0",
"tslib": "^1.9.3"
},
"publishConfig": {
diff --git a/packages/mdc-textfield/package.json b/packages/mdc-textfield/package.json
index 00a10494a6c..974257ece3b 100644
--- a/packages/mdc-textfield/package.json
+++ b/packages/mdc-textfield/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/textfield",
"description": "The Material Components for the web text field component",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -19,19 +19,19 @@
"directory": "packages/mdc-textfield"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/density": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/floating-label": "^9.0.0",
- "@material/line-ripple": "^9.0.0",
- "@material/notched-outline": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/shape": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/typography": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/density": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/floating-label": "^10.0.0",
+ "@material/line-ripple": "^10.0.0",
+ "@material/notched-outline": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/shape": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/typography": "^10.0.0",
"tslib": "^1.9.3"
}
}
diff --git a/packages/mdc-theme/package.json b/packages/mdc-theme/package.json
index 75881db906c..881e7d3ab07 100644
--- a/packages/mdc-theme/package.json
+++ b/packages/mdc-theme/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/theme",
"description": "The Material Components for the web theming system",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -15,6 +15,6 @@
},
"sideEffects": false,
"dependencies": {
- "@material/feature-targeting": "^9.0.0"
+ "@material/feature-targeting": "^10.0.0"
}
}
diff --git a/packages/mdc-tooltip/package.json b/packages/mdc-tooltip/package.json
index 355118299ae..da646aae967 100644
--- a/packages/mdc-tooltip/package.json
+++ b/packages/mdc-tooltip/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/tooltip",
"description": "The Material Components Web tooltip component.",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -18,15 +18,15 @@
"directory": "packages/mdc-tooltip"
},
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/dom": "^9.0.0",
- "@material/elevation": "^9.0.0",
- "@material/feature-targeting": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/shape": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/typography": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/dom": "^10.0.0",
+ "@material/elevation": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/shape": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/typography": "^10.0.0",
"tslib": "^1.9.3"
},
"publishConfig": {
diff --git a/packages/mdc-top-app-bar/package.json b/packages/mdc-top-app-bar/package.json
index 8e0d5059278..24c1e605a81 100644
--- a/packages/mdc-top-app-bar/package.json
+++ b/packages/mdc-top-app-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@material/top-app-bar",
- "version": "9.0.0",
+ "version": "10.0.0",
"description": "The Material Components for the web top app bar component",
"license": "MIT",
"main": "dist/mdc.topAppBar.js",
@@ -20,14 +20,14 @@
"topappbar"
],
"dependencies": {
- "@material/animation": "^9.0.0",
- "@material/base": "^9.0.0",
- "@material/elevation": "^9.0.0",
- "@material/ripple": "^9.0.0",
- "@material/rtl": "^9.0.0",
- "@material/shape": "^9.0.0",
- "@material/theme": "^9.0.0",
- "@material/typography": "^9.0.0",
+ "@material/animation": "^10.0.0",
+ "@material/base": "^10.0.0",
+ "@material/elevation": "^10.0.0",
+ "@material/ripple": "^10.0.0",
+ "@material/rtl": "^10.0.0",
+ "@material/shape": "^10.0.0",
+ "@material/theme": "^10.0.0",
+ "@material/typography": "^10.0.0",
"tslib": "^1.9.3"
},
"publishConfig": {
diff --git a/packages/mdc-touch-target/package.json b/packages/mdc-touch-target/package.json
index 246d5aea248..ec4ff25f462 100644
--- a/packages/mdc-touch-target/package.json
+++ b/packages/mdc-touch-target/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/touch-target",
"description": "Touch target mixins and variables for Material Components for the web",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -16,8 +16,8 @@
},
"sideEffects": false,
"dependencies": {
- "@material/base": "^9.0.0",
- "@material/feature-targeting": "^9.0.0"
+ "@material/base": "^10.0.0",
+ "@material/feature-targeting": "^10.0.0"
},
"publishConfig": {
"access": "public"
diff --git a/packages/mdc-typography/package.json b/packages/mdc-typography/package.json
index bf4eef27e50..00a82bdcced 100644
--- a/packages/mdc-typography/package.json
+++ b/packages/mdc-typography/package.json
@@ -1,7 +1,7 @@
{
"name": "@material/typography",
"description": "Typography classes, mixins, and variables for Material Components for the web",
- "version": "9.0.0",
+ "version": "10.0.0",
"license": "MIT",
"keywords": [
"material components",
@@ -16,7 +16,7 @@
},
"sideEffects": false,
"dependencies": {
- "@material/feature-targeting": "^9.0.0",
- "@material/theme": "^9.0.0"
+ "@material/feature-targeting": "^10.0.0",
+ "@material/theme": "^10.0.0"
}
}