Skip to content

Commit 65ddf18

Browse files
committed
chore: release 2.2.1
1 parent c887f6d commit 65ddf18

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
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.2.0",
6+
"version": "2.2.1",
77
"style": "dist/css/materialize.css",
88
"sass": "sass/materialize.scss",
99
"typings": "dist/js/materialize.d.ts",
@@ -37,7 +37,7 @@
3737
"build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
3838
"release": "npm run lint && npm run build && node ci/compress.js",
3939
"preversion": "npm run lint && npm test",
40-
"version": "npm run build && node ci/compress.js && git add -A dist src/index.ts"
40+
"version": "npm run build && node ci/compress.js && git add ."
4141
},
4242
"lint-staged": {
4343
"js/*.js": [

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export { Tooltip } from './tooltip';
5454
export { Waves } from './waves';
5555
export { Range } from './range';
5656

57-
export const version = '2.2.0';
57+
export const version = '2.2.1';
5858

5959
export interface AutoInitOptions {
6060
Autocomplete?: Partial<AutocompleteOptions>;

0 commit comments

Comments
 (0)