Skip to content

Commit d406819

Browse files
authored
Merge pull request #42 from xpodev/dev/v0.8.2
Dev/v0.8.2
2 parents 398dbe7 + fcff99b commit d406819

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

node/build.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ const { execSync } = require('child_process');
44

55
const nextVersion = process.argv[2];
66

7+
execSync('yarn build:browser');
8+
79
const packagesDir = path.join(__dirname, 'packages');
810
const packages = fs.readdirSync(packagesDir);
911
packages.forEach((pkg) => {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-seamless"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
authors = [
55
{ name="Xpo Development", email="[email protected]" },
66
]

0 commit comments

Comments
 (0)