Skip to content

Commit

Permalink
chore: version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroerta committed May 16, 2021
1 parent aa360dd commit a59ca92
Show file tree
Hide file tree
Showing 14 changed files with 157 additions and 16 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.8 (2021-05-16)


### Bug Fixes

* fixed typing of packages ([57267c5](https://bitbucket.org/me-sign/design-system/commits/57267c5f904cbeece433e7bb2573fd9d7a4b3fd4))


### Features

* added pubish config to packages ([23241fc](https://bitbucket.org/me-sign/design-system/commits/23241fcb4a1ef76615661e5b8e9e4ed53060b912))
* all css props mapped and styled components package improved ([c3771c6](https://bitbucket.org/me-sign/design-system/commits/c3771c64b02fc7bbfa6137bff70d1acae8e7932a))
* cache and benchmarks ([aa360dd](https://bitbucket.org/me-sign/design-system/commits/aa360ddfb44ce2be66a0513783ddec1ff6b42e09))
* hooks package added ([0637789](https://bitbucket.org/me-sign/design-system/commits/0637789d23e12bb3dfb295039e92d2a4f815927a))
* native package ([356cbd6](https://bitbucket.org/me-sign/design-system/commits/356cbd6de9084be2a02db90073fb8fcbb8191641))
* styled components for web ([e5dee4c](https://bitbucket.org/me-sign/design-system/commits/e5dee4c65277089b282b3ba7da3696451c559b83))
* useStyles hooks added ([fee9d48](https://bitbucket.org/me-sign/design-system/commits/fee9d48fdd60cbcc4a8ef9221df93f566371d032))
* web sandbox improvement ([d25758c](https://bitbucket.org/me-sign/design-system/commits/d25758c76b2769d55c8852c9f124ce1c4fe3c7b8))
* web styled-components package introduced ([a7677c3](https://bitbucket.org/me-sign/design-system/commits/a7677c3a8f3c561101b0eba0b87e7fa983677cf9))





## 0.0.7 (2021-05-14)


Expand Down
10 changes: 7 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"packages": ["packages/*"],
"version": "0.0.7",
"packages": [
"packages/*"
],
"version": "0.0.8",
"command": {
"bootstrap": {
"npmClientArgs": ["--no-package-lock"]
"npmClientArgs": [
"--no-package-lock"
]
}
}
}
22 changes: 22 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.8 (2021-05-16)


### Bug Fixes

* fixed typing of packages ([57267c5](https://bitbucket.org/me-sign/design-system/commits/57267c5f904cbeece433e7bb2573fd9d7a4b3fd4))


### Features

* added pubish config to packages ([23241fc](https://bitbucket.org/me-sign/design-system/commits/23241fcb4a1ef76615661e5b8e9e4ed53060b912))
* all css props mapped and styled components package improved ([c3771c6](https://bitbucket.org/me-sign/design-system/commits/c3771c64b02fc7bbfa6137bff70d1acae8e7932a))
* cache and benchmarks ([aa360dd](https://bitbucket.org/me-sign/design-system/commits/aa360ddfb44ce2be66a0513783ddec1ff6b42e09))
* hooks package added ([0637789](https://bitbucket.org/me-sign/design-system/commits/0637789d23e12bb3dfb295039e92d2a4f815927a))
* native package ([356cbd6](https://bitbucket.org/me-sign/design-system/commits/356cbd6de9084be2a02db90073fb8fcbb8191641))
* styled components for web ([e5dee4c](https://bitbucket.org/me-sign/design-system/commits/e5dee4c65277089b282b3ba7da3696451c559b83))
* web styled-components package introduced ([a7677c3](https://bitbucket.org/me-sign/design-system/commits/a7677c3a8f3c561101b0eba0b87e7fa983677cf9))





## 0.0.7 (2021-05-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "mauro@vlkstudio.com"
},
"private": false,
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"main": "build/index.js",
"module": "build/index.js",
Expand All @@ -20,7 +20,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@morfeo/spec": "^0.0.7"
"@morfeo/spec": "^0.0.8"
},
"publishConfig": {
"access": "public"
Expand Down
20 changes: 20 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.8 (2021-05-16)


### Bug Fixes

* fixed typing of packages ([57267c5](https://bitbucket.org/me-sign/design-system/commits/57267c5f904cbeece433e7bb2573fd9d7a4b3fd4))


### Features

* added pubish config to packages ([23241fc](https://bitbucket.org/me-sign/design-system/commits/23241fcb4a1ef76615661e5b8e9e4ed53060b912))
* hooks package added ([0637789](https://bitbucket.org/me-sign/design-system/commits/0637789d23e12bb3dfb295039e92d2a4f815927a))
* native package ([356cbd6](https://bitbucket.org/me-sign/design-system/commits/356cbd6de9084be2a02db90073fb8fcbb8191641))
* useStyles hooks added ([fee9d48](https://bitbucket.org/me-sign/design-system/commits/fee9d48fdd60cbcc4a8ef9221df93f566371d032))
* web styled-components package introduced ([a7677c3](https://bitbucket.org/me-sign/design-system/commits/a7677c3a8f3c561101b0eba0b87e7fa983677cf9))





## 0.0.7 (2021-05-14)


Expand Down
6 changes: 3 additions & 3 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "mauro@vlkstudio.com"
},
"private": false,
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"main": "build/index.js",
"module": "build/index.js",
Expand All @@ -20,12 +20,12 @@
"watch": "tsc -w"
},
"peerDependencies": {
"@morfeo/core": "^0.0.7",
"@morfeo/core": "^0.0.8",
"react": "17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@morfeo/core": "^0.0.7"
"@morfeo/core": "^0.0.8"
},
"publishConfig": {
"access": "public"
Expand Down
15 changes: 15 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.8 (2021-05-16)


### Features

* all css props mapped and styled components package improved ([c3771c6](https://bitbucket.org/me-sign/design-system/commits/c3771c64b02fc7bbfa6137bff70d1acae8e7932a))
* cache and benchmarks ([aa360dd](https://bitbucket.org/me-sign/design-system/commits/aa360ddfb44ce2be66a0513783ddec1ff6b42e09))
* native package ([356cbd6](https://bitbucket.org/me-sign/design-system/commits/356cbd6de9084be2a02db90073fb8fcbb8191641))
* styled components for web ([e5dee4c](https://bitbucket.org/me-sign/design-system/commits/e5dee4c65277089b282b3ba7da3696451c559b83))
* web styled-components package introduced ([a7677c3](https://bitbucket.org/me-sign/design-system/commits/a7677c3a8f3c561101b0eba0b87e7fa983677cf9))





## 0.0.7 (2021-05-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "mauro@vlkstudio.com"
},
"private": false,
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"main": "build/index.js",
"module": "build/index.js",
Expand All @@ -23,7 +23,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@morfeo/core": "^0.0.7",
"@morfeo/core": "^0.0.8",
"@types/react-native": "^0.64.4"
},
"peerDependencies": {
Expand Down
22 changes: 22 additions & 0 deletions packages/spec/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.8 (2021-05-16)


### Bug Fixes

* fixed typing of packages ([57267c5](https://bitbucket.org/me-sign/design-system/commits/57267c5f904cbeece433e7bb2573fd9d7a4b3fd4))


### Features

* added pubish config to packages ([23241fc](https://bitbucket.org/me-sign/design-system/commits/23241fcb4a1ef76615661e5b8e9e4ed53060b912))
* all css props mapped and styled components package improved ([c3771c6](https://bitbucket.org/me-sign/design-system/commits/c3771c64b02fc7bbfa6137bff70d1acae8e7932a))
* cache and benchmarks ([aa360dd](https://bitbucket.org/me-sign/design-system/commits/aa360ddfb44ce2be66a0513783ddec1ff6b42e09))
* hooks package added ([0637789](https://bitbucket.org/me-sign/design-system/commits/0637789d23e12bb3dfb295039e92d2a4f815927a))
* native package ([356cbd6](https://bitbucket.org/me-sign/design-system/commits/356cbd6de9084be2a02db90073fb8fcbb8191641))
* styled components for web ([e5dee4c](https://bitbucket.org/me-sign/design-system/commits/e5dee4c65277089b282b3ba7da3696451c559b83))
* web styled-components package introduced ([a7677c3](https://bitbucket.org/me-sign/design-system/commits/a7677c3a8f3c561101b0eba0b87e7fa983677cf9))





## 0.0.7 (2021-05-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "mauro@vlkstudio.com"
},
"private": false,
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"main": "build/index.js",
"module": "build/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/styled-components-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.8 (2021-05-16)


### Features

* all css props mapped and styled components package improved ([c3771c6](https://bitbucket.org/me-sign/design-system/commits/c3771c64b02fc7bbfa6137bff70d1acae8e7932a))
* cache and benchmarks ([aa360dd](https://bitbucket.org/me-sign/design-system/commits/aa360ddfb44ce2be66a0513783ddec1ff6b42e09))
* styled components for web ([e5dee4c](https://bitbucket.org/me-sign/design-system/commits/e5dee4c65277089b282b3ba7da3696451c559b83))
* web styled-components package introduced ([a7677c3](https://bitbucket.org/me-sign/design-system/commits/a7677c3a8f3c561101b0eba0b87e7fa983677cf9))





## 0.0.7 (2021-05-14)


Expand Down
6 changes: 3 additions & 3 deletions packages/styled-components-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "mauro@vlkstudio.com"
},
"private": false,
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"main": "build/index.js",
"module": "build/index.js",
Expand All @@ -22,14 +22,14 @@
"watch": "tsc -w"
},
"peerDependencies": {
"@morfeo/web": "^0.0.7",
"@morfeo/web": "^0.0.8",
"csstype": "^3.0.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.2.3"
},
"devDependencies": {
"@morfeo/web": "^0.0.7"
"@morfeo/web": "^0.0.8"
},
"publishConfig": {
"access": "public"
Expand Down
20 changes: 20 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.8 (2021-05-16)


### Bug Fixes

* fixed typing of packages ([57267c5](https://bitbucket.org/me-sign/design-system/commits/57267c5f904cbeece433e7bb2573fd9d7a4b3fd4))


### Features

* added pubish config to packages ([23241fc](https://bitbucket.org/me-sign/design-system/commits/23241fcb4a1ef76615661e5b8e9e4ed53060b912))
* hooks package added ([0637789](https://bitbucket.org/me-sign/design-system/commits/0637789d23e12bb3dfb295039e92d2a4f815927a))
* native package ([356cbd6](https://bitbucket.org/me-sign/design-system/commits/356cbd6de9084be2a02db90073fb8fcbb8191641))
* styled components for web ([e5dee4c](https://bitbucket.org/me-sign/design-system/commits/e5dee4c65277089b282b3ba7da3696451c559b83))
* web styled-components package introduced ([a7677c3](https://bitbucket.org/me-sign/design-system/commits/a7677c3a8f3c561101b0eba0b87e7fa983677cf9))





## 0.0.7 (2021-05-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "mauro@vlkstudio.com"
},
"private": false,
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"main": "build/index.js",
"module": "build/index.js",
Expand All @@ -20,7 +20,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@morfeo/core": "^0.0.7"
"@morfeo/core": "^0.0.8"
},
"peerDependencies": {
"csstype": "^3.0.8"
Expand Down

0 comments on commit a59ca92

Please sign in to comment.