Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 01989e0

Browse files
author
Jakob Rosenberg
authored
Merge pull request #286 from pycom/fix-removed-deprecated-sync-project
Fix-removed-deprecated-sync-project
2 parents 208d7cb + 7df8f8a commit 01989e0

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.2.1](https://github.com/pycom/pymakr-atom/compare/v2.2.0...v2.2.1) (2022-01-13)
2+
3+
4+
### Bug Fixes
5+
6+
* bindings fallbacks were limited to download ([9d3bfc7](https://github.com/pycom/pymakr-atom/commit/9d3bfc787a297df697f900bacced7f8e50788bf5))
7+
* bindings were broke ([dfda4c4](https://github.com/pycom/pymakr-atom/commit/dfda4c49f4ef179f930b243e03f7a9ef58ef3c3a))
8+
19
## [2.1.14] - 05.05.2021
210
### Fixed
311
* project improvements

menus/pycom-sync.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
{
3131
"label": "Run current file",
3232
"command": "pymakr:run"
33-
},
34-
{
35-
"label": "Synchronize project",
36-
"command": "pymakr:sync"
3733
}
3834
]
3935
}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pymakr",
33
"main": "./lib/main.js",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"description": "Adds a REPL console to Atom that connects to your Pycom board. It can run code on the board or synchronize your project files to it.",
66
"keywords": [
77
"Pycom",

0 commit comments

Comments
 (0)