Skip to content

Commit c77ab1b

Browse files
authored
Pump to 2.0.0-beta.0 pre-release (#1499)
- Bump version from `1.9.0` to `2.0.0-beta.0` in package.json. - .npmignore: exclude Python bytecode artifacts (`__pycache__/`, `*.pyc`) so `rosidl_parser/__pycache__/*.pyc` is no longer shipped in the tarball. - .npmignore: exclude `tools/` (jsdoc templates, maintainer-only). - .npmignore: regroup `electron_demo/` and `ts_demo/` alongside the other demo/example directories for readability (no functional change). Fix: #1458
1 parent 9031f44 commit c77ab1b

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.npmignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,20 @@ cpplint.py
1212
suppr.txt
1313
generated/
1414
build/
15+
__pycache__/
16+
*.pyc
1517
coverage/
1618
dist/
17-
electron_demo/
1819
log/
1920
install/
2021
test/
2122
docs/
2223
example/
2324
benchmark/
2425
tutorials/
26+
electron_demo/
27+
ts_demo/
28+
tools/
2529
.github/
2630
.nyc_output/
2731
.vscode/
@@ -30,4 +34,3 @@ scripts/cpplint.js
3034
scripts/npm-pack.sh
3135
scripts/npmjs-readme.md
3236
scripts/run_test.js
33-
ts_demo/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rclnodejs",
3-
"version": "1.9.0",
3+
"version": "2.0.0-beta.0",
44
"description": "ROS2.0 JavaScript client with Node.js",
55
"main": "index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)