Skip to content

Commit

Permalink
0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 26, 2024
1 parent 2227bb8 commit 8cdf140
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion font/100/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-symbols/font-100",
"version": "0.17.2",
"version": "0.17.3",
"description": "Latest variable icon fonts with weight 100 for Material Symbols.",
"main": "index.css",
"sass": "index.scss",
Expand Down
2 changes: 1 addition & 1 deletion font/200/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-symbols/font-200",
"version": "0.17.2",
"version": "0.17.3",
"description": "Latest variable icon fonts with weight 200 for Material Symbols.",
"main": "index.css",
"sass": "index.scss",
Expand Down
2 changes: 1 addition & 1 deletion font/300/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-symbols/font-300",
"version": "0.17.2",
"version": "0.17.3",
"description": "Latest variable icon fonts with weight 300 for Material Symbols.",
"main": "index.css",
"sass": "index.scss",
Expand Down
2 changes: 1 addition & 1 deletion font/400/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-symbols/font-400",
"version": "0.17.2",
"version": "0.17.3",
"description": "Latest variable icon fonts with weight 400 for Material Symbols.",
"main": "index.css",
"sass": "index.scss",
Expand Down
2 changes: 1 addition & 1 deletion font/500/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-symbols/font-500",
"version": "0.17.2",
"version": "0.17.3",
"description": "Latest variable icon fonts with weight 500 for Material Symbols.",
"main": "index.css",
"sass": "index.scss",
Expand Down
2 changes: 1 addition & 1 deletion font/600/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-symbols/font-600",
"version": "0.17.2",
"version": "0.17.3",
"description": "Latest variable icon fonts with weight 600 for Material Symbols.",
"main": "index.css",
"sass": "index.scss",
Expand Down
2 changes: 1 addition & 1 deletion font/700/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-symbols/font-700",
"version": "0.17.2",
"version": "0.17.3",
"description": "Latest variable icon fonts with weight 700 for Material Symbols.",
"main": "index.css",
"sass": "index.scss",
Expand Down
2 changes: 1 addition & 1 deletion material-symbols/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-symbols",
"version": "0.17.2",
"version": "0.17.3",
"description": "Latest variable icon fonts and CSS for Material Symbols.",
"main": "index.css",
"sass": "index.scss",
Expand Down
2 changes: 1 addition & 1 deletion metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-symbols/metadata",
"version": "0.17.2",
"version": "0.17.3",
"description": "Metadata for Material Symbols.",
"files": [
"versions.json"
Expand Down
32 changes: 16 additions & 16 deletions 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 svg/100/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-symbols/svg-100",
"version": "0.17.2",
"version": "0.17.3",
"description": "Latest optimized SVGs with weight 100 for Material Symbols.",
"files": [
"{outlined,rounded,sharp}/*.svg"
Expand Down
2 changes: 1 addition & 1 deletion svg/200/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-symbols/svg-200",
"version": "0.17.2",
"version": "0.17.3",
"description": "Latest optimized SVGs with weight 200 for Material Symbols.",
"files": [
"{outlined,rounded,sharp}/*.svg"
Expand Down
2 changes: 1 addition & 1 deletion svg/300/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-symbols/svg-300",
"version": "0.17.2",
"version": "0.17.3",
"description": "Latest optimized SVGs with weight 300 for Material Symbols.",
"files": [
"{outlined,rounded,sharp}/*.svg"
Expand Down
2 changes: 1 addition & 1 deletion svg/400/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-symbols/svg-400",
"version": "0.17.2",
"version": "0.17.3",
"description": "Latest optimized SVGs with weight 400 for Material Symbols.",
"files": [
"{outlined,rounded,sharp}/*.svg"
Expand Down
2 changes: 1 addition & 1 deletion svg/500/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-symbols/svg-500",
"version": "0.17.2",
"version": "0.17.3",
"description": "Latest optimized SVGs with weight 500 for Material Symbols.",
"files": [
"{outlined,rounded,sharp}/*.svg"
Expand Down
2 changes: 1 addition & 1 deletion svg/600/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-symbols/svg-600",
"version": "0.17.2",
"version": "0.17.3",
"description": "Latest optimized SVGs with weight 600 for Material Symbols.",
"files": [
"{outlined,rounded,sharp}/*.svg"
Expand Down
2 changes: 1 addition & 1 deletion svg/700/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-symbols/svg-700",
"version": "0.17.2",
"version": "0.17.3",
"description": "Latest optimized SVGs with weight 700 for Material Symbols.",
"files": [
"{outlined,rounded,sharp}/*.svg"
Expand Down

0 comments on commit 8cdf140

Please sign in to comment.