Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ky-one committed Jul 13, 2024
1 parent b716944 commit d81e3ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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": "18.1.0",
"version": "18.2.0",
"scripts": {
"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",
"copy:accordion": "copy ..\\..\\node_modules\\fomantic-ui\\dist\\components\\accordion.css .\\src\\lib\\styles\\components\\accordion.less",
Expand Down Expand Up @@ -70,7 +70,7 @@
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@mantic-ui/angular": "18.1.0"
"@mantic-ui/angular": "18.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions 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": "18.1.0",
"version": "18.2.0",
"description": "mantic UI Components for Documentation for Angular",
"author": "KY-Programming",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@mantic-ui/angular": "18.1.0",
"@mantic-ui/angular": "18.2.0",
"ngx-highlightjs": "> 4",
"highlight.js": "> 10"
},
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": "18.1.0",
"version": "18.2.0",
"description": "mantic UI for Angular",
"keywords": [
"mantic-ui",
Expand Down
4 changes: 2 additions & 2 deletions 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": "18.1.0",
"version": "18.2.0",
"description": "Semantic UI theme for mantic UI Angular components. Requires @mantic-ui/angular",
"scripts": {
"postbuild": "npm run copy-styles",
Expand Down Expand Up @@ -45,7 +45,7 @@
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@mantic-ui/angular": "18.1.0"
"@mantic-ui/angular": "18.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit d81e3ae

Please sign in to comment.