Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
snrs-art committed Mar 4, 2022
1 parent 8a51940 commit 8e3f4db
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 9 deletions.
12 changes: 12 additions & 0 deletions packages/components/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/Synerise/synerise-design/compare/@synerise/[email protected]...@synerise/[email protected]) (2022-03-04)


### Features

* **alert:** add customIcon prop to IconAlert ([afa5817](https://github.com/Synerise/synerise-design/commit/afa5817d0b8e2ebc80b69337998fb1e3c55a0259))
* **alert:** add tests to IconAlert ([e3bfe24](https://github.com/Synerise/synerise-design/commit/e3bfe240f322cc36aa8703e715cbd458f7b73649))





## [0.4.7](https://github.com/Synerise/synerise-design/compare/@synerise/[email protected]...@synerise/[email protected]) (2022-02-25)

**Note:** Version bump only for package @synerise/ds-alert
Expand Down
2 changes: 1 addition & 1 deletion packages/components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synerise/ds-alert",
"version": "0.4.7",
"version": "0.5.0",
"description": "Alert UI Component for the Synerise Design System",
"license": "ISC",
"repository": "Synerise/synerise-design",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/avatar-group/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.

## [0.6.6](https://github.com/Synerise/synerise-design/compare/@synerise/[email protected]...@synerise/[email protected]) (2022-03-04)

**Note:** Version bump only for package @synerise/ds-avatar-group





## [0.6.5](https://github.com/Synerise/synerise-design/compare/@synerise/[email protected]...@synerise/[email protected]) (2022-02-25)

**Note:** Version bump only for package @synerise/ds-avatar-group
Expand Down
4 changes: 2 additions & 2 deletions packages/components/avatar-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synerise/ds-avatar-group",
"version": "0.6.5",
"version": "0.6.6",
"description": "AvatarGroup UI Component for the Synerise Design System",
"license": "ISC",
"repository": "Synerise/synerise-design",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@synerise/ds-dropdown": "^0.17.10",
"@synerise/ds-icon": "^0.47.2",
"@synerise/ds-modal": "^0.15.6",
"@synerise/ds-table": "^0.43.5",
"@synerise/ds-table": "^0.43.6",
"@synerise/ds-tooltip": "^0.11.6"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/components/layout/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.

## [0.11.2](https://github.com/synerise/synerise-design/compare/@synerise/[email protected]...@synerise/[email protected]) (2022-03-04)

**Note:** Version bump only for package @synerise/ds-layout





## [0.11.1](https://github.com/synerise/synerise-design/compare/@synerise/[email protected]...@synerise/[email protected]) (2022-02-25)

**Note:** Version bump only for package @synerise/ds-layout
Expand Down
2 changes: 1 addition & 1 deletion packages/components/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synerise/ds-layout",
"version": "0.11.1",
"version": "0.11.2",
"description": "Layout UI Component for the Synerise Design System",
"license": "ISC",
"repository": "synerise/synerise-design",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/table/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.

## [0.43.6](https://github.com/synerise/synerise-design/compare/@synerise/[email protected]...@synerise/[email protected]) (2022-03-04)

**Note:** Version bump only for package @synerise/ds-table





## [0.43.5](https://github.com/synerise/synerise-design/compare/@synerise/[email protected]...@synerise/[email protected]) (2022-02-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/components/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synerise/ds-table",
"version": "0.43.5",
"version": "0.43.6",
"description": "Table UI Component for the Synerise Design System",
"license": "ISC",
"repository": "synerise/synerise-design",
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@synerise/ds-alert": "^0.4.7",
"@synerise/ds-alert": "^0.5.0",
"@synerise/ds-button": "^0.16.6",
"@synerise/ds-button-group": "^0.6.6",
"@synerise/ds-checkbox": "^0.11.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/wizard/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.

## [0.3.6](https://github.com/Synerise/synerise-design/compare/@synerise/[email protected]...@synerise/[email protected]) (2022-03-04)

**Note:** Version bump only for package @synerise/ds-wizard





## [0.3.5](https://github.com/Synerise/synerise-design/compare/@synerise/[email protected]...@synerise/[email protected]) (2022-02-25)

**Note:** Version bump only for package @synerise/ds-wizard
Expand Down
4 changes: 2 additions & 2 deletions packages/components/wizard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synerise/ds-wizard",
"version": "0.3.5",
"version": "0.3.6",
"description": "Wizard UI Component for the Synerise Design System",
"license": "ISC",
"repository": "Synerise/synerise-design",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@synerise/ds-button": "^0.16.6",
"@synerise/ds-icon": "^0.47.2",
"@synerise/ds-layout": "^0.11.1",
"@synerise/ds-layout": "^0.11.2",
"@synerise/ds-modal": "^0.15.6",
"@synerise/ds-page-header": "^0.14.4"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/portal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.147.0](https://github.com/synerise/synerise-design/compare/[email protected]@0.147.0) (2022-03-04)


### Features

* **alert:** add customIcon prop to IconAlert ([afa5817](https://github.com/synerise/synerise-design/commit/afa5817d0b8e2ebc80b69337998fb1e3c55a0259))





## [0.146.2](https://github.com/synerise/synerise-design/compare/[email protected]@0.146.2) (2022-02-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portal",
"version": "0.146.2",
"version": "0.147.0",
"private": true,
"homepage": "./",
"repository": "synerise/synerise-design",
Expand Down

0 comments on commit 8e3f4db

Please sign in to comment.