Skip to content

Commit

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


### Features

* **site:** add github option ([c275000](https://github.com/artsdt/meve/commit/c275000c973c62f3d044957a2d5911fd61a42a76))



## [0.0.3](https://github.com/artsdt/meve/compare/v0.0.2...v0.0.3) (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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"description": "Argon design system components library",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 9e88c96

Please sign in to comment.