Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/next #982

Merged
merged 5 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/components/App/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [12.2.1](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-09-18)

**Note:** Version bump only for package @mamba/app





## [12.2.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-08-20)

**Note:** Version bump only for package @mamba/app
Expand Down
6 changes: 3 additions & 3 deletions packages/components/App/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mamba/app",
"version": "12.2.0",
"version": "12.2.1",
"svelte": "App.html",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
Expand All @@ -15,8 +15,8 @@
"dependencies": {
"@mamba/button": "^12.1.0",
"@mamba/core": "^12.1.0",
"@mamba/keyboard": "^12.2.0",
"@mamba/pos": "^12.2.0",
"@mamba/keyboard": "^12.2.1",
"@mamba/pos": "^12.2.1",
"@mamba/styles": "^12.1.0",
"@mamba/utils": "^12.1.0",
"lodash": "^4.17.21"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/Dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [12.2.1](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-09-18)


### Bug Fixes

* set active value on keystroke ([#981](https://github.com/stone-payments/pos-mamba-sdk/issues/981)) ([808966b](https://github.com/stone-payments/pos-mamba-sdk/commit/808966b89e5fb75028667bdd9f588ff801b6d078))



## [12.2.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-08-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/components/Dialog/Confirmation.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
</div>
</Dialog>

<Keystroke key="close" on:keystroke="close('negative', { telemetryEmitType: telemetryType.keyboard, key: keyType.close })" />
<Keystroke key="enter" on:keystroke="close('positive', { telemetryEmitType: telemetryType.keyboard, key: keyType.enter })" />
<Keystroke key="close" on:keystroke="close('negative', { telemetryEmitType: telemetryType.keyboard, key: keyType.close })" active="{isOpen}"/>
<Keystroke key="enter" on:keystroke="close('positive', { telemetryEmitType: telemetryType.keyboard, key: keyType.enter })" active="{isOpen}"/>

<script>
import { green500, red400 } from '@mamba/styles/colors';
Expand Down
4 changes: 2 additions & 2 deletions packages/components/Dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mamba/dialog",
"version": "12.2.0",
"version": "12.2.1",
"svelte": "Dialog.html",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@mamba/core": "^12.1.0",
"@mamba/icon": "^12.1.0",
"@mamba/keyboard": "^12.2.0",
"@mamba/keyboard": "^12.2.1",
"@mamba/styles": "^12.1.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/components/Input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [12.2.1](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-09-18)

**Note:** Version bump only for package @mamba/input





## [12.2.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-08-20)

**Note:** Version bump only for package @mamba/input
Expand Down
6 changes: 3 additions & 3 deletions packages/components/Input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mamba/input",
"version": "12.2.0",
"version": "12.2.1",
"svelte": "Input.html",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
Expand All @@ -17,8 +17,8 @@
"dependencies": {
"@mamba/core": "^12.1.0",
"@mamba/icon": "^12.1.0",
"@mamba/keyboard": "^12.2.0",
"@mamba/pos": "^12.2.0",
"@mamba/keyboard": "^12.2.1",
"@mamba/pos": "^12.2.1",
"@mamba/utils": "^12.1.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/components/Keyboard/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [12.2.1](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-09-18)

**Note:** Version bump only for package @mamba/keyboard





## [12.2.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-08-20)

**Note:** Version bump only for package @mamba/keyboard
Expand Down
4 changes: 2 additions & 2 deletions packages/components/Keyboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mamba/keyboard",
"version": "12.2.0",
"version": "12.2.1",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"description": "POS physical keyboard handler and virtual ones",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@mamba/core": "^12.1.0",
"@mamba/input": "^12.2.0",
"@mamba/input": "^12.2.1",
"@mamba/utils": "^12.1.0",
"@types/lodash": "^4.14.182",
"lodash": "^4.17.21"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/Printable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [12.2.1](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-09-18)

**Note:** Version bump only for package @mamba/printable





## [12.2.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-08-20)

**Note:** Version bump only for package @mamba/printable
Expand Down
6 changes: 3 additions & 3 deletions packages/components/Printable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mamba/printable",
"version": "12.2.0",
"version": "12.2.1",
"svelte": "Printable.html",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
Expand All @@ -12,8 +12,8 @@
"access": "public"
},
"dependencies": {
"@mamba/dialog": "^12.2.0",
"@mamba/pos": "^12.2.0"
"@mamba/dialog": "^12.2.1",
"@mamba/pos": "^12.2.1"
},
"examples": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/pos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [12.2.1](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-09-18)

**Note:** Version bump only for package @mamba/pos





## [12.2.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-08-20)

**Note:** Version bump only for package @mamba/pos
Expand Down
8 changes: 4 additions & 4 deletions packages/pos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mamba/pos",
"version": "12.2.0",
"version": "12.2.1",
"description": "Mamba web environment wrapper and simulator",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
Expand All @@ -13,12 +13,12 @@
},
"main": "index.js",
"dependencies": {
"@mamba/app": "^12.2.0",
"@mamba/app": "^12.2.1",
"@mamba/button": "^12.1.0",
"@mamba/core": "^12.1.0",
"@mamba/dialog": "^12.2.0",
"@mamba/dialog": "^12.2.1",
"@mamba/icon": "^12.1.0",
"@mamba/keyboard": "^12.2.0",
"@mamba/keyboard": "^12.2.1",
"@mamba/radio": "^12.1.0",
"@mamba/sprite": "^12.1.0",
"@mamba/switch": "^12.1.0",
Expand Down
Loading