Skip to content

Commit

Permalink
updated deps, new version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Sep 12, 2022
1 parent 13c35b7 commit 90f35bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).

## [1.11.2] - Unreleased
## [1.11.2] - 2022-09-12
### Added
- `lume init` configures JSX automatically on install `jsx` or `jsx_preact` plugins.

Expand All @@ -21,12 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
Now it works fine with jsx transformers.

### Fixed
- Updated deps: `esbuild`, `std`, `parcel_css`, `cliffy`.
- Updated deps: `esbuild`, `std`, `parcel_css`, `cliffy`, `postcss_autoprefixer`.
- The list of available plugins on `lume init`.

## [1.11.1] - 2022-09-02
### Fixed
- `jsx` and `jsx_preact` plugins when the children is a string.
- `jsx` and `jsx_preact` plugins when the children prop is a string.

## [1.11.0] - 2022-09-01
### Added
Expand Down Expand Up @@ -1755,7 +1755,7 @@ The first version.
[#249]: https://github.com/lumeland/lume/issues/249
[#250]: https://github.com/lumeland/lume/issues/250

[1.11.2]: https://github.com/lumeland/lume/compare/v1.11.1...HEAD
[1.11.2]: https://github.com/lumeland/lume/compare/v1.11.1...v1.11.2
[1.11.1]: https://github.com/lumeland/lume/compare/v1.11.0...v1.11.1
[1.11.0]: https://github.com/lumeland/lume/compare/v1.10.4...v1.11.0
[1.10.4]: https://github.com/lumeland/lume/compare/v1.10.3...v1.10.4
Expand Down
2 changes: 1 addition & 1 deletion deps/postcss.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { default as postcss } from "https://deno.land/x/postcss@8.4.16/mod.js";
export { default as postcssImport } from "https://deno.land/x/postcss_import@0.1.4/mod.js";
export { default as postcssNesting } from "https://cdn.jsdelivr.net/npm/postcss-nesting@10.0.2/mod.js";
export { default as autoprefixer } from "https://deno.land/x/postcss_autoprefixer@0.2.5/mod.js";
export { default as autoprefixer } from "https://deno.land/x/postcss_autoprefixer@0.2.6/mod.js";
export type { SourceMapOptions } from "https://deno.land/x/postcss@8.4.16/lib/postcss.d.ts";

0 comments on commit 90f35bf

Please sign in to comment.