Skip to content

Commit d560a1e

Browse files
author
Steven Silvester
committed
Revert "Publish 2021.8.12"
This reverts commit 1cc00f4.
1 parent 5575aff commit d560a1e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumino-top-level",
3-
"version": "2021.8.12",
3+
"version": "2021.8.3",
44
"private": true,
55
"workspaces": [
66
"examples/*",
@@ -44,10 +44,7 @@
4444
]
4545
},
4646
"hooks": {
47-
"after-build-changelog": [
48-
"yarn build:dist",
49-
"node scripts/format-changelog.js"
50-
],
47+
"after-build-changelog": ["yarn build:dist", "node scripts/format-changelog.js"],
5148
"before-build-npm": "yarn build:dist",
5249
"before-draft-release": "node scripts/tag-versions.js"
5350
}

0 commit comments

Comments
 (0)