Skip to content

Commit

Permalink
chore(release): 🤖 publish
Browse files Browse the repository at this point in the history
  • Loading branch information
joliveiradantas committed Jul 12, 2024
1 parent a2f66a9 commit 2c84a2c
Show file tree
Hide file tree
Showing 64 changed files with 338 additions and 82 deletions.
8 changes: 8 additions & 0 deletions packages/cli/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.1.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-07-12)

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





## [12.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-05-29)

**Note:** Version bump only for package @mamba/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mamba/cli",
"version": "12.0.0",
"version": "12.1.0",
"description": "Mamba CLI",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
Expand Down
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.1.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-07-12)

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





## [12.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-05-29)

**Note:** Version bump only for package @mamba/app
Expand Down
14 changes: 7 additions & 7 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.0.0",
"version": "12.1.0",
"svelte": "App.html",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
Expand All @@ -13,12 +13,12 @@
},
"gitHead": "e919d0e654f8134f157bf4f6e078685f5dd8a000",
"dependencies": {
"@mamba/button": "^12.0.0",
"@mamba/core": "^12.0.0",
"@mamba/keyboard": "^12.0.0",
"@mamba/pos": "^12.0.0",
"@mamba/styles": "^12.0.0",
"@mamba/utils": "^12.0.0",
"@mamba/button": "^12.1.0",
"@mamba/core": "^12.1.0",
"@mamba/keyboard": "^12.1.0",
"@mamba/pos": "^12.1.0",
"@mamba/styles": "^12.1.0",
"@mamba/utils": "^12.1.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/components/AppBar/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.1.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-07-12)

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





## [12.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-05-29)

**Note:** Version bump only for package @mamba/appbar
Expand Down
6 changes: 3 additions & 3 deletions packages/components/AppBar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mamba/appbar",
"version": "12.0.0",
"version": "12.1.0",
"svelte": "AppBar.html",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
Expand All @@ -12,8 +12,8 @@
"access": "public"
},
"dependencies": {
"@mamba/icon": "^12.0.0",
"@mamba/styles": "^12.0.0",
"@mamba/icon": "^12.1.0",
"@mamba/styles": "^12.1.0",
"svelte": "<3"
},
"examples": [
Expand Down
8 changes: 8 additions & 0 deletions packages/components/Barcode/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.1.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-07-12)

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





## [12.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-05-29)

**Note:** Version bump only for package @mamba/barcode
Expand Down
2 changes: 1 addition & 1 deletion packages/components/Barcode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mamba/barcode",
"version": "12.0.0",
"version": "12.1.0",
"svelte": "Barcode.html",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/Brands/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.1.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-07-12)

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





## [12.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-05-29)

**Note:** Version bump only for package @mamba/brands
Expand Down
2 changes: 1 addition & 1 deletion packages/components/Brands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mamba/brands",
"version": "12.0.0",
"version": "12.1.0",
"svelte": "Brands.html",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/Button/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.1.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-07-12)

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





## [12.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-05-29)

**Note:** Version bump only for package @mamba/button
Expand Down
6 changes: 3 additions & 3 deletions packages/components/Button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mamba/button",
"version": "12.0.0",
"version": "12.1.0",
"svelte": "Button.html",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
Expand Down Expand Up @@ -54,10 +54,10 @@
}
],
"devDependencies": {
"@mamba/icon": "^12.0.0"
"@mamba/icon": "^12.1.0"
},
"dependencies": {
"@mamba/styles": "^12.0.0"
"@mamba/styles": "^12.1.0"
},
"gitHead": "e919d0e654f8134f157bf4f6e078685f5dd8a000"
}
8 changes: 8 additions & 0 deletions packages/components/Carousel/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.1.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-07-12)

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





## [12.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-05-29)

