Skip to content

Commit

Permalink
Release version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
merlosy committed Nov 27, 2021
1 parent f17dde2 commit 32bec79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/material-file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "ngx-material-file-input",
"version": "2.1.1",
"version": "3.0.0",
"license": "MIT",
"author": {
"name": "Jeremy Legros"
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "material-file-input",
"version": "2.1.1",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand All @@ -17,7 +17,7 @@
"push:demo": "git subtree push --prefix dist/apps/demo-packaged origin gh-pages",
"erase:demo": "git push origin --delete gh-pages",
"deploy:demo": "npm run commit:demo && npm run push:demo",
"publish:lib": "npm publish dist/material-file-input",
"publish:lib": "npm publish ./dist/material-file-input",
"affected:apps": "./node_modules/.bin/nx affected:apps",
"affected:build": "./node_modules/.bin/nx affected:build",
"affected:e2e": "./node_modules/.bin/nx affected:e2e",
Expand Down

0 comments on commit 32bec79

Please sign in to comment.