Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jun 26, 2024
1 parent 80c68a0 commit 82ef7d2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project try to adheres to [Semantic Versioning](https://semver.org/).
Go to the `v1` branch to see the changelog of Lume 1.

## [2.2.3] - Unreleased
### Fixed
- Updated dependencies: `std`.

## [2.2.2] - 2024-06-21
### Fixed
- `search.data()` doesn't return data for source files (like `search.data("index.md")`).
Expand Down Expand Up @@ -417,6 +421,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
[#618]: https://github.com/lumeland/lume/issues/618
[#619]: https://github.com/lumeland/lume/issues/619

[2.2.3]: https://github.com/lumeland/lume/compare/v2.2.2...HEAD
[2.2.2]: https://github.com/lumeland/lume/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/lumeland/lume/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/lumeland/lume/compare/v2.1.4...v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "TZ=Z LUME_LOGS=ERROR DENO_FUTURE=1 deno test -A",
"test:update": "deno task test -- --update",
"changelog": "deno run --allow-read --allow-write https://deno.land/x/[email protected]/bin.ts",
"update-deps": "deno run -A --quiet 'https://deno.land/x/[email protected].4/cli.ts' update deps/*.ts cms.ts deno.json"
"update-deps": "deno run -A --quiet 'https://deno.land/x/[email protected].5/cli.ts' update deps/*.ts cms.ts deno.json"
},
"imports": {
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected]/"
Expand Down
2 changes: 1 addition & 1 deletion deps/media_types.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/media-types@0.224.1";
export * from "jsr:@std/media-types@1.0.0";
2 changes: 1 addition & 1 deletion deps/yaml.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].2";
export * from "jsr:@std/[email protected].3";

0 comments on commit 82ef7d2

Please sign in to comment.