Skip to content

Commit

Permalink
Merge pull request #703 from live-codes/develop
Browse files Browse the repository at this point in the history
release v39
  • Loading branch information
hatemhosny authored Dec 22, 2024
2 parents e6b8c83 + b6668ca commit b90a2c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. See [standa

---

## [v39](https://github.com/live-codes/livecodes/compare/v38...v39) (2024-12-22)

### Bug Fixes

- **UI:** hide code to image button in embeds ([648654b](https://github.com/live-codes/livecodes/commit/648654b79cc4c3e74e2239f1d9eb38d4c743671b))

---

## [v38](https://github.com/live-codes/livecodes/compare/v37...v38) (2024-12-21)

### Highlights for this release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "livecodes",
"version": "0.0.0",
"appVersion": "38",
"appVersion": "39",
"description": "Code Playground That Just Works!",
"author": "Hatem Hosny",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/livecodes/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1618,6 +1618,7 @@ li.editor-title {

#focus-btn,
#copy-as-url-btn,
#code-to-img-btn,
#settings-button,
#editor-settings-btn,
#project-info-btn,
Expand Down

0 comments on commit b90a2c5

Please sign in to comment.