Skip to content

Commit 41f1798

Browse files
committed
Prepare release
1 parent 8db7963 commit 41f1798

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

projects/fomantic-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantic-ui/fomantic-ui-angular",
3-
"version": "18.2.1",
3+
"version": "18.2.2",
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",
@@ -70,7 +70,7 @@
7070
"peerDependencies": {
7171
"@angular/common": "^18.0.0",
7272
"@angular/core": "^18.0.0",
73-
"@mantic-ui/angular": "18.2.1"
73+
"@mantic-ui/angular": "18.2.2"
7474
},
7575
"dependencies": {
7676
"tslib": "^2.3.0"

projects/mantic-ui-doc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantic-ui/angular-doc",
3-
"version": "18.2.1",
3+
"version": "18.2.2",
44
"description": "mantic UI Components for Documentation for Angular",
55
"author": "KY-Programming",
66
"license": "MIT",
@@ -12,7 +12,7 @@
1212
"peerDependencies": {
1313
"@angular/common": "^18.0.0",
1414
"@angular/core": "^18.0.0",
15-
"@mantic-ui/angular": "18.2.1",
15+
"@mantic-ui/angular": "18.2.2",
1616
"ngx-highlightjs": "> 4",
1717
"highlight.js": "> 10"
1818
},

projects/mantic-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantic-ui/angular",
3-
"version": "18.2.1",
3+
"version": "18.2.2",
44
"description": "mantic UI for Angular",
55
"keywords": [
66
"mantic-ui",

projects/semantic-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mantic-ui/semantic-ui-angular",
3-
"version": "18.2.1",
3+
"version": "18.2.2",
44
"description": "Semantic UI theme for mantic UI Angular components. Requires @mantic-ui/angular",
55
"scripts": {
66
"postbuild": "npm run copy-styles",
@@ -45,7 +45,7 @@
4545
"peerDependencies": {
4646
"@angular/common": "^18.0.0",
4747
"@angular/core": "^18.0.0",
48-
"@mantic-ui/angular": "18.2.1"
48+
"@mantic-ui/angular": "18.2.2"
4949
},
5050
"dependencies": {
5151
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)