Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ky-one committed Jun 3, 2022
1 parent 82be91b commit a5e2c4b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion projects/fomantic-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantic-ui/fomantic-ui-angular",
"version": "14.0.0-preview.0",
"version": "14.0.0",
"description": "Fomantic UI Angular theme for mantic UI. Requires @mantic-ui/angular",
"keywords": [
"mantic-ui",
Expand Down
2 changes: 1 addition & 1 deletion projects/mantic-ui-doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantic-ui/angular-doc",
"version": "14.0.0-preview.0",
"version": "14.0.0",
"description": "mantic UI Components for Documentation for Angular",
"author": "KY-Programming",
"license": "MIT",
Expand Down
6 changes: 5 additions & 1 deletion projects/mantic-ui-doc/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"extends": "./tsconfig.lib.json",
"compilerOptions": {
"declarationMap": false,
"paths": { }
"paths": {
"@mantic-ui/angular": [
"dist/mantic-ui/projects"
]
}
},
"angularCompilerOptions": {
"compilationMode": "partial"
Expand Down
2 changes: 1 addition & 1 deletion projects/mantic-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantic-ui/angular",
"version": "14.0.0-preview.0",
"version": "14.0.0",
"description": "mantic UI for Angular",
"keywords": [
"mantic-ui",
Expand Down
2 changes: 1 addition & 1 deletion projects/semantic-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantic-ui/semantic-ui-angular",
"version": "14.0.0-preview.0",
"version": "14.0.0",
"description": "Semantic UI theme for mantic UI Angular components. Requires @mantic-ui/angular",
"keywords": [
"mantic-ui",
Expand Down

0 comments on commit a5e2c4b

Please sign in to comment.