Skip to content

Commit 55189cf

Browse files
committed
2.3.3
1 parent 80ec7f4 commit 55189cf

11 files changed

Lines changed: 16 additions & 16 deletions

dist/css/materialize.colors.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/materialize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Materialize v2.3.2 (https://materializeweb.com)
2+
* Materialize v2.3.3 (https://materializeweb.com)
33
* Copyright 2014-2026 Materialize
44
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
55
*/

dist/css/materialize.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/materialize.cjs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Materialize v2.3.2 (https://materializeweb.com)
2+
* Materialize v2.3.3 (https://materializeweb.com)
33
* Copyright 2014-2026 Materialize
44
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
55
*/
@@ -8310,7 +8310,7 @@ class Waves {
83108310
}
83118311

83128312
/* eslint-disable @typescript-eslint/no-unused-vars */
8313-
const version = '2.3.2';
8313+
const version = '2.3.3';
83148314
/**
83158315
* Automatically initialize components.
83168316
* @param context Root element to initialize. Defaults to `document.body`.

dist/js/materialize.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2592,7 +2592,7 @@ class Waves {
25922592
}
25932593
}
25942594

2595-
declare const version = "2.3.2";
2595+
declare const version = "2.3.3";
25962596
interface AutoInitOptions {
25972597
Autocomplete?: Partial<AutocompleteOptions>;
25982598
Cards?: Partial<CardsOptions>;

dist/js/materialize.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Materialize v2.3.2 (https://materializeweb.com)
2+
* Materialize v2.3.3 (https://materializeweb.com)
33
* Copyright 2014-2026 Materialize
44
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
55
*/
@@ -8311,7 +8311,7 @@ var M = (function (exports) {
83118311
}
83128312

83138313
/* eslint-disable @typescript-eslint/no-unused-vars */
8314-
const version = '2.3.2';
8314+
const version = '2.3.3';
83158315
/**
83168316
* Automatically initialize components.
83178317
* @param context Root element to initialize. Defaults to `document.body`.

dist/js/materialize.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/materialize.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Materialize v2.3.2 (https://materializeweb.com)
2+
* Materialize v2.3.3 (https://materializeweb.com)
33
* Copyright 2014-2026 Materialize
44
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
55
*/
@@ -8308,7 +8308,7 @@ class Waves {
83088308
}
83098309

83108310
/* eslint-disable @typescript-eslint/no-unused-vars */
8311-
const version = '2.3.2';
8311+
const version = '2.3.3';
83128312
/**
83138313
* Automatically initialize components.
83148314
* @param context Root element to initialize. Defaults to `document.body`.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The responsive front-end library based on Material Design from Google.",
44
"author": "The Materialize Team",
55
"homepage": "https://materializeweb.com",
6-
"version": "2.3.2",
6+
"version": "2.3.3",
77
"style": "dist/css/materialize.css",
88
"sass": "sass/materialize.scss",
99
"typings": "dist/js/materialize.d.ts",

0 commit comments

Comments
 (0)