Parcourir la source

chore: Publish v0.12.2

Michael Bromley il y a 5 ans
Parent
commit
ed76b3c928
3 fichiers modifiés avec 9 ajouts et 2 suppressions
  1. 7 0
      CHANGELOG.md
  2. 1 1
      lerna.json
  3. 1 1
      packages/create/package.json

+ 7 - 0
CHANGELOG.md

@@ -1,3 +1,10 @@
+## <small>0.12.2 (2020-05-13)</small>
+
+
+#### Fixes
+
+* **create** Add work-around for upstream tslib issue ([2f39379](https://github.com/vendure-ecommerce/vendure/commit/2f39379))
+
 ## <small>0.12.1 (2020-05-12)</small>
 
 

+ 1 - 1
lerna.json

@@ -2,7 +2,7 @@
   "packages": [
     "packages/*"
   ],
-  "version": "0.12.1",
+  "version": "0.12.2",
   "npmClient": "yarn",
   "useWorkspaces": true,
   "command": {

+ 1 - 1
packages/create/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@vendure/create",
-  "version": "0.12.1",
+  "version": "0.12.2",
   "license": "MIT",
   "bin": {
     "create": "./index.js"