Skip to content

Commit

Permalink
chore(release): 1.44.10 [skip ci]
Browse files Browse the repository at this point in the history
## [1.44.10](v1.44.9...v1.44.10) (2023-09-07)

### Bug Fixes

* **deps:** update dependency @adobe/helix-importer to v2.9.29 ([#254](#254)) ([6183f93](6183f93))
  • Loading branch information
semantic-release-bot committed Sep 7, 2023
1 parent 6183f93 commit bccc56b
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.44.10](https://github.com/adobe/helix-importer-ui/compare/v1.44.9...v1.44.10) (2023-09-07)


### Bug Fixes

* **deps:** update dependency @adobe/helix-importer to v2.9.29 ([#254](https://github.com/adobe/helix-importer-ui/issues/254)) ([6183f93](https://github.com/adobe/helix-importer-ui/commit/6183f931c5e40a55fbaa00d41ef58bfd2cadb887))

## [1.44.9](https://github.com/adobe/helix-importer-ui/compare/v1.44.8...v1.44.9) (2023-09-03)


Expand Down
2 changes: 1 addition & 1 deletion js/dist/helix-importer.js

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions js/dist/helix-importer.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,23 @@

/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */

/**
* @author Richard Smith-Unna
* @copyright 2016 Richard Smith-Unnar
* @license MIT
* @module unist:find
* @fileoverview Unist node finder
*
* @typedef {import('unist').Node} Node
*
* @typedef {string} TestStr
* Finds first node with a truthy property matching string.
* @typedef {Object.<string, unknown>} TestObj
* Finds first node that has matching values for all properties of object.
* @typedef {<V extends Node>(node: V) => boolean} TestFn
* Finds first node for which function returns true when passed node as argument.
*/

/**
* Character class utilities for XML NS 1.0 edition 3.
*
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helix-import-ui",
"version": "1.44.9",
"version": "1.44.10",
"description": "helix-import-ui",
"type": "module",
"scripts": {
Expand Down

0 comments on commit bccc56b

Please sign in to comment.