Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
chore: version 1.7.4, bump blocks to 1.4.1 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen authored and koen1711 committed Nov 9, 2023
1 parent a9d8abd commit fe07683
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Leaphy Webbased",
"author": "Leaphy Robotics",
"description": "Build Leaphy Arduino programs",
"version": "1.6.1",
"version": "1.7.4",
"license": "GPLv3",
"main": "src/main.ts",
"scripts": {
Expand All @@ -29,7 +29,7 @@
"@angular/platform-browser-dynamic": "~15.2.9",
"@angular/router": "~15.2.9",
"@fortawesome/fontawesome-free": "^6.1.1",
"@leaphy-robotics/leaphy-blocks": "^1.4.0",
"@leaphy-robotics/leaphy-blocks": "1.4.1",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@serialport/parser-readline": "^10.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1737,10 +1737,10 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@leaphy-robotics/leaphy-blocks@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@leaphy-robotics/leaphy-blocks/-/leaphy-blocks-1.4.0.tgz#b7bc88548e8b6a82dcc995ebf91d71f986f9d469"
integrity sha512-Cf6ftyRfncvwfeEEUm5E5gbu8JFSFudopYO7xc7n+ErPeeGu+ZWebZ+D6xk4jie147E8RuoTKU3NyATSBNjnZQ==
"@leaphy-robotics/leaphy-blocks@1.4.1":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@leaphy-robotics/leaphy-blocks/-/leaphy-blocks-1.4.1.tgz#706b81557793e8f5882b77c37bc44a49286c74fa"
integrity sha512-t2ffPywVv/G5zSrLqqPApyOYyGkfUrfUdTdc80RMdjbpR+OIVd0RQct2mOikX0AOFtx3MtbefQzF9rU8eQ+xxA==
dependencies:
blockly "^10.1.3"
typescript "4.3.2"
Expand Down

0 comments on commit fe07683

Please sign in to comment.