forked from morfeojs/morfeo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request morfeojs#30 from VLK-STUDIO/version/0.1.6
version: 0.1.6
- Loading branch information
Showing
32 changed files
with
372 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
{ | ||
"packages": ["packages/*"], | ||
"version": "0.1.5" | ||
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "0.1.6" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"private": false, | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"license": "MIT", | ||
"main": "build/index.js", | ||
"module": "build/index.js", | ||
|
@@ -23,7 +23,7 @@ | |
"watch": "tsc -w" | ||
}, | ||
"dependencies": { | ||
"@morfeo/spec": "^0.1.5" | ||
"@morfeo/spec": "^0.1.6" | ||
}, | ||
"peerDependencies": { | ||
"tslib": "^2.2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 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.6 (2021-06-27) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* fixed wrong import inside @morfeo/dev-tools package ([a7796e9](https://github.com/VLK-STUDIO/morfeo/commit/a7796e973ae77c07900dc6461105b542b93068bf)) | ||
|
||
|
||
### Features | ||
|
||
* added docusaurus and morfeo logo ([3dc54f4](https://github.com/VLK-STUDIO/morfeo/commit/3dc54f4cf0037c3afd93678f8f3004bcf07398ae)) | ||
* added slices and optimizations to dev tool ([a53f5e8](https://github.com/VLK-STUDIO/morfeo/commit/a53f5e801f2b3a9baca5adc5a45c112de628b086)) | ||
* added slices handled by dev tools ([392779f](https://github.com/VLK-STUDIO/morfeo/commit/392779f9a122965b852a9af85508060c5d71dd59)) | ||
* dev tool refactor ([669d709](https://github.com/VLK-STUDIO/morfeo/commit/669d709f312f919cab51375b4c465aa6584b8898)) | ||
* dev tools improvements ([3b5b9d9](https://github.com/VLK-STUDIO/morfeo/commit/3b5b9d96b94a06bf32ee3cebe9351a1e4c9660e0)) | ||
* morfeo dev tool init ([e7975d7](https://github.com/VLK-STUDIO/morfeo/commit/e7975d772a368a1cf5cd2e300953bfefa70baa42)) | ||
* replaced space slice with spacings ([9aaf30a](https://github.com/VLK-STUDIO/morfeo/commit/9aaf30a705261c32c778e82d51ca7651c9263457)) | ||
* website link replaced inside readme files ([1e55a6d](https://github.com/VLK-STUDIO/morfeo/commit/1e55a6d458d2873d09efd5fad5100cbbae382057)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"private": false, | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"license": "MIT", | ||
"main": "build/index.js", | ||
"module": "build/index.js", | ||
|
@@ -25,8 +25,8 @@ | |
"build": "npx snowpack build && npm run copy:manifest && npm run copy:typings" | ||
}, | ||
"dependencies": { | ||
"@morfeo/jss": "^0.1.5", | ||
"@morfeo/web": "^0.1.5" | ||
"@morfeo/jss": "^0.1.6", | ||
"@morfeo/web": "^0.1.6" | ||
}, | ||
"devDependencies": { | ||
"@types/chrome": "^0.0.143", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.1.6 (2021-06-27) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **fonts:** fix package.json repo urls ([1f0cafe](https://github.com/VLK-STUDIO/morfeo/commit/1f0cafe9822ed8fe6b127bc6296b3443830f575e)) | ||
* **fonts:** prettier ([c97f825](https://github.com/VLK-STUDIO/morfeo/commit/c97f8250b6eae14753ceade69f03484c25d40e66)) | ||
|
||
|
||
### Features | ||
|
||
* website link replaced inside readme files ([1e55a6d](https://github.com/VLK-STUDIO/morfeo/commit/1e55a6d458d2873d09efd5fad5100cbbae382057)) | ||
* **fonts:** new @morfeo/fonts package ([68ba391](https://github.com/VLK-STUDIO/morfeo/commit/68ba39193db598b0506cc584f79e3c08facbb4da)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"private": false, | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"license": "MIT", | ||
"main": "build/index.js", | ||
"module": "build/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"private": false, | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"license": "MIT", | ||
"main": "build/index.js", | ||
"module": "build/index.js", | ||
|
@@ -20,12 +20,12 @@ | |
"watch": "tsc -w" | ||
}, | ||
"peerDependencies": { | ||
"@morfeo/core": "^0.1.5", | ||
"@morfeo/core": "^0.1.6", | ||
"react": "17.0.2", | ||
"react-dom": "^17.0.2" | ||
}, | ||
"devDependencies": { | ||
"@morfeo/core": "^0.1.5" | ||
"@morfeo/core": "^0.1.6" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"private": false, | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"license": "MIT", | ||
"main": "build/index.js", | ||
"module": "build/index.js", | ||
|
@@ -26,10 +26,10 @@ | |
"jss-preset-default": "^10.6.0" | ||
}, | ||
"peerDependencies": { | ||
"@morfeo/core": "^0.1.5" | ||
"@morfeo/core": "^0.1.6" | ||
}, | ||
"devDependencies": { | ||
"@morfeo/core": "^0.1.5" | ||
"@morfeo/core": "^0.1.6" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
Oops, something went wrong.