Skip to content

Commit df03662

Browse files
committed
Prepare release
1 parent 6f13ff9 commit df03662

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

projects/fomantic-ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantic-ui/fomantic-ui-angular",
3-
"version": "19.7.0",
3+
"version": "20.0.0",
44
"scripts": {
55
"copy:fomantic": "npm run copy:accordion && npm run copy:button && npm run copy:checkbox && npm run copy:container && npm run copy:dimmer && npm run copy:divider && npm run copy:dropdown && npm run copy:flag && npm run copy:form && npm run copy:grid && npm run copy:header && npm run copy:icon && npm run copy:image && npm run copy:input && npm run copy:label && npm run copy:list && npm run copy:loader && npm run copy:menu && npm run copy:message && npm run copy:modal && npm run copy:reset && npm run copy:segment && npm run copy:sidebar && npm run copy:site && npm run copy:table && npm run copy:transition",
66
"copy:accordion": "copy ..\\..\\node_modules\\fomantic-ui\\dist\\components\\accordion.css .\\src\\lib\\styles\\components\\accordion.less",
@@ -68,9 +68,9 @@
6868
"url": "https://github.com/KY-Programming/mantic-ui.git"
6969
},
7070
"peerDependencies": {
71-
"@angular/common": "^19.0.0",
72-
"@angular/core": "^19.0.0",
73-
"@mantic-ui/angular": "19.7.0"
71+
"@angular/common": "^20.0.0",
72+
"@angular/core": "^20.0.0",
73+
"@mantic-ui/angular": "20.0.0"
7474
},
7575
"dependencies": {
7676
"tslib": "^2.3.0"

projects/mantic-ui-doc/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantic-ui/angular-doc",
3-
"version": "19.7.0",
3+
"version": "20.0.0",
44
"description": "mantic UI Components for Documentation for Angular",
55
"author": "KY-Programming",
66
"license": "MIT",
@@ -10,9 +10,9 @@
1010
"Angular"
1111
],
1212
"peerDependencies": {
13-
"@angular/common": "^19.0.0",
14-
"@angular/core": "^19.0.0",
15-
"@mantic-ui/angular": "19.7.0",
13+
"@angular/common": "^20.0.0",
14+
"@angular/core": "^20.0.0",
15+
"@mantic-ui/angular": "20.0.0",
1616
"ngx-highlightjs": "> 4",
1717
"highlight.js": "> 10"
1818
},

projects/mantic-ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantic-ui/angular",
3-
"version": "19.7.0",
3+
"version": "20.0.0",
44
"description": "mantic UI for Angular",
55
"keywords": [
66
"mantic-ui",
@@ -37,11 +37,11 @@
3737
"url": "https://github.com/KY-Programming/mantic-ui.git"
3838
},
3939
"peerDependencies": {
40-
"@angular/common": "^19.0.0",
41-
"@angular/core": "^19.0.0",
42-
"@angular/forms": "^19.0.0",
43-
"@angular/platform-browser": "^19.0.0",
44-
"@angular/router": "^19.0.0",
40+
"@angular/common": "^20.0.0",
41+
"@angular/core": "^20.0.0",
42+
"@angular/forms": "^20.0.0",
43+
"@angular/platform-browser": "^20.0.0",
44+
"@angular/router": "^20.0.0",
4545
"rxjs": "^7.0.0"
4646
},
4747
"optionalDependencies": {

projects/semantic-ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantic-ui/semantic-ui-angular",
3-
"version": "19.7.0",
3+
"version": "20.0.0",
44
"description": "Semantic UI theme for mantic UI Angular components. Requires @mantic-ui/angular",
55
"scripts": {
66
"postbuild": "npm run copy-styles",
@@ -43,9 +43,9 @@
4343
"url": "https://github.com/KY-Programming/mantic-ui.git"
4444
},
4545
"peerDependencies": {
46-
"@angular/common": "^19.0.0",
47-
"@angular/core": "^19.0.0",
48-
"@mantic-ui/angular": "19.7.0"
46+
"@angular/common": "^20.0.0",
47+
"@angular/core": "^20.0.0",
48+
"@mantic-ui/angular": "20.0.0"
4949
},
5050
"dependencies": {
5151
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)