Skip to content

Commit

Permalink
Merge pull request #108 from VLK-STUDIO/release/v0.3.1
Browse files Browse the repository at this point in the history
chore: v0.3.2
  • Loading branch information
mauroerta authored Nov 4, 2021
2 parents 3b2a7d6 + 1e18a10 commit a4c5503
Show file tree
Hide file tree
Showing 40 changed files with 1,135 additions and 72 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,3 @@ jobs:
- run: npm run publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v2
with:
registry-url: 'https://npm.pkg.github.com'
scope: '@morfeo'
# Publish to GitHub Packages
- run: npm run publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
276 changes: 276 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.3.0",
"@morfeo/jss": "^0.3.0",
"@morfeo/preset-default": "^0.3.0",
"@morfeo/core": "^0.3.2",
"@morfeo/jss": "^0.3.2",
"@morfeo/preset-default": "^0.3.2",
"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.3.0",
"@morfeo/hooks": "^0.3.0",
"@morfeo/native": "^0.3.2",
"@morfeo/hooks": "^0.3.2",
"@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.3.0",
"@morfeo/svelte": "^0.3.0",
"@morfeo/dev-tools": "^0.3.0",
"@morfeo/preset-default": "^0.3.0",
"@morfeo/web": "^0.3.2",
"@morfeo/svelte": "^0.3.2",
"@morfeo/dev-tools": "^0.3.2",
"@morfeo/preset-default": "^0.3.2",
"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.3.0",
"@morfeo/dev-tools": "^0.3.0",
"@morfeo/styled-components-web": "^0.3.0",
"@morfeo/preset-default": "^0.3.0",
"@morfeo/react": "^0.3.2",
"@morfeo/dev-tools": "^0.3.2",
"@morfeo/styled-components-web": "^0.3.2",
"@morfeo/preset-default": "^0.3.2",
"@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.3.0",
"@morfeo/react": "^0.3.0",
"@morfeo/preset-default": "^0.3.2",
"@morfeo/react": "^0.3.2",
"@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.2.0",
"@morfeo/cli": "^0.3.2",
"@types/prismjs": "^1.16.6",
"@types/react-transition-group": "^4.4.3",
"@types/webextension-polyfill": "^0.8.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@docusaurus/theme-live-codeblock": "^2.0.0-beta.9",
"@docusaurus/theme-search-algolia": "^2.0.0-beta.9",
"@mdx-js/react": "^1.6.21",
"@morfeo/dev-tools": "^0.3.0",
"@morfeo/preset-default": "^0.3.0",
"@morfeo/react": "^0.3.0",
"@morfeo/dev-tools": "^0.3.2",
"@morfeo/preset-default": "^0.3.2",
"@morfeo/react": "^0.3.2",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",
"file-loader": "^6.2.0",
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.3.0"
"version": "0.3.2"
}
54 changes: 54 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,60 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.3.2 (2021-11-04)


### 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))
* 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.3.1 (2021-11-04)


### 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))
* 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.3.0 (2021-10-30)


Expand Down
8 changes: 6 additions & 2 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.3.0 darwin-x64 node-v14.16.0
@morfeo/cli/0.3.2 darwin-x64 node-v14.16.0
$ morfeo --help [COMMAND]
USAGE
$ morfeo COMMAND
Expand Down Expand Up @@ -55,6 +55,8 @@ EXAMPLES
$ morfeo build path/to/theme.ts --name="light"
```

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

## `morfeo compose`

compose morfeo style files into themes
Expand All @@ -73,6 +75,8 @@ EXAMPLES
$ morfeo compose --watch
```

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

## `morfeo help [COMMAND]`

display help for morfeo
Expand Down Expand Up @@ -151,5 +155,5 @@ module.exports = {
};
```

> with the flag -c or ---config you can specify a different path for the configuration, for example:
> with the flag -c or --config you can specify a different path for the configuration, for example:
> `morfeo build --config=src/configs/morfeo.config.ts`
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.

10 changes: 5 additions & 5 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.3.0",
"version": "0.3.2",
"author": {
"name": "Mauro Erta",
"email": "mauro@vlkstudio.com"
Expand All @@ -11,16 +11,16 @@
"morfeo": "./bin/run"
},
"dependencies": {
"@morfeo/web": "^0.3.0",
"@morfeo/web": "^0.3.2",
"@oclif/command": "^1.8.0",
"@oclif/config": "^1.17.0",
"@oclif/plugin-help": "^3.2.2",
"chalk": "^4.1.2",
"change-case": "^4.1.2",
"chokidar": "^3.5.2",
"cli-ux": "^6.0.0",
"glob": "^7.1.7",
"tslib": "^1.14.1",
"cli-ux": "^6.0.0"
"tslib": "^1.14.1"
},
"devDependencies": {
"@oclif/dev-cli": "^1.26.0",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"scripts": {
"build": "rm -rf lib && tsc -b",
"prepack": "npm run build && oclif-dev manifest && oclif-dev readme",
"prepack": "npm run build && oclif-dev manifest",
"version": "oclif-dev readme"
},
"types": "lib/index.d.ts",
Expand Down
98 changes: 98 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,104 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.3.2 (2021-11-04)


### Bug Fixes

* 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))
* documentation ([31c7c6a](https://github.com/VLK-STUDIO/morfeo/commit/31c7c6a54e423e33134133ff3b582f61e5c7ac15))
* 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)


### 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.3.1 (2021-11-04)


### Bug Fixes

* 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))
* documentation ([31c7c6a](https://github.com/VLK-STUDIO/morfeo/commit/31c7c6a54e423e33134133ff3b582f61e5c7ac15))
* 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)


### 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.3.0 (2021-10-30)


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.3.0",
"version": "0.3.2",
"license": "MIT",
"module": "build/index.js",
"main": "commonjs/index.js",
Expand All @@ -23,7 +23,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@morfeo/spec": "^0.3.0"
"@morfeo/spec": "^0.3.2"
},
"peerDependencies": {
"tslib": "^2.2.0"
Expand Down
Loading

0 comments on commit a4c5503

Please sign in to comment.