Skip to content

Commit

Permalink
πŸ”€ Merge pull request #16 from AssistantApps/develop
Browse files Browse the repository at this point in the history
πŸ”– 1.5.1
  • Loading branch information
Khaoz-Topsy authored Jan 7, 2024
2 parents 6b4d743 + efbad58 commit 5f16bce
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/build/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/build/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assistantapps-webcomponents",
"version": "1.5.0",
"version": "1.5.1",
"private": true,
"type": "module",
"scripts": {
2 changes: 2 additions & 0 deletions src/module/store/store.scss
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

.aa-store-badge {
object-fit: cover;
max-width: var(--assistantapps-store-tile-size, 600px);
max-height: var(--assistantapps-store-tile-size, 200px);
margin: 0;
overflow: hidden;
}
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const currentVersion = '1.5.0';
export const currentVersion = '1.5.1';

0 comments on commit 5f16bce

Please sign in to comment.