Skip to content

Commit

Permalink
chore(release): 1.50.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.50.1](v1.50.0...v1.50.1) (2023-12-06)

### Bug Fixes

* **deps:** update dependency @adobe/helix-importer to v3.1.1 ([#302](#302)) ([23d433d](23d433d))
  • Loading branch information
semantic-release-bot committed Dec 6, 2023
1 parent 23d433d commit 18da3a1
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.50.1](https://github.com/adobe/helix-importer-ui/compare/v1.50.0...v1.50.1) (2023-12-06)


### Bug Fixes

* **deps:** update dependency @adobe/helix-importer to v3.1.1 ([#302](https://github.com/adobe/helix-importer-ui/issues/302)) ([23d433d](https://github.com/adobe/helix-importer-ui/commit/23d433dd95130c07c60811a89a86f421ccfe7d9d))

# [1.50.0](https://github.com/adobe/helix-importer-ui/compare/v1.49.1...v1.50.0) (2023-11-22)


Expand Down
2 changes: 1 addition & 1 deletion js/dist/202.spectrum-web-components.js

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

2 changes: 1 addition & 1 deletion js/dist/517.spectrum-web-components.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/755.spectrum-web-components.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use strict";(globalThis.webpackChunkhelix_import_ui=globalThis.webpackChunkhelix_import_ui||[]).push([[755],{171:(a,t,r)=>{r.d(t,{i:()=>e,l:()=>n});var i=r(601);const e=a=>a.querySelector(i.N),n=a=>a.assignedElements().find((a=>a.matches(i.N)))},601:(a,t,r)=>{r.d(t,{N:()=>n});const i=["button","[focusable]","[href]","input","label","select","textarea","[tabindex]"],e=':not([tabindex="-1"])',n=i.join(`${e}, `)+e;i.join(", ")},755:(a,t,r)=>{r.r(t);var i=r(321),e=r(392),n=r(338);const o=e.iv`
"use strict";(globalThis.webpackChunk_adobe_helix_importer_ui=globalThis.webpackChunk_adobe_helix_importer_ui||[]).push([[755],{171:(a,t,r)=>{r.d(t,{i:()=>e,l:()=>n});var i=r(601);const e=a=>a.querySelector(i.N),n=a=>a.assignedElements().find((a=>a.matches(i.N)))},601:(a,t,r)=>{r.d(t,{N:()=>n});const i=["button","[focusable]","[href]","input","label","select","textarea","[tabindex]"],e=':not([tabindex="-1"])',n=i.join(`${e}, `)+e;i.join(", ")},755:(a,t,r)=>{r.r(t);var i=r(321),e=r(392),n=r(338);const o=e.iv`
:host{--spectrum-overlay-animation-distance:var(
--spectrum-picker-m-texticon-popover-offset-y
);opacity:0;pointer-events:none;transition:transform var(--spectrum-global-animation-duration-100) ease-in-out,opacity var(--spectrum-global-animation-duration-100) ease-in-out,visibility 0s linear var(--spectrum-global-animation-duration-100);visibility:hidden}:host([open]){opacity:1;pointer-events:auto;transition-delay:0s;visibility:visible}:host{--spectrum-underlay-background-entry-animation-delay:var(
Expand Down
2 changes: 1 addition & 1 deletion js/dist/789.spectrum-web-components.js

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

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/spectrum-web-components.js

Large diffs are not rendered by default.

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,7 +1,7 @@
{
"name": "@adobe/helix-importer-ui",
"description": "helix-importer-ui",
"version": "1.50.0",
"version": "1.50.1",
"type": "module",
"scripts": {
"test": "c8 mocha",
Expand Down

0 comments on commit 18da3a1

Please sign in to comment.