Skip to content

Commit

Permalink
chore(alloy-ui): prepare 3.1.0-deprecated.120 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Aug 30, 2024
1 parent 938aedc commit abc786c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion third-party/projects/alloy-ui/.alloy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"alloycore": ["aui-base-core"],
"alloyregex": "(aui|yui(",
"yuiversion": "patched-v3.20.1",
"version": "3.1.0-deprecated.119"
"version": "3.1.0-deprecated.120"
}
2 changes: 1 addition & 1 deletion third-party/projects/alloy-ui/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alloy-ui",
"version": "3.1.0-deprecated.119",
"version": "3.1.0-deprecated.120",
"homepage": "http://alloyui.com",
"authors": ["Eduardo Lundgren <eduardo.lundgren@liferay.com>"],
"description": "AlloyUI is a framework built on top of YUI3 (JavaScript) that uses Bootstrap (HTML/CSS) to provide a simple API for building high scalable applications",
Expand Down
6 changes: 3 additions & 3 deletions third-party/projects/alloy-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alloy-ui",
"description": "AlloyUI",
"version": "3.1.0-deprecated.119",
"version": "3.1.0-deprecated.120",
"author": {
"name": "Eduardo Lundgren",
"email": "eduardo.lundgren@liferay.com",
Expand All @@ -22,7 +22,7 @@
"helpers"
],
"scripts": {
"gulp": "gulp",
"gulp": "gulp",
"prepublish": "gulp build-publish"
},
"files": [
Expand Down Expand Up @@ -60,4 +60,4 @@
"npm": ">=2.0.0",
"node": "<=0.12.0"
}
}
}

0 comments on commit abc786c

Please sign in to comment.