Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bahdcoder committed Jul 30, 2020
1 parent 21764e4 commit 111b37b
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 4 deletions.
11 changes: 11 additions & 0 deletions 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.1.3](https://github.com/bahdcoder/ds.e/compare/v0.1.2...v0.1.3) (2020-07-30)


### Bug Fixes

* **docs:** update comments in packages ([21764e4](https://github.com/bahdcoder/ds.e/commit/21764e4d73ac2626fd9927b968e1d4b6fc58615d))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.1.2",
"version": "0.1.3",
"npmClient": "yarn",
"useWorkspaces": true,
"stream": true,
Expand Down
11 changes: 11 additions & 0 deletions packages/foundation/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.1.3](https://github.com/bahdcoder/ds.e/compare/v0.1.2...v0.1.3) (2020-07-30)


### Bug Fixes

* **docs:** update comments in packages ([21764e4](https://github.com/bahdcoder/ds.e/commit/21764e4d73ac2626fd9927b968e1d4b6fc58615d))
2 changes: 1 addition & 1 deletion packages/foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ds.e/foundation",
"version": "0.1.2",
"version": "0.1.3",
"main": "lib/index.js",
"license": "MIT",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/react/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.1.3](https://github.com/bahdcoder/ds.e/compare/v0.1.2...v0.1.3) (2020-07-30)


### Bug Fixes

* **docs:** update comments in packages ([21764e4](https://github.com/bahdcoder/ds.e/commit/21764e4d73ac2626fd9927b968e1d4b6fc58615d))
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ds.e/react",
"version": "0.1.2",
"version": "0.1.3",
"main": "lib/index.js",
"license": "MIT",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/scss/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.1.3](https://github.com/bahdcoder/ds.e/compare/v0.1.2...v0.1.3) (2020-07-30)


### Bug Fixes

* **docs:** update comments in packages ([21764e4](https://github.com/bahdcoder/ds.e/commit/21764e4d73ac2626fd9927b968e1d4b6fc58615d))
2 changes: 1 addition & 1 deletion packages/scss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ds.e/scss",
"version": "0.1.2",
"version": "0.1.3",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 111b37b

Please sign in to comment.