Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Nov 6, 2023
1 parent 95579a5 commit 22cd378
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.35.0](https://github.com/anzusystems/common-admin/compare/1.35.0...1.36.0) (2023-11-02)

### Features
* **chore:** updated dependencies

### BREAKING CHANGES
* **dependencies:** new vue-i18n required version `[email protected]`

## [1.35.0](https://github.com/anzusystems/common-admin/compare/1.34.0...1.35.0) (2023-11-02)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"./styles": "./dist/style.css",
"./*": "./*"
},
"version": "1.35.0",
"version": "1.36.0",
"type": "module",
"license": "Apache-2.0",
"scripts": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"@vueuse/integrations": "^10.5.0",
"axios": "1.6.0",
"dayjs": "1.11.10",
"eslint": "^8.53.0",
"eslint": "8.52.0",
"eslint-plugin-vue": "9.18.1",
"flatpickr": "^4.6.13",
"npm-run-all": "^4.1.5",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ __metadata:
"@vueuse/integrations": "npm:^10.5.0"
axios: "npm:1.6.0"
dayjs: "npm:1.11.10"
eslint: "npm:^8.53.0"
eslint: "npm:8.52.0"
eslint-plugin-vue: "npm:9.18.1"
flatpickr: "npm:^4.6.13"
npm-run-all: "npm:^4.1.5"
Expand Down Expand Up @@ -248,7 +248,7 @@ __metadata:
flatpickr: 4.6.13
pinia: 2.1.7
vue: 3.3.7
vue-i18n: 9.6.4
vue-i18n: 9.6.5
vue-router: 4.2.5
vuetify: 3.3.23
peerDependenciesMeta:
Expand Down Expand Up @@ -632,7 +632,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/eslintrc@npm:^2.1.3":
"@eslint/eslintrc@npm:^2.1.2":
version: 2.1.3
resolution: "@eslint/eslintrc@npm:2.1.3"
dependencies:
Expand All @@ -649,10 +649,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:8.53.0":
version: 8.53.0
resolution: "@eslint/js@npm:8.53.0"
checksum: a372d55aa2bbe0d9399acc8de3c892dcfe507fd914d29fde6826ae54a13452619be626aa7eb70b1ec4d4da5302b6ed8e8ac9bf1f830003f15c0ad56c30b4f520
"@eslint/js@npm:8.52.0":
version: 8.52.0
resolution: "@eslint/js@npm:8.52.0"
checksum: 86beff213d0ae4ced203a922b74e2cc4d767d109e7815f985bf648946ba072198977102e32afc9fa04f7825a6de83a831874f6b6675ba0c1d0743ade2dc2d53d
languageName: node
linkType: hard

Expand Down Expand Up @@ -3124,14 +3124,14 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^8.53.0":
version: 8.53.0
resolution: "eslint@npm:8.53.0"
"eslint@npm:8.52.0":
version: 8.52.0
resolution: "eslint@npm:8.52.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.6.1"
"@eslint/eslintrc": "npm:^2.1.3"
"@eslint/js": "npm:8.53.0"
"@eslint/eslintrc": "npm:^2.1.2"
"@eslint/js": "npm:8.52.0"
"@humanwhocodes/config-array": "npm:^0.11.13"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@nodelib/fs.walk": "npm:^1.2.8"
Expand Down Expand Up @@ -3168,7 +3168,7 @@ __metadata:
text-table: "npm:^0.2.0"
bin:
eslint: bin/eslint.js
checksum: e305a71ce2b9a8631b293266fe53e346c76f28bc8d004af33f10e537cf133db1fb87af3599376e70ed6e0f89a78be10c4f08ddd0c1c9c0c497cd143b4a270420
checksum: 01784ab15351d749bc95446039ed7acd5124f7cc84acdbf98c7199272eae06212a8f3ea4a9b47e7cc54ab17ca094c3a664bbfc3002c7de27936220e278b5028a
languageName: node
linkType: hard

Expand Down

0 comments on commit 22cd378

Please sign in to comment.