Skip to content

Commit

Permalink
chore: Publish v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Feb 14, 2025
1 parent 341003b commit 338a61e
Show file tree
Hide file tree
Showing 21 changed files with 129 additions and 114 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## <small>3.1.3 (2025-02-14)</small>


#### Fixes

* **admin-ui** Improve display of OrderLine custom fields in form ([4e92d85](https://github.com/vendure-ecommerce/vendure/commit/4e92d85))
* **core** Allow non-public customOrderLineFields in admin api (#3357) ([becfe9d](https://github.com/vendure-ecommerce/vendure/commit/becfe9d)), closes [#3357](https://github.com/vendure-ecommerce/vendure/issues/3357)
* **core** Fix undefined type issue with nested fragment spreads (#3351) ([d0c0454](https://github.com/vendure-ecommerce/vendure/commit/d0c0454)), closes [#3351](https://github.com/vendure-ecommerce/vendure/issues/3351)

#### Perf

* **core** Optimize payload of apply-collection-filters job ([4157033](https://github.com/vendure-ecommerce/vendure/commit/4157033))
* **core** Optimize payload size for buffered jobs in DB ([f81a908](https://github.com/vendure-ecommerce/vendure/commit/f81a908))
* **job-queue-plugin** Optimize payload size for buffered jobs in Redis ([7c72352](https://github.com/vendure-ecommerce/vendure/commit/7c72352))

## <small>3.1.2 (2025-01-22)</small>


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "3.1.2",
"version": "3.1.3",
"npmClient": "npm",
"command": {
"version": {
Expand Down
112 changes: 56 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/admin-ui-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/admin-ui-plugin",
"version": "3.1.2",
"version": "3.1.3",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -21,9 +21,9 @@
"devDependencies": {
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@vendure/admin-ui": "^3.1.2",
"@vendure/common": "^3.1.2",
"@vendure/core": "^3.1.2",
"@vendure/admin-ui": "^3.1.3",
"@vendure/common": "^3.1.3",
"@vendure/core": "^3.1.3",
"express": "^4.18.3",
"rimraf": "^5.0.5",
"typescript": "5.4.2"
Expand Down
Loading

0 comments on commit 338a61e

Please sign in to comment.