Skip to content

Commit

Permalink
chore: release v2.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
boussadjra committed Oct 2, 2023
1 parent 9e182be commit 53f7922
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 124 deletions.
54 changes: 27 additions & 27 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "docs",
"version": "2.0.0-alpha.3",
"description": "",
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"dependencies": {
"@vueuse/core": "^10.4.1",
"vueye-table": "^2.0.0-alpha.3"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.2.0",
"@iconify-json/solar": "^1.1.5",
"@iconify-json/tabler": "^1.1.93",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"pnpm": "^8.8.0",
"postcss": "^8.4.30",
"tailwindcss": "^3.3.3",
"vitepress": "1.0.0-rc.20"
},
"keywords": [],
"author": "Boussadjra Brahim",
"license": "MIT"
}
"name": "docs",
"version": "2.0.0-alpha.4",
"description": "",
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"dependencies": {
"@vueuse/core": "^10.4.1",
"vueye-table": "^2.0.0-alpha.3"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.2.0",
"@iconify-json/solar": "^1.1.5",
"@iconify-json/tabler": "^1.1.93",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"pnpm": "^8.8.0",
"postcss": "^8.4.30",
"tailwindcss": "^3.3.3",
"vitepress": "1.0.0-rc.20"
},
"keywords": [],
"author": "Boussadjra Brahim",
"license": "MIT"
}
172 changes: 86 additions & 86 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,88 +1,88 @@
{
"name": "vueye-table",
"version": "2.0.0-alpha.3",
"private": false,
"description": "Vue data table",
"author": "Brahim Boussadjra",
"repository": "https://github.com/boussadjra/vueye-table",
"license": "MIT",
"scripts": {
"docs:dev": "pnpm --filter docs docs:dev",
"docs:build": "pnpm --filter docs docs:build",
"docs:preview": "pnpm --filter docs docs:preview",
"story:dev": "pnpm --filter vueye-table story:dev",
"story:build": "pnpm --filter vueye-table story:build",
"story:preview": "pnpm --filter vueye-table story:preview",
"dev": "pnpm --filter vueye-table dev",
"build": "pnpm --filter vueye-table build",
"test:unit": "pnpm --filter vueye-table test:unit",
"commit": "git-cz",
"release": "bumpp package.json packages/**/package.json docs/package.json --tag --tag-name v${version}",
"pub:release": "cd packages/vueye-table && pnpm pub:release",
"up": "taze -w",
"clean-all": "rimraf node_modules && rimraf packages/*/node_modules && rimraf docs/node_modules",
"prepare": "pnpm simple-git-hooks",
"lint": "eslint . --ignore-path .gitignore",
"lint:fix": "eslint . --fix --ignore-path .gitignore",
"format": "prettier --write ."
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
"@antfu/ni": "^0.21.8",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@types/markdown-it": "^13.0.2",
"@types/node": "^20.7.1",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vue/tsconfig": "^0.4.0",
"bumpp": "^9.2.0",
"commitizen": "^4.3.0",
"concurrently": "^8.2.1",
"eslint": "^8.50.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-vue": "^9.17.0",
"lint-staged": "^14.0.1",
"pathe": "^1.1.1",
"pnpm": "^8.8.0",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
"simple-git-hooks": "^2.9.0",
"taze": "^0.11.3",
"tsx": "^3.13.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.5"
},
"packageManager": "pnpm@8.8.0",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
"name": "vueye-table",
"version": "2.0.0-alpha.4",
"private": false,
"description": "Vue data table",
"author": "Brahim Boussadjra",
"repository": "https://github.com/boussadjra/vueye-table",
"license": "MIT",
"scripts": {
"docs:dev": "pnpm --filter docs docs:dev",
"docs:build": "pnpm --filter docs docs:build",
"docs:preview": "pnpm --filter docs docs:preview",
"story:dev": "pnpm --filter vueye-table story:dev",
"story:build": "pnpm --filter vueye-table story:build",
"story:preview": "pnpm --filter vueye-table story:preview",
"dev": "pnpm --filter vueye-table dev",
"build": "pnpm --filter vueye-table build",
"test:unit": "pnpm --filter vueye-table test:unit",
"commit": "git-cz",
"release": "bumpp package.json packages/**/package.json docs/package.json --tag --tag-name v${version}",
"pub:release": "cd packages/vueye-table && pnpm pub:release",
"up": "taze -w",
"clean-all": "rimraf node_modules && rimraf packages/*/node_modules && rimraf docs/node_modules",
"prepare": "pnpm simple-git-hooks",
"lint": "eslint . --ignore-path .gitignore",
"lint:fix": "eslint . --fix --ignore-path .gitignore",
"format": "prettier --write ."
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
"@antfu/ni": "^0.21.8",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@types/markdown-it": "^13.0.2",
"@types/node": "^20.7.1",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vue/tsconfig": "^0.4.0",
"bumpp": "^9.2.0",
"commitizen": "^4.3.0",
"concurrently": "^8.2.1",
"eslint": "^8.50.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-vue": "^9.17.0",
"lint-staged": "^14.0.1",
"pathe": "^1.1.1",
"pnpm": "^8.8.0",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
"simple-git-hooks": "^2.9.0",
"taze": "^0.11.3",
"tsx": "^3.13.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.5"
},
"packageManager": "pnpm@8.8.0",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
"commit-msg": "pnpm commitlint --edit ${1}"
},
"lint-staged": {
"*.{js,ts,vue,css}": [
"pnpm run lint:fix",
"pnpm run format"
]
},
"keywords": [
"vue",
"vue3",
"vue3 component",
"vue3 table",
"vue3 data table",
"vue3 datatable",
"vueye-table"
]
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
"commit-msg": "pnpm commitlint --edit ${1}"
},
"lint-staged": {
"*.{js,ts,vue,css}": [
"pnpm run lint:fix",
"pnpm run format"
]
},
"keywords": [
"vue",
"vue3",
"vue3 component",
"vue3 table",
"vue3 data table",
"vue3 datatable",
"vueye-table"
]
}
}
20 changes: 10 additions & 10 deletions packages/vueye-table-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "vueye-table-nuxt",
"version": "2.0.0-alpha.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT"
"name": "vueye-table-nuxt",
"version": "2.0.0-alpha.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion packages/vueye-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vueye-table",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"private": false,
"description": "Vue data table",
"author": "Brahim Boussadjra",
Expand Down

0 comments on commit 53f7922

Please sign in to comment.