manual bumps while I debug lerna

pull/74/head^2
Steve Ruiz 2021-09-05 12:19:08 +01:00
rodzic c206b29d08
commit f8c1b9ff4e
8 zmienionych plików z 17 dodań i 23 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "0.0.73",
"version": "0.0.74",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public",
@ -7,4 +7,4 @@
},
"npmClient": "yarn",
"useWorkspaces": true
}
}

Wyświetl plik

@ -8,7 +8,7 @@
"url": "git+https://github.com/tldraw/tldraw.git"
},
"license": "MIT",
"version": "0.0.36",
"version": "0.0.74",
"workspaces": [
"packages/core",
"packages/tldraw",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/core",
"version": "0.0.73",
"version": "0.0.76",
"private": false,
"description": "A tiny little drawing app (core)",
"author": "@steveruizok",
@ -11,6 +11,9 @@
},
"license": "MIT",
"keywords": [],
"files": [
"dist/**/*"
],
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
@ -55,4 +58,4 @@
"deepmerge": "^4.2.2",
"react-use-gesture": "^9.1.3"
}
}
}

Wyświetl plik

@ -36,12 +36,6 @@ async function main() {
external: ['react', 'react-dom'],
})
for (const file of ['package.json', 'README.md']) {
fs.copyFile(file, `dist/${file}`, fs.constants.COPYFILE_EXCL, (err) => {
if (err) throw err
})
}
console.log(`${name}: Built package.`)
} catch (e) {
console.log(`× ${name}: Build failed due to an error.`)

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/dev",
"version": "0.0.73",
"version": "0.0.74",
"private": true,
"description": "A tiny little drawing app (dev)",
"author": "@steveruizok",
@ -34,4 +34,4 @@
"typescript": "4.2.3"
},
"gitHead": "a7dac0f83ad998e205c2aab58182cb4ba4e099a6"
}
}

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "0.0.73",
"version": "0.0.76",
"private": false,
"description": "A tiny little drawing app (editor)",
"author": "@steveruizok",
@ -11,6 +11,9 @@
},
"license": "MIT",
"keywords": [],
"files": [
"dist/**/*"
],
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
@ -66,4 +69,4 @@
"react-hotkeys-hook": "^3.4.0",
"rko": "^0.5.20"
}
}
}

Wyświetl plik

@ -36,12 +36,6 @@ async function main() {
external: ['react', 'react-dom'],
})
for (const file of ['package.json', 'README.md']) {
fs.copyFile(file, `dist/${file}`, fs.constants.COPYFILE_EXCL, (err) => {
if (err) throw err
})
}
console.log(`${name}: Built package.`)
} catch (e) {
console.log(`× ${name}: Build failed due to an error.`)

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "www",
"version": "0.0.73",
"version": "0.0.74",
"private": true,
"description": "A tiny little drawing app (site).",
"repository": {
@ -34,4 +34,4 @@
"typescript": "^4.4.2"
},
"gitHead": "838fabdbff1a66d4d7ee8aa5c5d117bc55acbff2"
}
}