Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Mar 4, 2022
1 parent 3e25fd0 commit ae49ff6
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.0.5](https://github.com/artsdt/meve/compare/v0.0.4...v0.0.5) (2022-03-04)


### Bug Fixes

* fix button shadow and menu highlight color ([3e25fd0](https://github.com/artsdt/meve/commit/3e25fd0fbc47e5d94f49883896e41650793d8104))
* format box-shadow rgb to rgba ([8d69492](https://github.com/artsdt/meve/commit/8d69492b7c3d28918f5a22ac287dd43020042730))
* **site:** add css target chrome61 ([3c01ac5](https://github.com/artsdt/meve/commit/3c01ac5884cdc07e7bb7c03ba1b29d7600164fff))
* **site:** hide code copy tool when code not expaned ([a823f14](https://github.com/artsdt/meve/commit/a823f14e5cb6e2647cc3fbf2a9116ec891236dc2))



## [0.0.4](https://github.com/artsdt/meve/compare/v0.0.3...v0.0.4) (2022-03-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "root",
"private": true,
"useWorkspaces": true,
"version": "0.0.4",
"version": "0.0.5",
"author": "haoziqaq <[email protected]>",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
2 changes: 1 addition & 1 deletion packages/meve-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meve/cli",
"version": "0.0.4",
"version": "0.0.5",
"description": "cli of meve",
"bin": {
"meve-cli": "./lib/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/meve-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meve/eslint-config",
"version": "0.0.4",
"version": "0.0.5",
"description": "eslint config of meve",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/meve-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meve/icons",
"version": "0.0.4",
"version": "0.0.5",
"description": "Icons of meve",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/meve-markdown-vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meve/markdown-vite-plugin",
"version": "0.0.4",
"version": "0.0.5",
"description": "markdown vite plugin of meve",
"keywords": [
"vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/meve-stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meve/stylelint-config",
"version": "0.0.4",
"version": "0.0.5",
"description": "stylelint config of meve",
"keywords": [
"stylelint",
Expand Down
2 changes: 1 addition & 1 deletion packages/meve-touch-emulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meve/touch-emulator",
"version": "0.0.4",
"version": "0.0.5",
"description": "touch-emulator",
"keywords": [
"emulator",
Expand Down
2 changes: 1 addition & 1 deletion packages/meve-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meve/ui",
"version": "0.0.4",
"version": "0.0.5",
"description": "Argon design system components library",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit ae49ff6

Please sign in to comment.