Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b85adb2

Browse files
committed
release: v4.4.0
1 parent 25c8902 commit b85adb2

File tree

8 files changed

+706
-635
lines changed

8 files changed

+706
-635
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
Several quick start options are available:
4848

49-
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.3.1.zip)
49+
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.4.0.zip)
5050
- Clone the repo: `git clone https://github.com/coreui/coreui-vue.git`
5151
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/vue`
5252
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/vue`

‎lerna.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"useWorkspaces": true,
7-
"version": "4.3.1"
7+
"version": "4.4.0"
88
}

‎package.json‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
"test:update": "jest --coverage --updateSnapshot"
2121
},
2222
"devDependencies": {
23-
"@types/jest": "^28.1.6",
24-
"@typescript-eslint/eslint-plugin": "^5.30.7",
25-
"@typescript-eslint/parser": "^5.30.7",
26-
"@vue/compiler-sfc": "^3.2.37",
23+
"@types/jest": "^28.1.8",
24+
"@typescript-eslint/eslint-plugin": "^5.37.0",
25+
"@typescript-eslint/parser": "^5.37.0",
26+
"@vue/compiler-sfc": "^3.2.39",
2727
"@vue/eslint-config-prettier": "^7.0.0",
28-
"@vue/eslint-config-typescript": "^11.0.0",
28+
"@vue/eslint-config-typescript": "^11.0.1",
2929
"@vue/vue3-jest": "28.0.1",
30-
"eslint": "8.20.0",
30+
"eslint": "8.23.1",
3131
"eslint-plugin-prettier": "^4.2.1",
32-
"eslint-plugin-vue": "^9.3.0",
32+
"eslint-plugin-vue": "^9.5.1",
3333
"jest": "^28.1.3",
3434
"jest-canvas-mock": "^2.4.0",
3535
"jest-environment-jsdom": "^28.1.3",
3636
"lerna": "^4.0.0",
3737
"prettier": "^2.7.1",
38-
"ts-jest": "^28.0.7"
38+
"ts-jest": "^28.0.8"
3939
}
4040
}

‎packages/coreui-vue-chartjs/package.json‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@
3636
},
3737
"devDependencies": {
3838
"@coreui/chartjs": "^3.0.0",
39-
"@rollup/plugin-commonjs": "^22.0.1",
39+
"@rollup/plugin-commonjs": "^22.0.2",
4040
"@rollup/plugin-node-resolve": "^13.3.0",
41-
"@rollup/plugin-typescript": "^8.3.3",
42-
"@types/lodash": "^4.14.181",
41+
"@rollup/plugin-typescript": "^8.5.0",
42+
"@types/lodash": "^4.14.185",
4343
"@vue/test-utils": "^2.0.2",
4444
"chart.js": "^3.8.2",
4545
"lodash": "^4.17.21",
46-
"rollup": "^2.77.0",
46+
"rollup": "^2.79.0",
4747
"rollup-plugin-peer-deps-external": "^2.2.4",
4848
"rollup-plugin-vue": "^6.0.0",
49-
"typescript": "^4.7.4",
50-
"vue": "^3.2.37",
51-
"vue-types": "^4.2.0"
49+
"typescript": "^4.8.3",
50+
"vue": "^3.2.39",
51+
"vue-types": "^4.2.1"
5252
},
5353
"peerDependencies": {
5454
"@coreui/chartjs": "^3.0.0",

‎packages/coreui-vue/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
Several quick start options are available:
4848

49-
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.3.1.zip)
49+
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.4.0.zip)
5050
- Clone the repo: `git clone https://github.com/coreui/coreui-vue.git`
5151
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/vue`
5252
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/vue`

‎packages/coreui-vue/package.json‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/vue",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "UI Components Library for Vue.js",
55
"keywords": [
66
"vue",
@@ -37,19 +37,19 @@
3737
"version_short": "4.3"
3838
},
3939
"devDependencies": {
40-
"@popperjs/core": "^2.11.5",
41-
"@rollup/plugin-commonjs": "^22.0.1",
40+
"@popperjs/core": "^2.11.6",
41+
"@rollup/plugin-commonjs": "^22.0.2",
4242
"@rollup/plugin-node-resolve": "^13.3.0",
43-
"@rollup/plugin-typescript": "^8.3.3",
43+
"@rollup/plugin-typescript": "^8.5.0",
4444
"@vue/test-utils": "^2.0.2",
45-
"rollup": "^2.77.0",
45+
"rollup": "^2.79.0",
4646
"rollup-plugin-vue": "^6.0.0",
47-
"typescript": "^4.7.4",
48-
"vue": "^3.2.37",
49-
"vue-types": "^4.2.0"
47+
"typescript": "^4.8.3",
48+
"vue": "^3.2.39",
49+
"vue-types": "^4.2.1"
5050
},
5151
"peerDependencies": {
52-
"@coreui/coreui": "^4.2.0",
52+
"@coreui/coreui": "^4.2.2",
5353
"vue": "^3.2.21"
5454
},
5555
"standard": {

‎packages/docs/package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@coreui/vue-docs",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"config": {
5-
"version_short": "4.3"
5+
"version_short": "4.4"
66
},
77
"scripts": {
88
"api": "vue-docgen -c build/docgen.config.js",
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"devDependencies": {
1414
"@coreui/chartjs": "^3.0.0",
15-
"@coreui/coreui": "^4.2.0",
15+
"@coreui/coreui": "^4.2.2",
1616
"@coreui/icons": "^2.1.0",
1717
"@coreui/icons-vue": "^2.0.0",
1818
"@coreui/vue-chartjs": "^2.0.1",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /