@pybricks/ide-docs v2.0.0

This commit is contained in:
David Lechner
2021-11-19 19:59:19 -06:00
parent e77b3dcf4d
commit 466d8d6c86
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ jobs:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn build
working-directory: doc/main
working-directory: npm/ide-docs
- run: yarn publish
working-directory: doc/main
working-directory: npm/ide-docs
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
+2 -1
View File
@@ -2,7 +2,8 @@
<!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance -->
## Unreleased
## 2.0.0 - 2021-11-19
### Changed
- Changed package directory structure.
- Updated docs to v3.1.0rc1.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pybricks/ide-docs",
"version": "1.6.0",
"version": "2.0.0",
"description": "Special build of Pybricks API docs for embedding in an IDE.",
"repository": {
"type": "git",