Skip to content

Commit

Permalink
release v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnester committed Jul 21, 2022
1 parent 9d6d82c commit 649dd68
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.8.1](https://github.com/ajaxorg/ace/compare/v1.8.0...v1.8.1) (2022-07-21)


### Bug Fixes

* prevent race condition when creating css files in build ([1777bfb](https://github.com/ajaxorg/ace/commit/1777bfb7dca4dcaf575293ac9cacbc284f692351))

## [1.8.0](https://github.com/ajaxorg/ace/compare/v1.7.1...v1.8.0) (2022-07-20)


Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated 53 files
+7 −0 CHANGELOG.md
+507 −23 css/ace.css
+ css/main-2.png
+163 −1 css/theme/ambiance.css
+137 −1 css/theme/chaos.css
+114 −1 css/theme/chrome.css
+115 −1 css/theme/cloud9_day.css
+110 −1 css/theme/cloud9_night.css
+102 −1 css/theme/cloud9_night_low_color.css
+83 −1 css/theme/clouds.css
+86 −1 css/theme/clouds_midnight.css
+99 −1 css/theme/cobalt.css
+106 −1 css/theme/crimson_editor.css
+95 −1 css/theme/dawn.css
+114 −1 css/theme/dracula.css
+129 −1 css/theme/dreamweaver.css
+85 −1 css/theme/eclipse.css
+91 −1 css/theme/github.css
+98 −1 css/theme/gob.css
+71 −1 css/theme/gruvbox.css
+117 −1 css/theme/gruvbox_dark_hard.css
+117 −1 css/theme/gruvbox_light_hard.css
+86 −1 css/theme/idle_fingers.css
+109 −1 css/theme/iplastic.css
+109 −1 css/theme/katzenmilch.css
+92 −1 css/theme/kr_theme.css
+52 −1 css/theme/kuroir.css
+85 −1 css/theme/merbivore.css
+86 −1 css/theme/merbivore_soft.css
+97 −1 css/theme/mono_industrial.css
+93 −1 css/theme/monokai.css
+81 −1 css/theme/nord_dark.css
+118 −1 css/theme/one_dark.css
+98 −1 css/theme/pastel_on_dark.css
+78 −1 css/theme/solarized_dark.css
+81 −1 css/theme/solarized_light.css
+124 −1 css/theme/sqlserver.css
+101 −1 css/theme/terminal.css
+115 −1 css/theme/textmate.css
+96 −1 css/theme/tomorrow.css
+98 −1 css/theme/tomorrow_night.css
+96 −1 css/theme/tomorrow_night_blue.css
+111 −1 css/theme/tomorrow_night_bright.css
+98 −1 css/theme/tomorrow_night_eighties.css
+96 −1 css/theme/twilight.css
+84 −1 css/theme/vibrant_ink.css
+78 −1 css/theme/xcode.css
+1 −1 kitchen-sink.html
+1 −1 package.json
+1 −1 src-min-noconflict/ace.js
+1 −1 src-min/ace.js
+1 −1 src-noconflict/ace.js
+1 −1 src/ace.js
2 changes: 1 addition & 1 deletion lib/ace/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ var reportErrorIfPathIsNotConfigured = function() {
}
};

exports.version = "1.8.0";
exports.version = "1.8.1";

});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ace",
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
"version": "1.8.0",
"version": "1.8.1",
"homepage": "http://github.com/ajaxorg/ace",
"engines": {
"node": ">= 0.6.0"
Expand Down

0 comments on commit 649dd68

Please sign in to comment.