Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Material Web Team authored Oct 19, 2023
1 parent 9cec940 commit c737485
Show file tree
Hide file tree
Showing 54 changed files with 688 additions and 459 deletions.
220 changes: 220 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "14.0.0",
"version": "14.1.0",
"command": {
"version": {
"conventionalCommits": true
Expand Down
102 changes: 51 additions & 51 deletions packages/material-components-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "material-components-web",
"description": "Modular and customizable Material Design UI components for the web",
"version": "14.0.0",
"version": "14.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -17,55 +17,55 @@
"directory": "packages/material-components-web"
},
"dependencies": {
"@material/animation": "^14.0.0",
"@material/auto-init": "^14.0.0",
"@material/banner": "^14.0.0",
"@material/base": "^14.0.0",
"@material/button": "^14.0.0",
"@material/card": "^14.0.0",
"@material/checkbox": "^14.0.0",
"@material/chips": "^14.0.0",
"@material/circular-progress": "^14.0.0",
"@material/data-table": "^14.0.0",
"@material/density": "^14.0.0",
"@material/dialog": "^14.0.0",
"@material/dom": "^14.0.0",
"@material/drawer": "^14.0.0",
"@material/elevation": "^14.0.0",
"@material/fab": "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/floating-label": "^14.0.0",
"@material/focus": "^14.0.0",
"@material/focus-ring": "^14.0.0",
"@material/form-field": "^14.0.0",
"@material/icon-button": "^14.0.0",
"@material/image-list": "^14.0.0",
"@material/layout-grid": "^14.0.0",
"@material/line-ripple": "^14.0.0",
"@material/linear-progress": "^14.0.0",
"@material/list": "^14.0.0",
"@material/menu": "^14.0.0",
"@material/menu-surface": "^14.0.0",
"@material/notched-outline": "^14.0.0",
"@material/radio": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/rtl": "^14.0.0",
"@material/segmented-button": "^14.0.0",
"@material/select": "^14.0.0",
"@material/shape": "^14.0.0",
"@material/slider": "^14.0.0",
"@material/snackbar": "^14.0.0",
"@material/switch": "^14.0.0",
"@material/tab": "^14.0.0",
"@material/tab-bar": "^14.0.0",
"@material/tab-indicator": "^14.0.0",
"@material/tab-scroller": "^14.0.0",
"@material/textfield": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/tokens": "^14.0.0",
"@material/tooltip": "^14.0.0",
"@material/top-app-bar": "^14.0.0",
"@material/touch-target": "^14.0.0",
"@material/typography": "^14.0.0"
"@material/animation": "^14.1.0",
"@material/auto-init": "^14.1.0",
"@material/banner": "^14.1.0",
"@material/base": "^14.1.0",
"@material/button": "^14.1.0",
"@material/card": "^14.1.0",
"@material/checkbox": "^14.1.0",
"@material/chips": "^14.1.0",
"@material/circular-progress": "^14.1.0",
"@material/data-table": "^14.1.0",
"@material/density": "^14.1.0",
"@material/dialog": "^14.1.0",
"@material/dom": "^14.1.0",
"@material/drawer": "^14.1.0",
"@material/elevation": "^14.1.0",
"@material/fab": "^14.1.0",
"@material/feature-targeting": "^14.1.0",
"@material/floating-label": "^14.1.0",
"@material/focus": "^14.1.0",
"@material/focus-ring": "^14.1.0",
"@material/form-field": "^14.1.0",
"@material/icon-button": "^14.1.0",
"@material/image-list": "^14.1.0",
"@material/layout-grid": "^14.1.0",
"@material/line-ripple": "^14.1.0",
"@material/linear-progress": "^14.1.0",
"@material/list": "^14.1.0",
"@material/menu": "^14.1.0",
"@material/menu-surface": "^14.1.0",
"@material/notched-outline": "^14.1.0",
"@material/radio": "^14.1.0",
"@material/ripple": "^14.1.0",
"@material/rtl": "^14.1.0",
"@material/segmented-button": "^14.1.0",
"@material/select": "^14.1.0",
"@material/shape": "^14.1.0",
"@material/slider": "^14.1.0",
"@material/snackbar": "^14.1.0",
"@material/switch": "^14.1.0",
"@material/tab": "^14.1.0",
"@material/tab-bar": "^14.1.0",
"@material/tab-indicator": "^14.1.0",
"@material/tab-scroller": "^14.1.0",
"@material/textfield": "^14.1.0",
"@material/theme": "^14.1.0",
"@material/tokens": "^14.1.0",
"@material/tooltip": "^14.1.0",
"@material/top-app-bar": "^14.1.0",
"@material/touch-target": "^14.1.0",
"@material/typography": "^14.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/mdc-animation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/animation",
"description": "Animation Variables and Mixins used by Material Components for the web",
"version": "14.0.0",
"version": "14.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-auto-init/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/auto-init",
"description": "Declarative, easy-to-use auto-initialization for Material Components for the web",
"version": "14.0.0",
"version": "14.1.0",
"main": "dist/mdc.autoInit.js",
"module": "index.js",
"sideEffects": false,
Expand All @@ -12,7 +12,7 @@
"directory": "packages/mdc-auto-init"
},
"dependencies": {
"@material/base": "^14.0.0",
"@material/base": "^14.1.0",
"tslib": "^2.1.0"
}
}
24 changes: 12 additions & 12 deletions packages/mdc-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/banner",
"description": "The Material Components Web banner component.",
"version": "14.0.0",
"version": "14.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -17,17 +17,17 @@
"directory": "packages/mdc-banner"
},
"dependencies": {
"@material/base": "^14.0.0",
"@material/button": "^14.0.0",
"@material/dom": "^14.0.0",
"@material/elevation": "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/rtl": "^14.0.0",
"@material/shape": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/tokens": "^14.0.0",
"@material/typography": "^14.0.0",
"@material/base": "^14.1.0",
"@material/button": "^14.1.0",
"@material/dom": "^14.1.0",
"@material/elevation": "^14.1.0",
"@material/feature-targeting": "^14.1.0",
"@material/ripple": "^14.1.0",
"@material/rtl": "^14.1.0",
"@material/shape": "^14.1.0",
"@material/theme": "^14.1.0",
"@material/tokens": "^14.1.0",
"@material/typography": "^14.1.0",
"tslib": "^2.1.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mdc-base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/base",
"description": "The set of base classes for Material Components for the web",
"version": "14.0.0",
"version": "14.1.0",
"license": "MIT",
"main": "dist/mdc.base.js",
"module": "index.js",
Expand Down
26 changes: 13 additions & 13 deletions packages/mdc-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/button",
"description": "The Material Components for the web button component",
"version": "14.0.0",
"version": "14.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -15,18 +15,18 @@
},
"sideEffects": false,
"dependencies": {
"@material/density": "^14.0.0",
"@material/dom": "^14.0.0",
"@material/elevation": "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/focus-ring": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/rtl": "^14.0.0",
"@material/shape": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/tokens": "^14.0.0",
"@material/touch-target": "^14.0.0",
"@material/typography": "^14.0.0",
"@material/density": "^14.1.0",
"@material/dom": "^14.1.0",
"@material/elevation": "^14.1.0",
"@material/feature-targeting": "^14.1.0",
"@material/focus-ring": "^14.1.0",
"@material/ripple": "^14.1.0",
"@material/rtl": "^14.1.0",
"@material/shape": "^14.1.0",
"@material/theme": "^14.1.0",
"@material/tokens": "^14.1.0",
"@material/touch-target": "^14.1.0",
"@material/typography": "^14.1.0",
"tslib": "^2.1.0"
}
}
18 changes: 9 additions & 9 deletions packages/mdc-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/card",
"version": "14.0.0",
"version": "14.1.0",
"description": "The Material Components for the web card component",
"license": "MIT",
"keywords": [
Expand All @@ -15,14 +15,14 @@
},
"sideEffects": false,
"dependencies": {
"@material/dom": "^14.0.0",
"@material/elevation": "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/rtl": "^14.0.0",
"@material/shape": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/tokens": "^14.0.0",
"@material/dom": "^14.1.0",
"@material/elevation": "^14.1.0",
"@material/feature-targeting": "^14.1.0",
"@material/ripple": "^14.1.0",
"@material/rtl": "^14.1.0",
"@material/shape": "^14.1.0",
"@material/theme": "^14.1.0",
"@material/tokens": "^14.1.0",
"tslib": "^2.1.0"
}
}
22 changes: 11 additions & 11 deletions packages/mdc-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/checkbox",
"description": "The Material Components for the web checkbox component",
"version": "14.0.0",
"version": "14.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -17,16 +17,16 @@
"directory": "packages/mdc-checkbox"
},
"dependencies": {
"@material/animation": "^14.0.0",
"@material/base": "^14.0.0",
"@material/density": "^14.0.0",
"@material/dom": "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/focus-ring": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/rtl": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/touch-target": "^14.0.0",
"@material/animation": "^14.1.0",
"@material/base": "^14.1.0",
"@material/density": "^14.1.0",
"@material/dom": "^14.1.0",
"@material/feature-targeting": "^14.1.0",
"@material/focus-ring": "^14.1.0",
"@material/ripple": "^14.1.0",
"@material/rtl": "^14.1.0",
"@material/theme": "^14.1.0",
"@material/touch-target": "^14.1.0",
"tslib": "^2.1.0"
}
}
32 changes: 16 additions & 16 deletions packages/mdc-chips/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/chips",
"description": "The Material Components for the Web chips component",
"version": "14.0.0",
"version": "14.1.0",
"license": "MIT",
"main": "dist/mdc.chips.js",
"module": "index.js",
Expand All @@ -20,21 +20,21 @@
"access": "public"
},
"dependencies": {
"@material/animation": "^14.0.0",
"@material/base": "^14.0.0",
"@material/checkbox": "^14.0.0",
"@material/density": "^14.0.0",
"@material/dom": "^14.0.0",
"@material/elevation": "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/focus-ring": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/rtl": "^14.0.0",
"@material/shape": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/tokens": "^14.0.0",
"@material/touch-target": "^14.0.0",
"@material/typography": "^14.0.0",
"@material/animation": "^14.1.0",
"@material/base": "^14.1.0",
"@material/checkbox": "^14.1.0",
"@material/density": "^14.1.0",
"@material/dom": "^14.1.0",
"@material/elevation": "^14.1.0",
"@material/feature-targeting": "^14.1.0",
"@material/focus-ring": "^14.1.0",
"@material/ripple": "^14.1.0",
"@material/rtl": "^14.1.0",
"@material/shape": "^14.1.0",
"@material/theme": "^14.1.0",
"@material/tokens": "^14.1.0",
"@material/touch-target": "^14.1.0",
"@material/typography": "^14.1.0",
"safevalues": "^0.3.4",
"tslib": "^2.1.0"
}
Expand Down
16 changes: 8 additions & 8 deletions packages/mdc-circular-progress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/circular-progress",
"description": "The Material Components for the web circular progress component",
"version": "14.0.0",
"version": "14.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -17,13 +17,13 @@
"directory": "packages/mdc-circular-progress"
},
"dependencies": {
"@material/animation": "^14.0.0",
"@material/base": "^14.0.0",
"@material/dom" : "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/progress-indicator": "^14.0.0",
"@material/rtl": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/animation": "^14.1.0",
"@material/base": "^14.1.0",
"@material/dom": "^14.1.0",
"@material/feature-targeting": "^14.1.0",
"@material/progress-indicator": "^14.1.0",
"@material/rtl": "^14.1.0",
"@material/theme": "^14.1.0",
"tslib": "^2.1.0"
}
}
Loading

0 comments on commit c737485

Please sign in to comment.