Skip to content

Commit

Permalink
v0.0.1-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwither committed Jun 11, 2020
1 parent 1f6b54d commit ff8f6cf
Show file tree
Hide file tree
Showing 11 changed files with 69 additions and 11 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-alpha.0 (2020-06-11)


### Bug Fixes

* **pre-push:** fix pre-push tests to use lerna and stream output ([0b59873](https://github.com/chanzuckerberg/lp-design-system/commit/0b5987303ad1399c5c70ce043ba9dae65a1d73d6))
* **tokens:** replace heading sizes with t-shirt sizes ([4fb40b5](https://github.com/chanzuckerberg/lp-design-system/commit/4fb40b5cdf524c34d7ab124b153ad82628430439))


### Features

* **button:** add example button variants with tailwind ([6f6ccd5](https://github.com/chanzuckerberg/lp-design-system/commit/6f6ccd5d4b6adf76374b49cf0a6b1193bd49c4d6))
* **tokens:** add real tokens based on legacy styles ([fba7713](https://github.com/chanzuckerberg/lp-design-system/commit/fba7713f665737efde153ccf92fbe9447b2af22f))
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.0.0"
"packages": [
"packages/*"
],
"version": "0.0.1-alpha.0"
}
11 changes: 11 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-alpha.0 (2020-06-11)


### Features

* **button:** add example button variants with tailwind ([6f6ccd5](https://github.com/chanzuckerberg/lp-design-system/commit/6f6ccd5d4b6adf76374b49cf0a6b1193bd49c4d6))
2 changes: 1 addition & 1 deletion packages/components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chanzuckerberg/czedi-kit-components",
"version": "0.0.0",
"version": "0.0.1-alpha.0",
"description": "React components for czedi-kit",
"keywords": [
"design system",
Expand Down Expand Up @@ -39,8 +39,8 @@
"react": ">= 16.8.0"
},
"dependencies": {
"@chanzuckerberg/czedi-kit-styles": "^0.0.0",
"@chanzuckerberg/czedi-kit-tokens": "^0.0.0",
"@chanzuckerberg/czedi-kit-styles": "^0.0.1-alpha.0",
"@chanzuckerberg/czedi-kit-tokens": "^0.0.1-alpha.0",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-alpha.0 (2020-06-11)


### Features

* **button:** add example button variants with tailwind ([6f6ccd5](https://github.com/chanzuckerberg/lp-design-system/commit/6f6ccd5d4b6adf76374b49cf0a6b1193bd49c4d6))
2 changes: 1 addition & 1 deletion packages/styles/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chanzuckerberg/czedi-kit-styles",
"version": "0.0.0",
"version": "0.0.1-alpha.0",
"description": "Styles for czedi-kit components",
"keywords": [
"design system",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/chanzuckerberg/lp-design-system/issues"
},
"dependencies": {
"@chanzuckerberg/czedi-kit-tokens": "^0.0.0"
"@chanzuckerberg/czedi-kit-tokens": "^0.0.1-alpha.0"
},
"devDependencies": {
"@csstools/postcss-sass": "^4.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-alpha.0 (2020-06-11)


### Bug Fixes

* **tokens:** replace heading sizes with t-shirt sizes ([4fb40b5](https://github.com/chanzuckerberg/lp-design-system/commit/4fb40b5cdf524c34d7ab124b153ad82628430439))


### Features

* **tokens:** add real tokens based on legacy styles ([fba7713](https://github.com/chanzuckerberg/lp-design-system/commit/fba7713f665737efde153ccf92fbe9447b2af22f))
2 changes: 1 addition & 1 deletion packages/tokens/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chanzuckerberg/czedi-kit-tokens",
"version": "0.0.0",
"version": "0.0.1-alpha.0",
"description": "Design tokens czedi-kit packages",
"keywords": [
"design",
Expand Down

0 comments on commit ff8f6cf

Please sign in to comment.