Skip to content

Commit

Permalink
[skip ci] release v2.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Bot committed May 25, 2023
1 parent 723d040 commit 9f83802
Show file tree
Hide file tree
Showing 26 changed files with 35 additions and 27 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devicescript/cli",
"private": false,
"version": "2.9.12",
"version": "2.9.13",
"description": "DeviceScript command line tool",
"keywords": [
"devicescript",
Expand Down
2 changes: 1 addition & 1 deletion compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devicescript/compiler",
"private": false,
"version": "2.9.12",
"version": "2.9.13",
"description": "DeviceScript Compiler",
"keywords": [
"devicescript",
Expand Down
4 changes: 2 additions & 2 deletions compiler/src/bytecode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ export const OP_TYPES =
export enum BinFmt {
IMG_VERSION_MAJOR = 2,
IMG_VERSION_MINOR = 9,
IMG_VERSION_PATCH = 12,
IMG_VERSION = 0x209000c,
IMG_VERSION_PATCH = 13,
IMG_VERSION = 0x209000d,
MAGIC0 = 0x53766544, // "DevS"
MAGIC1 = 0xf1296e0a,
NUM_IMG_SECTIONS = 10,
Expand Down
2 changes: 1 addition & 1 deletion dap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devicescript/dap",
"private": false,
"version": "2.9.12",
"version": "2.9.13",
"description": "DeviceScript Compiler",
"keywords": [
"devicescript",
Expand Down
2 changes: 1 addition & 1 deletion interop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devicescript/interop",
"private": false,
"version": "2.9.12",
"version": "2.9.13",
"description": "Interfaces for interaction with DeviceScript files",
"keywords": [
"devicescript",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DeviceScript-workspace",
"version": "2.9.12",
"version": "2.9.13",
"private": true,
"scripts": {
"setup": "git submodule update --init --recursive && git pull && yarn install --frozen-lockfile && npm install -g -u jacdac-cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/cloud",
"version": "2.9.12",
"version": "2.9.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/core",
"version": "2.9.12",
"version": "2.9.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cowsay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devicescript-cowsay",
"version": "2.9.12",
"version": "2.9.13",
"main": "./src/index.ts",
"private": false,
"description": "DeviceScript package sample implementing the famous cow say rendering engine.",
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/drivers",
"version": "2.9.12",
"version": "2.9.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gpio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/gpio",
"version": "2.9.12",
"version": "2.9.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/i2c/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/i2c",
"version": "2.9.12",
"version": "2.9.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/observables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/observables",
"version": "2.9.12",
"version": "2.9.13",
"main": "./src/index.ts",
"description": "DeviceScript package sample implementing the famous cow say rendering engine.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/runtime",
"version": "2.9.12",
"version": "2.9.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sampleprj/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sampleprj",
"version": "2.9.12",
"version": "2.9.13",
"private": true,
"dependencies": {
"@types/papaparse": "^5.3.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/server",
"version": "2.9.12",
"version": "2.9.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/settings",
"version": "2.9.12",
"version": "2.9.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/spi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/spi",
"version": "2.9.12",
"version": "2.9.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/test",
"version": "2.9.12",
"version": "2.9.13",
"dependencies": {},
"devDependencies": {
"@devicescript/cli": "*"
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devicescript/plugin",
"private": false,
"version": "2.9.12",
"version": "2.9.13",
"description": "DeviceScript Language Server Plugin",
"keywords": [
"devicescript"
Expand Down
2 changes: 1 addition & 1 deletion runtime/devicescript-vm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devicescript/vm",
"private": false,
"version": "2.9.12",
"version": "2.9.13",
"description": "DeviceScript Virtual Machine",
"keywords": [
"devicescript",
Expand Down
4 changes: 2 additions & 2 deletions runtime/devicescript/devs_bytecode.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@

#define DEVS_IMG_VERSION_MAJOR 2
#define DEVS_IMG_VERSION_MINOR 9
#define DEVS_IMG_VERSION_PATCH 12
#define DEVS_IMG_VERSION 0x209000c
#define DEVS_IMG_VERSION_PATCH 13
#define DEVS_IMG_VERSION 0x209000d
#define DEVS_MAGIC0 0x53766544 // "DevS"
#define DEVS_MAGIC1 0xf1296e0a
#define DEVS_NUM_IMG_SECTIONS 10
Expand Down
8 changes: 8 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [v2.9.12](https://github.com/microsoft/devicescript/compare/v2.9.11...v2.9.12)

> 18 May 2023
- more led runtime [`d49250b`](https://github.com/microsoft/devicescript/commit/d49250b1bba6c3804f01988a091fdde6ceec7037)
- allow address setting on BME680; defl to 0x76 (Seeed) [`6f5594a`](https://github.com/microsoft/devicescript/commit/6f5594a8d9ee91d3394be06c175552538777fc62)
- updated gateway docs [`2168e56`](https://github.com/microsoft/devicescript/commit/2168e56d166905dc0c6b7733e893611d2f50ef7f)

#### [v2.9.11](https://github.com/microsoft/devicescript/compare/v2.9.10...v2.9.11)

> 17 May 2023
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devicescript-vscode",
"displayName": "DeviceScript",
"version": "2.9.12",
"version": "2.9.13",
"publisher": "devicescript",
"description": "Professional TypeScript for microcontrollers.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.9.12",
"version": "2.9.13",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion website/static/dist/devicescript-vm.js

Large diffs are not rendered by default.

0 comments on commit 9f83802

Please sign in to comment.