Skip to content

Commit

Permalink
chore: release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cultureamp-ci committed Jan 30, 2023
1 parent 67c72b3 commit 35172ec
Show file tree
Hide file tree
Showing 88 changed files with 527 additions and 172 deletions.
8 changes: 8 additions & 0 deletions draft-packages/avatar/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.

## [2.8.21](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-30)

**Note:** Version bump only for package @kaizen/draft-avatar





## [2.8.20](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-23)

**Note:** Version bump only for package @kaizen/draft-avatar
Expand Down
6 changes: 3 additions & 3 deletions draft-packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/draft-avatar",
"version": "2.8.20",
"version": "2.8.21",
"description": "The draft avatar component",
"scripts": {
"prepublish": "tsc --project tsconfig.dist.json",
Expand Down Expand Up @@ -29,8 +29,8 @@
"private": false,
"license": "MIT",
"dependencies": {
"@kaizen/component-base": "^1.1.2",
"@kaizen/component-library": "^16.1.16",
"@kaizen/component-base": "^1.1.3",
"@kaizen/component-library": "^16.1.17",
"@types/classnames": "^2.3.0",
"classnames": "^2.3.2",
"react-textfit": "^1.1.1"
Expand Down
8 changes: 8 additions & 0 deletions draft-packages/badge/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.

## [1.13.6](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-30)

**Note:** Version bump only for package @kaizen/draft-badge





## [1.13.5](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-18)

**Note:** Version bump only for package @kaizen/draft-badge
Expand Down
4 changes: 2 additions & 2 deletions draft-packages/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/draft-badge",
"version": "1.13.5",
"version": "1.13.6",
"description": "The draft badge component",
"scripts": {
"prepublish": "tsc --project tsconfig.dist.json",
Expand Down Expand Up @@ -29,7 +29,7 @@
"private": false,
"license": "MIT",
"dependencies": {
"@kaizen/component-base": "^1.1.2",
"@kaizen/component-base": "^1.1.3",
"classnames": "^2.3.2"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions draft-packages/card/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.

## [3.2.6](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-30)

**Note:** Version bump only for package @kaizen/draft-card





## [3.2.5](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-18)

**Note:** Version bump only for package @kaizen/draft-card
Expand Down
4 changes: 2 additions & 2 deletions draft-packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/draft-card",
"version": "3.2.5",
"version": "3.2.6",
"description": "The draft card component",
"scripts": {
"prepublish": "tsc --project tsconfig.dist.json",
Expand Down Expand Up @@ -29,7 +29,7 @@
"private": false,
"license": "MIT",
"dependencies": {
"@kaizen/component-base": "^1.1.2"
"@kaizen/component-base": "^1.1.3"
},
"peerDependencies": {
"@kaizen/design-tokens": "^2.10.3 || ^3.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
Expand Down
8 changes: 8 additions & 0 deletions draft-packages/collapsible/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.

## [3.5.13](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-30)

**Note:** Version bump only for package @kaizen/draft-collapsible





## [3.5.12](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-23)

**Note:** Version bump only for package @kaizen/draft-collapsible
Expand Down
12 changes: 6 additions & 6 deletions draft-packages/collapsible/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/draft-collapsible",
"version": "3.5.12",
"version": "3.5.13",
"description": "The draft Collapsible component",
"scripts": {
"prepublish": "tsc --project tsconfig.dist.json",
Expand Down Expand Up @@ -29,11 +29,11 @@
"private": false,
"license": "MIT",
"dependencies": {
"@kaizen/brand": "^1.5.3",
"@kaizen/button": "^2.0.14",
"@kaizen/component-base": "^1.1.2",
"@kaizen/component-library": "^16.1.16",
"@kaizen/typography": "^2.3.5",
"@kaizen/brand": "^1.5.4",
"@kaizen/button": "^2.0.15",
"@kaizen/component-base": "^1.1.3",
"@kaizen/component-library": "^16.1.17",
"@kaizen/typography": "^2.3.6",
"classnames": "^2.3.2",
"react-animate-height": "^3.1.0"
},
Expand Down
8 changes: 8 additions & 0 deletions draft-packages/divider/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.

## [2.2.6](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-30)

**Note:** Version bump only for package @kaizen/draft-divider





## [2.2.5](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-18)

**Note:** Version bump only for package @kaizen/draft-divider
Expand Down
4 changes: 2 additions & 2 deletions draft-packages/divider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/draft-divider",
"version": "2.2.5",
"version": "2.2.6",
"description": "The draft divider component",
"scripts": {
"prepublish": "tsc --project tsconfig.dist.json",
Expand Down Expand Up @@ -29,7 +29,7 @@
"private": false,
"license": "MIT",
"dependencies": {
"@kaizen/component-base": "^1.1.2",
"@kaizen/component-base": "^1.1.3",
"classnames": "^2.3.2"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions draft-packages/empty-state/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.

## [5.3.21](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-30)

**Note:** Version bump only for package @kaizen/draft-empty-state





## [5.3.20](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-24)

**Note:** Version bump only for package @kaizen/draft-empty-state
Expand Down
8 changes: 4 additions & 4 deletions draft-packages/empty-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/draft-empty-state",
"version": "5.3.20",
"version": "5.3.21",
"description": "The draft Empty state component",
"scripts": {
"prepublish": "tsc --project tsconfig.dist.json",
Expand Down Expand Up @@ -29,9 +29,9 @@
"private": false,
"license": "MIT",
"dependencies": {
"@kaizen/component-base": "^1.1.2",
"@kaizen/draft-illustration": "^6.0.11",
"@kaizen/typography": "^2.3.5",
"@kaizen/component-base": "^1.1.3",
"@kaizen/draft-illustration": "^6.0.12",
"@kaizen/typography": "^2.3.6",
"classnames": "^2.3.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions draft-packages/filter-menu-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.

## [2.6.27](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-30)

**Note:** Version bump only for package @kaizen/draft-filter-menu-button





## [2.6.26](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-23)

**Note:** Version bump only for package @kaizen/draft-filter-menu-button
Expand Down
8 changes: 4 additions & 4 deletions draft-packages/filter-menu-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/draft-filter-menu-button",
"version": "2.6.26",
"version": "2.6.27",
"description": "The draft filter-menu-button component",
"scripts": {
"prepublish": "tsc --project tsconfig.dist.json",
Expand Down Expand Up @@ -29,9 +29,9 @@
"private": false,
"license": "MIT",
"dependencies": {
"@kaizen/button": "^2.0.14",
"@kaizen/component-library": "^16.1.16",
"@kaizen/draft-menu": "^4.8.25",
"@kaizen/button": "^2.0.15",
"@kaizen/component-library": "^16.1.17",
"@kaizen/draft-menu": "^4.8.26",
"classnames": "^2.3.2"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions draft-packages/form/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.

## [8.3.22](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-30)

**Note:** Version bump only for package @kaizen/draft-form





## [8.3.21](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-23)


Expand Down
10 changes: 5 additions & 5 deletions draft-packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/draft-form",
"version": "8.3.21",
"version": "8.3.22",
"description": "The draft Form component",
"scripts": {
"prepublish": "tsc --project tsconfig.dist.json",
Expand Down Expand Up @@ -30,11 +30,11 @@
"private": false,
"license": "MIT",
"dependencies": {
"@kaizen/component-base": "^1.1.2",
"@kaizen/component-library": "^16.1.16",
"@kaizen/component-base": "^1.1.3",
"@kaizen/component-library": "^16.1.17",
"@kaizen/deprecated-component-library-helpers": "^2.5.8",
"@kaizen/loading-spinner": "^2.3.5",
"@kaizen/typography": "^2.3.5",
"@kaizen/loading-spinner": "^2.3.6",
"@kaizen/typography": "^2.3.6",
"@types/classnames": "^2.3.0",
"classnames": "^2.3.2"
},
Expand Down
8 changes: 8 additions & 0 deletions draft-packages/guidance-block/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.

## [6.1.8](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-30)

**Note:** Version bump only for package @kaizen/draft-guidance-block





## [6.1.7](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-24)

**Note:** Version bump only for package @kaizen/draft-guidance-block
Expand Down
14 changes: 7 additions & 7 deletions draft-packages/guidance-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/draft-guidance-block",
"version": "6.1.7",
"version": "6.1.8",
"description": "The draft Guidance block component",
"scripts": {
"prepublish": "tsc --project tsconfig.dist.json",
Expand Down Expand Up @@ -29,17 +29,17 @@
"private": false,
"license": "MIT",
"dependencies": {
"@kaizen/button": "^2.0.14",
"@kaizen/component-library": "^16.1.16",
"@kaizen/draft-illustration": "^6.0.11",
"@kaizen/draft-tooltip": "^5.4.22",
"@kaizen/typography": "^2.3.5",
"@kaizen/button": "^2.0.15",
"@kaizen/component-library": "^16.1.17",
"@kaizen/draft-illustration": "^6.0.12",
"@kaizen/draft-tooltip": "^5.4.23",
"@kaizen/typography": "^2.3.6",
"@types/classnames": "^2.3.1",
"classnames": "^2.3.2",
"react-media": "^1.10.0"
},
"devDependencies": {
"@kaizen/draft-tag": "^3.2.20",
"@kaizen/draft-tag": "^3.2.21",
"rimraf": "^4.1.2"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions draft-packages/hero-card/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.

## [2.2.15](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-30)

**Note:** Version bump only for package @kaizen/draft-hero-card





## [2.2.14](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-18)

**Note:** Version bump only for package @kaizen/draft-hero-card
Expand Down
4 changes: 2 additions & 2 deletions draft-packages/hero-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/draft-hero-card",
"version": "2.2.14",
"version": "2.2.15",
"description": "The draft Hero card component",
"scripts": {
"prepublish": "tsc --project tsconfig.dist.json",
Expand Down Expand Up @@ -29,7 +29,7 @@
"private": false,
"license": "MIT",
"dependencies": {
"@kaizen/component-base": "^1.1.2",
"@kaizen/component-base": "^1.1.3",
"@types/classnames": "^2.3.0",
"classnames": "^2.3.2"
},
Expand Down
8 changes: 8 additions & 0 deletions draft-packages/illustration/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.

## [6.0.12](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-30)

**Note:** Version bump only for package @kaizen/draft-illustration





## [6.0.11](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/[email protected]...@kaizen/[email protected]) (2023-01-24)

**Note:** Version bump only for package @kaizen/draft-illustration
Expand Down
4 changes: 2 additions & 2 deletions draft-packages/illustration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/draft-illustration",
"version": "6.0.11",
"version": "6.0.12",
"description": "The draft illustration component",
"scripts": {
"prepublish": "tsc --project tsconfig.dist.json",
Expand Down Expand Up @@ -36,7 +36,7 @@
"lottie-web": "^5.10.2"
},
"devDependencies": {
"@kaizen/component-library": "^16.1.16",
"@kaizen/component-library": "^16.1.17",
"@types/jszip": "^3.4.0",
"rimraf": "^4.1.2"
},
Expand Down
Loading

0 comments on commit 35172ec

Please sign in to comment.