aboutsummaryrefslogtreecommitdiffstats
path: root/build/release.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Update a few dependencies, drop `grunt-cli`Michał Gołębiowski-Owczarek2024-10-301-1/+1
| | | | | | | `grunt` already contains the needed binary, no need for `grunt-cli` anymore. Update `download.jqueryui.com` as well. Closes gh-2311
* Release: Update download.jqueryui.com from 2.3.7 to 2.3.10Michał Gołębiowski-Owczarek2024-08-051-1/+1
|
* Release: Update download.jqueryui.com from 2.3.6 to 2.3.7Michał Gołębiowski-Owczarek2024-07-051-1/+1
|
* Release: Update download.jqueryui.com from 2.3.5 to 2.3.6Michał Gołębiowski-Owczarek2024-06-151-1/+1
|
* Release: Update download.jqueryui.com from 2.3.4 to 2.3.5Michał Gołębiowski-Owczarek2024-06-151-1/+1
|
* Release: Fix the release scriptMichał Gołębiowski-Owczarek2024-06-141-2/+2
|
* Release: Update download.jqueryui.com from 2.2.14 to 2.3.4Michał Gołębiowski-Owczarek2024-06-141-1/+1
|
* Build: Update download.jqueryui.com from 2.2.12 to 2.2.14Michał Gołębiowski-Owczarek2024-04-261-1/+1
|
* Build: Update release dependenciesMichał Gołębiowski-Owczarek2024-04-221-3/+3
| | | | | | In particular, the `node-packager` update is required for the release process to work on newer Node.js versions. Closes gh-2239
* Build: Include all the files published to the CDN in npm/Bower packagesMichał Gołębiowski-Owczarek2022-03-231-0/+14
| | | | | | | Both unminified & minified versions of JS & CSS files are included, for all themes, as well as images. Fixes gh-2011 Closes gh-2059
* Docs: Update the bug tracker from bugs.jqueryui.com to GitHubMichał Gołębiowski-Owczarek2021-10-071-2/+1
| | | | | | Also, remove the Weekly Meetings section from README as the meetings are no longer happening. Closes gh-1972
* Release: Update the download.jqueryui.com dependencyMichał Gołębiowski-Owczarek2021-09-271-1/+1
|
* Release: Update the download.jqueryui.com dependencyMichał Gołębiowski-Owczarek2021-09-021-1/+1
| | | | The latest version contains small tweaks to the "use strict" pragma placement.
* Release: Update the download.jqueryui.com dependencyMichał Gołębiowski-Owczarek2021-08-261-1/+1
| | | | | | This is needed to make `"use strict"` pragmas not stripped out during the build. Closes gh-1969
* Release: Update the download.jqueryui.com dependencyMichał Gołębiowski-Owczarek2021-08-061-1/+1
|
* Release: Abort on packager errorsMichał Gołębiowski-Owczarek2021-08-061-11/+15
|
* Release: Update dependencies for the 1.13 releaseMichał Gołębiowski-Owczarek2021-08-061-3/+3
| | | | Closes gh-1966
* Build: Update dependencies passed to jquery-releaseMichał Gołębiowski-Owczarek2021-08-041-2/+2
| | | | | The older versions were not compatible with Node.js 10 & newer. Closes gh-1963
* Build: Fix package generationMichał Gołębiowski-Owczarek2021-08-041-1/+14
| | | | | | | | | jQuery UI 1.12.1 was released using an outdated (at the time of its release) version of the download.jqueryui.com package; the latest ones wouldn't generate relevant JS files. This commit accounts for the changes so that the latest version can be used. Closes gh-1965
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-071-1/+3
| | | | | Fixes #15393 Closes gh-1958
* Release: Remove externals directory from CDN zipScott González2016-09-131-0/+9
| | | | Closes gh-1741
* Build: Fix line length issuesAlexander Schmitz2016-04-131-2/+4
| | | | Ref gh-1690
* Release: Update for 1.12 release, add test scriptJörn Zaefferer2015-12-021-15/+35
| | | | Fixes jquery/download.jqueryui.com#282
* Release: Use latest download builderJörn Zaefferer2015-10-291-1/+1
|
* Release: Publish to npmJörn Zaefferer2015-09-301-0/+1
| | | | Fixes #11101
* Build: Style fixesJörn Zaefferer2015-03-061-11/+11
|
* Build: Remove manifest files; move metadata to source filesScott González2014-11-101-7/+4
| | | | Closes gh-1379
* Build: Update DB version for release scriptRafael Xavier de Souza2014-08-071-1/+1
|
* Build: Update DB version for releasesJörn Zaefferer2014-06-261-1/+1
|
* Build: Update DB version for release scriptJörn Zaefferer2014-05-231-1/+1
|
* Build: Replace @VERSION in release tagsJörn Zaefferer2014-05-081-4/+35
| | | | | Fixes #10006 Closes gh-1239
* Build: Generate pre-releases the same way as stable releasesScott González2014-05-061-51/+1
| | | | Fixes #9998
* Build: Migrate to jquery-releaseJörn Zaefferer2014-04-241-0/+117
Fixes #9793