**Note:** Version bump only for package @mamba/carousel
Expand Down
6 changes: 3 additions & 3 deletions packages/components/Carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mamba/carousel",
"version": "12.0.0",
"version": "12.1.0",
"svelte": "Carousel.html",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
Expand All @@ -12,8 +12,8 @@
"access": "public"
},
"dependencies": {
"@mamba/icon": "^12.0.0",
"@mamba/styles": "^12.0.0"
"@mamba/icon": "^12.1.0",
"@mamba/styles": "^12.1.0"
},
"examples": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/components/Collection/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.1.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-07-12)

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





## [12.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-05-29)

**Note:** Version bump only for package @mamba/collection
Expand Down
6 changes: 3 additions & 3 deletions packages/components/Collection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mamba/collection",
"version": "12.0.0",
"version": "12.1.0",
"svelte": "Collection.html",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
Expand All @@ -12,8 +12,8 @@
"access": "public"
},
"devDependencies": {
"@mamba/styles": "^12.0.0",
"@mamba/switch": "^12.0.0"
"@mamba/styles": "^12.1.0",
"@mamba/switch": "^12.1.0"
},
"peerDependencies": {
"@mamba/icon": "^9.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/Container/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.1.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-07-12)

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





## [12.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-05-29)

**Note:** Version bump only for package @mamba/container
Expand Down
2 changes: 1 addition & 1 deletion packages/components/Container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mamba/container",
"version": "12.0.0",
"version": "12.1.0",
"svelte": "Container.html",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/Dialog/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.1.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-07-12)

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





## [12.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-05-29)

**Note:** Version bump only for package @mamba/dialog
Expand Down
10 changes: 5 additions & 5 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.0.0",
"version": "12.1.0",
"svelte": "Dialog.html",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
Expand All @@ -20,10 +20,10 @@
],
"gitHead": "e919d0e654f8134f157bf4f6e078685f5dd8a000",
"dependencies": {
"@mamba/core": "^12.0.0",
"@mamba/icon": "^12.0.0",
"@mamba/keyboard": "^12.0.0",
"@mamba/styles": "^12.0.0"
"@mamba/core": "^12.1.0",
"@mamba/icon": "^12.1.0",
"@mamba/keyboard": "^12.1.0",
"@mamba/styles": "^12.1.0"
},
"peerDependencies": {
"@mamba/core": "^9.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/Flatlist/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.1.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-07-12)

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





## [12.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-05-29)

**Note:** Version bump only for package @mamba/flatlist
Expand Down
12 changes: 6 additions & 6 deletions packages/components/Flatlist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mamba/flatlist",
"version": "12.0.0",
"version": "12.1.0",
"svelte": "Flatlist.html",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
Expand All @@ -14,11 +14,11 @@
"access": "public"
},
"dependencies": {
"@mamba/core": "^12.0.0",
"@mamba/icon": "^12.0.0",
"@mamba/keyboard": "^12.0.0",
"@mamba/styles": "^12.0.0",
"@mamba/utils": "^12.0.0"
"@mamba/core": "^12.1.0",
"@mamba/icon": "^12.1.0",
"@mamba/keyboard": "^12.1.0",
"@mamba/styles": "^12.1.0",
"@mamba/utils": "^12.1.0"
},
"peerDependencies": {
"@mamba/core": "^9.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/Icon/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.1.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-07-12)

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





## [12.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-05-29)

**Note:** Version bump only for package @mamba/icon
Expand Down
4 changes: 2 additions & 2 deletions packages/components/Icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mamba/icon",
"version": "12.0.0",
"version": "12.1.0",
"svelte": "Icon.html",
"author": "Stone Payments - Mamba Team",
"license": "Apache-2.0",
Expand All @@ -20,6 +20,6 @@
],
"gitHead": "e919d0e654f8134f157bf4f6e078685f5dd8a000",
"dependencies": {
"@mamba/styles": "^12.0.0"
"@mamba/styles": "^12.1.0"
}
}
8 changes: 8 additions & 0 deletions packages/components/Image/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.1.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-07-12)

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





## [12.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/[email protected]...@mamba/[email protected]) (2024-05-29)

**Note:** Version bump only for package @mamba/image
Expand Down
Loading

0 comments on commit 2c84a2c

Please sign in to comment.