From b08041540db44e8a348f5088ba8958af2e023096 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Tue, 19 Jan 2021 09:38:49 +0100 Subject: [PATCH] core: Preparing release --- config/changelog.yaml | 2 +- config/templates/package.dflt.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/changelog.yaml b/config/changelog.yaml index 67c7ca63de8..3c843a540f2 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -1,5 +1,5 @@ 2.12.0: - date: 2021-01-17 + date: 2021-01-19 Added: bella: - Initial release of this body block for womenswear diff --git a/config/templates/package.dflt.json b/config/templates/package.dflt.json index 23733dbc6cc..60750e1eb3f 100644 --- a/config/templates/package.dflt.json +++ b/config/templates/package.dflt.json @@ -22,7 +22,7 @@ "files": ["dist/*", "README.md", "package.json"], "publishConfig": { "access": "public", - "tag": "next" + "tag": "latest" }, "engines": { "node": ">=12.0.0",