Skip to content

Commit

Permalink
Prepare datetime, icons, select release (#3565)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored May 29, 2019
1 parent 4908bb0 commit 322ee58
Show file tree
Hide file tree
Showing 4 changed files with 661 additions and 674 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprintjs-monorepo",
"version": "3.15.0",
"version": "3.15.1",
"private": true,
"description": "A React UI toolkit for the web.",
"workspaces": [
Expand Down Expand Up @@ -61,7 +61,8 @@
"resolutions": {
"@types/enzyme": "3.1.15",
"@types/react": "16.4.18",
"node-gyp": "3.8.0"
"node-gyp": "3.8.0",
"typedoc": "0.14.2"
},
"engines": {
"node": ">=6.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-data/compile-docs-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function transformDocumentalistData(key, value) {
if (key === "versions" && Array.isArray(value)) {
// one major version per release
const majors = new Map();
for (version of value) {
for (const version of value) {
const major = semver.major(version)
if (!majors.has(major) || semver.gt(version, majors.get(major))) {
majors.set(major, version);
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"webpack": "^4.27.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-server": "^3.1.0",
"webpack-notifier": "^1.7.0"
},
Expand Down
Loading

1 comment on commit 322ee58

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prepare datetime, icons, select release (#3565)

Previews: documentation | landing | table

Please sign in to comment.