From 95e29b9f95768ad761356106bfdc7565642e77dd Mon Sep 17 00:00:00 2001 From: Hatem Hosny Date: Fri, 4 Aug 2023 18:02:13 +0300 Subject: [PATCH] release: v10 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f9eed6dd..e51d3011e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. See [standa --- +## [v10](https://github.com/live-codes/livecodes/compare/sdk-v0.1.2...0.0.0) (2023-08-04) + +### Bug Fixes + +- `split.show` full on small screen ([2ce9067](https://github.com/live-codes/livecodes/commit/2ce906725159670b45a4d421e9abb73e9297f574)) +- **compilers:** fix typo in julia public api ([06986df](https://github.com/live-codes/livecodes/commit/06986df4700219e3f28ef56fc7feeef17c1fd1e3)) +- **editor:** fix editor position, let columns start at 1 ([47d0f90](https://github.com/live-codes/livecodes/commit/47d0f90a8ba76d82d7a89212d8c7d607dc4b6556)) + +### Features + +- **editor:** upgrade codejar to v4.1.1 ([6d5327f](https://github.com/live-codes/livecodes/commit/6d5327f1e06a85ea6bf5220a2211172dd86197ab)) + +--- + ## [sdk-v0.1.2](https://github.com/live-codes/livecodes/compare/v9...sdk-v0.1.2) (2023-07-26) ### Bug Fixes diff --git a/package.json b/package.json index 6ce0de891..e774eb614 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "livecodes", "version": "0.0.0", - "appVersion": "9", + "appVersion": "10", "description": "Code Playground That Just Works!", "author": "Hatem Hosny", "license": "MIT",