Skip to content

Commit

Permalink
chore: release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wuda-io committed Dec 24, 2024
1 parent c887f6d commit 65ddf18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The responsive front-end library based on Material Design from Google.",
"author": "The Materialize Team",
"homepage": "https://materializeweb.com",
"version": "2.2.0",
"version": "2.2.1",
"style": "dist/css/materialize.css",
"sass": "sass/materialize.scss",
"typings": "dist/js/materialize.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
"release": "npm run lint && npm run build && node ci/compress.js",
"preversion": "npm run lint && npm test",
"version": "npm run build && node ci/compress.js && git add -A dist src/index.ts"
"version": "npm run build && node ci/compress.js && git add ."
},
"lint-staged": {
"js/*.js": [
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export { Tooltip } from './tooltip';
export { Waves } from './waves';
export { Range } from './range';

export const version = '2.2.0';
export const version = '2.2.1';

export interface AutoInitOptions {
Autocomplete?: Partial<AutocompleteOptions>;
Expand Down

0 comments on commit 65ddf18

Please sign in to comment.