Skip to content

Commit

Permalink
chore: version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroerta committed Nov 18, 2021
1 parent bcaca44 commit 3bb2835
Show file tree
Hide file tree
Showing 40 changed files with 645 additions and 60 deletions.
158 changes: 158 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions apps/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"benchmark": "^2.1.4"
},
"dependencies": {
"@morfeo/core": "^0.4.0",
"@morfeo/jss": "^0.4.0",
"@morfeo/preset-default": "^0.4.0",
"@morfeo/core": "^0.4.1",
"@morfeo/jss": "^0.4.1",
"@morfeo/preset-default": "^0.4.1",
"styled-system": "5.1.5"
}
}
4 changes: 2 additions & 2 deletions apps/native-sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@morfeo/native": "^0.4.0",
"@morfeo/hooks": "^0.4.0",
"@morfeo/native": "^0.4.1",
"@morfeo/hooks": "^0.4.1",
"@types/styled-components-react-native": "^5.1.1",
"react": "17.0.1",
"react-native": "0.64.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/svelte-sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"svelte": "^3.0.0"
},
"dependencies": {
"@morfeo/web": "^0.4.0",
"@morfeo/svelte": "^0.4.0",
"@morfeo/dev-tools": "^0.4.0",
"@morfeo/preset-default": "^0.4.0",
"@morfeo/web": "^0.4.1",
"@morfeo/svelte": "^0.4.1",
"@morfeo/dev-tools": "^0.4.1",
"@morfeo/preset-default": "^0.4.1",
"rollup-plugin-replace": "^2.2.0",
"sirv-cli": "^1.0.0"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/web-sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "0.0.7",
"private": true,
"dependencies": {
"@morfeo/react": "^0.4.0",
"@morfeo/dev-tools": "^0.4.0",
"@morfeo/styled-components-web": "^0.4.0",
"@morfeo/preset-default": "^0.4.0",
"@morfeo/react": "^0.4.1",
"@morfeo/dev-tools": "^0.4.1",
"@morfeo/styled-components-web": "^0.4.1",
"@morfeo/preset-default": "^0.4.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
Expand Down
6 changes: 3 additions & 3 deletions devtool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"dependencies": {
"@babel/core": "7.12.3",
"@morfeo/preset-default": "^0.4.0",
"@morfeo/react": "^0.4.0",
"@morfeo/preset-default": "^0.4.1",
"@morfeo/react": "^0.4.1",
"@svgr/webpack": "5.5.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
Expand Down Expand Up @@ -166,7 +166,7 @@
]
},
"devDependencies": {
"@morfeo/cli": "^0.4.0",
"@morfeo/cli": "^0.4.1",
"@types/prismjs": "^1.16.6",
"@types/react-transition-group": "^4.4.3",
"@types/webextension-polyfill": "^0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion devtool/public/manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_name__",
"version": "0.4.0",
"version": "0.4.1",
"description": "__MSG_description__",
"short_name": "morfeo",
"author": "Mauro Erta",
Expand Down
2 changes: 1 addition & 1 deletion devtool/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "__MSG_name__",
"version": "0.4.0",
"version": "0.4.1",
"description": "__MSG_description__",
"author": "Mauro Erta",
"devtools_page": "devtool.html",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.4.0"
"version": "0.4.1"
}
28 changes: 28 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.4.1 (2021-11-18)


### Bug Fixes

* cli handling of shadows fixed and shadow parser improved ([7cc1a0a](https://github.com/VLK-STUDIO/morfeo/commit/7cc1a0a0d6ccd298f407e5d0b6ebc2070d976720))
* cli tests timeout ([3934743](https://github.com/VLK-STUDIO/morfeo/commit/39347432173609c73c3ffb1ffa7904a416e82e79))
* Closes [#113](https://github.com/VLK-STUDIO/morfeo/issues/113) ([f3b7f8a](https://github.com/VLK-STUDIO/morfeo/commit/f3b7f8a29bdd9efe7f6c38ebd5f736c12ebedc95))
* fixed @morfeo/cli tests warnings ([605a2ad](https://github.com/VLK-STUDIO/morfeo/commit/605a2ad9f9ec67d6ebe4f33b77eb007eae519e7c))
* publish workflows ([cb79123](https://github.com/VLK-STUDIO/morfeo/commit/cb79123fec596a8f0a2105bbc2c17bb2a0b94da0)), closes [#106](https://github.com/VLK-STUDIO/morfeo/issues/106)


### Features

* add theme removal ([fb20b50](https://github.com/VLK-STUDIO/morfeo/commit/fb20b501e877e2137831f9e86629e213007b88b7))
* added pwa plugin to documentation website ([1808781](https://github.com/VLK-STUDIO/morfeo/commit/1808781f20f0c41f6d4a965eb5bad522caf9e56a))
* cli improvements ([2ffb4a6](https://github.com/VLK-STUDIO/morfeo/commit/2ffb4a689058de8d5bf8a4ffcf39d43b0c5c5dc3))
* closes [#65](https://github.com/VLK-STUDIO/morfeo/issues/65) ([bbf6e32](https://github.com/VLK-STUDIO/morfeo/commit/bbf6e32f62c32af51d1795bbbc85c9772948cfdf))
* compose command wip [#40](https://github.com/VLK-STUDIO/morfeo/issues/40) ([199a1c6](https://github.com/VLK-STUDIO/morfeo/commit/199a1c64909896fc0ed3d724687702aaa21a017d))
* compose command wip [#40](https://github.com/VLK-STUDIO/morfeo/issues/40) ([0b186f4](https://github.com/VLK-STUDIO/morfeo/commit/0b186f4805dbe8f7d8aed89486066697af6516b3))
* deep scan improvements ([014aed3](https://github.com/VLK-STUDIO/morfeo/commit/014aed36f8b5194d74862f32c72fc72b341757ed))
* moved cli inside packages ([b8b3b7d](https://github.com/VLK-STUDIO/morfeo/commit/b8b3b7dd43de017025ad6169e1b002e92a58d85e))
* watch command tests and optimization ([7e2ddb9](https://github.com/VLK-STUDIO/morfeo/commit/7e2ddb907a1546f67ea3de120ced9f559a25b31c))





# 0.4.0 (2021-11-18)


Expand Down
6 changes: 3 additions & 3 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g @morfeo/cli
$ morfeo COMMAND
running command...
$ morfeo (-v|--version|version)
@morfeo/cli/0.4.0 darwin-x64 node-v14.16.0
@morfeo/cli/0.4.1 darwin-x64 node-v14.16.0
$ morfeo --help [COMMAND]
USAGE
$ morfeo COMMAND
Expand Down Expand Up @@ -55,7 +55,7 @@ EXAMPLES
$ morfeo build path/to/theme.ts --name="light"
```

_See code: [lib/commands/build.js](https://github.com/VLK-STUDIO/morfeo/blob/v0.4.0/lib/commands/build.js)_
_See code: [lib/commands/build.js](https://github.com/VLK-STUDIO/morfeo/blob/v0.4.1/lib/commands/build.js)_

## `morfeo compose`

Expand All @@ -75,7 +75,7 @@ EXAMPLES
$ morfeo compose --watch
```

_See code: [lib/commands/compose.js](https://github.com/VLK-STUDIO/morfeo/blob/v0.4.0/lib/commands/compose.js)_
_See code: [lib/commands/compose.js](https://github.com/VLK-STUDIO/morfeo/blob/v0.4.1/lib/commands/compose.js)_

## `morfeo help [COMMAND]`

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/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/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@morfeo/cli",
"description": "a command line interface to use morfeo",
"version": "0.4.0",
"version": "0.4.1",
"author": {
"name": "Mauro Erta",
"email": "[email protected]"
Expand All @@ -11,7 +11,7 @@
"morfeo": "./bin/run"
},
"dependencies": {
"@morfeo/web": "^0.4.0",
"@morfeo/web": "^0.4.1",
"@oclif/command": "^1.8.0",
"@oclif/config": "^1.17.0",
"@oclif/plugin-help": "^3.2.2",
Expand Down
53 changes: 53 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,59 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.4.1 (2021-11-18)


### Bug Fixes

* [#116](https://github.com/VLK-STUDIO/morfeo/issues/116) extends components from theme ([803c13e](https://github.com/VLK-STUDIO/morfeo/commit/803c13ea3ddc9fc34dcecbe507d8f01cbf68b3a4))
* benchmarks fixed ([fc59036](https://github.com/VLK-STUDIO/morfeo/commit/fc59036327137cae1b3886c3b6e0a5ca239e5d9f))
* cli handling of shadows fixed and shadow parser improved ([7cc1a0a](https://github.com/VLK-STUDIO/morfeo/commit/7cc1a0a0d6ccd298f407e5d0b6ebc2070d976720))
* Closes [#113](https://github.com/VLK-STUDIO/morfeo/issues/113) ([f3b7f8a](https://github.com/VLK-STUDIO/morfeo/commit/f3b7f8a29bdd9efe7f6c38ebd5f736c12ebedc95))
* documentation ([31c7c6a](https://github.com/VLK-STUDIO/morfeo/commit/31c7c6a54e423e33134133ff3b582f61e5c7ac15))
* fixed types of web sandbox components ([45ce774](https://github.com/VLK-STUDIO/morfeo/commit/45ce774ff77f21b83d272279d97b312a7b6182f6))
* fixed typing of packages ([57267c5](https://github.com/VLK-STUDIO/morfeo/commit/57267c5f904cbeece433e7bb2573fd9d7a4b3fd4))
* prettier ([57516db](https://github.com/VLK-STUDIO/morfeo/commit/57516db7d44401c4c7fc2ce2a57a95d6da6665b7))
* readme files fix and licenses added ([c71286a](https://github.com/VLK-STUDIO/morfeo/commit/c71286acf948e65eacb5e0ac808cc9425d576351))
* shadow parser fix & improvements ([bb8b7a2](https://github.com/VLK-STUDIO/morfeo/commit/bb8b7a23886cfbb6016b416a93b0199e4f9a3d68))
* styled-components-web packages ([9f41713](https://github.com/VLK-STUDIO/morfeo/commit/9f417138f21bd433783d8e95b922d391ced089e9)), closes [#42](https://github.com/VLK-STUDIO/morfeo/issues/42)
* tests ([61e4593](https://github.com/VLK-STUDIO/morfeo/commit/61e45931ced66121d11f5321f46f3c253386e4b3))


### Features

* 76 ([0a3a065](https://github.com/VLK-STUDIO/morfeo/commit/0a3a065f446dad2c814b07570d708959d4390c32))
* add theme removal ([fb20b50](https://github.com/VLK-STUDIO/morfeo/commit/fb20b501e877e2137831f9e86629e213007b88b7))
* added pubish config to packages ([23241fc](https://github.com/VLK-STUDIO/morfeo/commit/23241fcb4a1ef76615661e5b8e9e4ed53060b912))
* added pwa plugin to documentation website ([1808781](https://github.com/VLK-STUDIO/morfeo/commit/1808781f20f0c41f6d4a965eb5bad522caf9e56a))
* all css props mapped and styled components package improved ([c3771c6](https://github.com/VLK-STUDIO/morfeo/commit/c3771c64b02fc7bbfa6137bff70d1acae8e7932a))
* cache and benchmarks ([aa360dd](https://github.com/VLK-STUDIO/morfeo/commit/aa360ddfb44ce2be66a0513783ddec1ff6b42e09))
* closes [#51](https://github.com/VLK-STUDIO/morfeo/issues/51) ([0ab4270](https://github.com/VLK-STUDIO/morfeo/commit/0ab4270a0d054bd67f42c2d74fdecee24349de1a))
* closes [#65](https://github.com/VLK-STUDIO/morfeo/issues/65) ([bbf6e32](https://github.com/VLK-STUDIO/morfeo/commit/bbf6e32f62c32af51d1795bbbc85c9772948cfdf))
* commonjs build included ([1b3baa5](https://github.com/VLK-STUDIO/morfeo/commit/1b3baa5da980b65035a67db28e11cb2aa9d3333c))
* component utility introduced ([d502a59](https://github.com/VLK-STUDIO/morfeo/commit/d502a59f3cd72ebcf0d387a092e4ca43a70da9ac))
* documentation update ([2bf10e7](https://github.com/VLK-STUDIO/morfeo/commit/2bf10e7066064a403d1e801d55a467626b85fdfd))
* morfeo instance singleton ([913370e](https://github.com/VLK-STUDIO/morfeo/commit/913370e896b38fba60851aaccf9b9092bdcbafa4))
* **preset-default:** preset theme package ([7a66269](https://github.com/VLK-STUDIO/morfeo/commit/7a66269b2fff8d1db4939425f506fc6bec02ce18))
* documentation improvements ([4ad3b5d](https://github.com/VLK-STUDIO/morfeo/commit/4ad3b5d7f35cd9c1ad1532e5367dec21594d8ff4))
* flatted parser.resolve method ([5ce2c10](https://github.com/VLK-STUDIO/morfeo/commit/5ce2c101097b7ab28d985b108ee079e07f8bacce))
* hooks package added ([0637789](https://github.com/VLK-STUDIO/morfeo/commit/0637789d23e12bb3dfb295039e92d2a4f815927a))
* introucing svelte package and sandbox ([0e8e9e2](https://github.com/VLK-STUDIO/morfeo/commit/0e8e9e22f38576730c73442714c1a611847d9bc7))
* native package ([356cbd6](https://github.com/VLK-STUDIO/morfeo/commit/356cbd6de9084be2a02db90073fb8fcbb8191641))
* readme files added to all the packages ([819e60b](https://github.com/VLK-STUDIO/morfeo/commit/819e60bb536be471f373c8d3f7cbd5b331c1434c))
* replaced space slice with spacings ([9aaf30a](https://github.com/VLK-STUDIO/morfeo/commit/9aaf30a705261c32c778e82d51ca7651c9263457))
* styled components for web ([e5dee4c](https://github.com/VLK-STUDIO/morfeo/commit/e5dee4c65277089b282b3ba7da3696451c559b83))
* update callback to jss function ([6218907](https://github.com/VLK-STUDIO/morfeo/commit/62189076da38078df33796fb16576b13ecdeeb85))
* useSubscribe hook introduced ([8de68f2](https://github.com/VLK-STUDIO/morfeo/commit/8de68f25ed0118009d0c26c913acb6cbca697020))
* web styled-components package introduced ([a7677c3](https://github.com/VLK-STUDIO/morfeo/commit/a7677c3a8f3c561101b0eba0b87e7fa983677cf9))
* website link replaced inside readme files ([1e55a6d](https://github.com/VLK-STUDIO/morfeo/commit/1e55a6d458d2873d09efd5fad5100cbbae382057))
* wip of morfeo cli ([476d48d](https://github.com/VLK-STUDIO/morfeo/commit/476d48d1404e0fbbe209f353efcc2e96d9d9a38e))
* **react:** import replacing ([d07c084](https://github.com/VLK-STUDIO/morfeo/commit/d07c08454adc890be71bcd577c7922eff7da043d))





# 0.4.0 (2021-11-18)


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": "[email protected]"
},
"private": false,
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"module": "build/index.js",
"main": "commonjs/index.js",
Expand All @@ -23,7 +23,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@morfeo/spec": "^0.4.0"
"@morfeo/spec": "^0.4.1"
},
"peerDependencies": {
"tslib": "^2.2.0"
Expand Down
32 changes: 32 additions & 0 deletions packages/dev-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.4.1 (2021-11-18)


### Bug Fixes

* commonjs export fixed ([bcaca44](https://github.com/VLK-STUDIO/morfeo/commit/bcaca44401a0893e4fc576acb994c80256d8525f))
* deepscan fixes and layout improvements ([cf892be](https://github.com/VLK-STUDIO/morfeo/commit/cf892be8668877f9203ebf39ab1d769aefab27dd))
* enable dev tool fixed ([75cb87c](https://github.com/VLK-STUDIO/morfeo/commit/75cb87c0dc818450e54aa77e3b624929e64fe205))
* fixed wrong import inside @morfeo/dev-tools package ([a7796e9](https://github.com/VLK-STUDIO/morfeo/commit/a7796e973ae77c07900dc6461105b542b93068bf))
* used globalThis instead of window inside the dev tool ([6f028eb](https://github.com/VLK-STUDIO/morfeo/commit/6f028eb4f2f1e42f14755bc8c41c26e7bbaf9a3c))


### Features

* add theme removal ([fb20b50](https://github.com/VLK-STUDIO/morfeo/commit/fb20b501e877e2137831f9e86629e213007b88b7))
* 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 documentation added ([0c18f58](https://github.com/VLK-STUDIO/morfeo/commit/0c18f58b7c52840e652b12704c9379cf557c0214))
* dev tool refactor ([669d709](https://github.com/VLK-STUDIO/morfeo/commit/669d709f312f919cab51375b4c465aa6584b8898))
* dev tools improvements ([3b5b9d9](https://github.com/VLK-STUDIO/morfeo/commit/3b5b9d96b94a06bf32ee3cebe9351a1e4c9660e0))
* devtool massage changed to enable multi theming inside devtool and layout improvement ([153fdbc](https://github.com/VLK-STUDIO/morfeo/commit/153fdbc52afec9b755f89de7108c278dec37050d))
* documentation improvements ([4ad3b5d](https://github.com/VLK-STUDIO/morfeo/commit/4ad3b5d7f35cd9c1ad1532e5367dec21594d8ff4))
* 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))
* replacement of assets inside docs and dev-tool, wip of algolia search ([c15efe1](https://github.com/VLK-STUDIO/morfeo/commit/c15efe1b92d38f27ce62d0738bbeabf0cc800e9e))
* website link replaced inside readme files ([1e55a6d](https://github.com/VLK-STUDIO/morfeo/commit/1e55a6d458d2873d09efd5fad5100cbbae382057))





# 0.4.0 (2021-11-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/dev-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "[email protected]"
},
"private": false,
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"main": "commonjs/index.js",
"module": "build/index.js",
Expand All @@ -25,7 +25,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@morfeo/web": "^0.4.0"
"@morfeo/web": "^0.4.1"
},
"publishConfig": {
"access": "public"
Expand Down
25 changes: 25 additions & 0 deletions packages/fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.4.1 (2021-11-18)


### Bug Fixes

* tests coverage restored to 100% ([9abb112](https://github.com/VLK-STUDIO/morfeo/commit/9abb112b84b83093d529145d651e3f1faf78fa59))
* **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

* added borders slice ([3cc7c5c](https://github.com/VLK-STUDIO/morfeo/commit/3cc7c5cb8bbf83fc39a228ecb7f113f9f51cd0ec))
* added pwa plugin to documentation website ([1808781](https://github.com/VLK-STUDIO/morfeo/commit/1808781f20f0c41f6d4a965eb5bad522caf9e56a))
* commonjs build included ([1b3baa5](https://github.com/VLK-STUDIO/morfeo/commit/1b3baa5da980b65035a67db28e11cb2aa9d3333c))
* documentation improvements ([4ad3b5d](https://github.com/VLK-STUDIO/morfeo/commit/4ad3b5d7f35cd9c1ad1532e5367dec21594d8ff4))
* fixed @morfeo/fonts for imported fonts and added utility to add application font inside the web extension ([455c83d](https://github.com/VLK-STUDIO/morfeo/commit/455c83d17c83e38a2b1b678ac077705ed68c338a))
* website link replaced inside readme files ([1e55a6d](https://github.com/VLK-STUDIO/morfeo/commit/1e55a6d458d2873d09efd5fad5100cbbae382057))
* wip of morfeo cli ([476d48d](https://github.com/VLK-STUDIO/morfeo/commit/476d48d1404e0fbbe209f353efcc2e96d9d9a38e))
* **fonts:** new @morfeo/fonts package ([68ba391](https://github.com/VLK-STUDIO/morfeo/commit/68ba39193db598b0506cc584f79e3c08facbb4da))





# 0.4.0 (2021-11-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "[email protected]"
},
"private": false,
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"main": "commonjs/index.js",
"module": "build/index.js",
Expand Down
Loading

0 comments on commit 3bb2835

Please sign in to comment.