Skip to content

Commit ab18655

Browse files
author
Juan-Carlos Foust
committed
v1.8.0
1 parent 1a219ca commit ab18655

File tree

6 files changed

+7380
-10579
lines changed

6 files changed

+7380
-10579
lines changed

DEPLOY.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# npm
22

3-
update version in package.json
4-
yarn clean
5-
yarn install
6-
yarn build
7-
yarn copy # for docs to build
8-
git commit version change
9-
git tag version
10-
git push commit & tags
3+
source .venv/bin/activate
4+
nvm use
5+
(update version in package.json)
6+
npm run clean
7+
npm install
8+
npm run build
9+
npm run copy # for docs to build
10+
git commit -m "version change"
11+
git tag <version>
12+
git push
1113
npm login # last time i tried, yarn wasn't working for login & publish
1214
npm publish
1315

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ First, install dependencies with [npm](https://www.npmjs.com) (or you can use
5050
[yarn](https://yarnpkg.com)):
5151

5252
```
53+
brew install nvm pyenv
54+
pyenv install 3.10.12
55+
pyenv shell 3.10.12
56+
python -m venv .venv
57+
source .venv/bin/activate
58+
nvm use
5359
npm install
5460
```
5561

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "escher",
33
"author": "Zachary King",
4-
"version": "1.7.3",
4+
"version": "1.8.0",
55
"post_version": null,
66
"schema_version": "1-0-0",
77
"map_model_version": "6",

py/escher/static/escher.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

py/escher/static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "escher",
33
"author": "Zachary King",
4-
"version": "1.7.3",
4+
"version": "1.8.0",
55
"post_version": null,
66
"schema_version": "1-0-0",
77
"map_model_version": "6",

0 commit comments

Comments
 (0)