Skip to content

Commit

Permalink
chore: release v2.0.0-alpha.13
Browse files Browse the repository at this point in the history
  • Loading branch information
boussadjra committed Mar 16, 2024
1 parent a225f8a commit a690a05
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 51 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"shadcn-nuxt": "^0.10.0",
"typescript": "~5.2.2"
},
"version": "2.0.0-alpha.12"
}
"version": "2.0.0-alpha.13"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vueye-table",
"version": "2.0.0-alpha.12",
"version": "2.0.0-alpha.13",
"private": false,
"description": "Vue data table",
"author": "Brahim Boussadjra",
Expand Down Expand Up @@ -88,4 +88,4 @@
"vue3 datatable",
"vueye-table"
]
}
}
90 changes: 45 additions & 45 deletions packages/nuxt-vueye-table/package.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"name": "nuxt-vueye-table",
"version": "2.0.0-alpha.12",
"description": "",
"repository": "https://github.com/boussadjra/vueye-table",
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
"name": "nuxt-vueye-table",
"version": "2.0.0-alpha.13",
"description": "",
"repository": "https://github.com/boussadjra/vueye-table",
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
},
"./dist/default.css": "./node_modules/vueye-table/dist/default.css"
},
"./dist/default.css": "./node_modules/vueye-table/dist/default.css"
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.8.2",
"vueye-table": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.9.3",
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.4",
"@nuxt/schema": "^3.8.2",
"@nuxt/test-utils": "^3.8.1",
"changelogen": "^0.5.5",
"eslint": "^8.54.0",
"nuxt": "^3.8.2",
"vitest": "^0.33.0"
}
}
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.8.2",
"vueye-table": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.9.3",
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.4",
"@nuxt/schema": "^3.8.2",
"@nuxt/test-utils": "^3.8.1",
"changelogen": "^0.5.5",
"eslint": "^8.54.0",
"nuxt": "^3.8.2",
"vitest": "^0.33.0"
}
}
2 changes: 1 addition & 1 deletion packages/nuxt-vueye-table/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"devDependencies": {
"nuxt": "latest"
},
"version": "2.0.0-alpha.12"
"version": "2.0.0-alpha.13"
}
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.12",
"version": "2.0.0-alpha.13",
"private": false,
"description": "Vue data table",
"author": "Brahim Boussadjra",
Expand Down

0 comments on commit a690a05

Please sign in to comment.