Skip to content

Commit ffe2bc6

Browse files
committed
Release 4.0.0
1 parent f5cf994 commit ffe2bc6

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

projects/angular-material-extensions/pages/package.json

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-material-extensions/pages",
33
"description": "Open source library for angular apps to illustrate custom material pages content with steps (ideal for tutorials and explanation purposes)",
4-
"version": "3.0.0",
4+
"version": "4.0.0",
55
"homepage": "https://github.com/angular-material-extensions/pages",
66
"author": {
77
"name": "anthonynahas",
@@ -41,7 +41,7 @@
4141
"release:patch": "../../../node_modules/.bin/release-it --patch --ci",
4242
"release:minor": "../../../node_modules/.bin/release-it --minor --ci",
4343
"release:major": "../../../node_modules/.bin/release-it --major --ci",
44-
"release:version": "../../../node_modules/.bin/release-it 3.0.0 --ci",
44+
"release:version": "../../../node_modules/.bin/release-it 4.0.0 --ci --no-git.requireCleanWorkingDir ",
4545
"ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/pages",
4646
"test": "../../../node_modules/.bin/jest --coverage",
4747
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
@@ -106,21 +106,5 @@
106106
"rollup-plugin-uglify",
107107
"gulp-inline-ng2-template"
108108
]
109-
},
110-
"commitplease": {
111-
"style": "angular",
112-
"types": [
113-
"feat",
114-
"fix",
115-
"docs",
116-
"style",
117-
"refactor",
118-
"perf",
119-
"test",
120-
"chore",
121-
"revert",
122-
"demo"
123-
],
124-
"scope": "\\S+.*"
125109
}
126110
}

projects/angular-material-extensions/pages/tsconfig.schematics.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"baseUrl": ".",
3+
"baseUrl": "tsconfig",
44
"lib": [
55
"es2018",
66
"dom"
@@ -15,7 +15,7 @@
1515
"noUnusedParameters": true,
1616
"noUnusedLocals": true,
1717
"rootDir": "schematics",
18-
"outDir": "../../../dist/angular-material-extensions/pages",
18+
"outDir": "../../../dist/angular-material-extensions/pages/schematics",
1919
"skipDefaultLibCheck": true,
2020
"skipLibCheck": true,
2121
"sourceMap": true,

0 commit comments

Comments
 (0)