Skip to content

Commit d7783fa

Browse files
committed
v2.4.10
1 parent 9578ffb commit d7783fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"lerna": "2.5.1",
33
"packages": ["packages/*"],
4-
"version": "2.4.9",
4+
"version": "2.4.10",
55
"npmClient": "yarn",
66
"useWorkspaces": true,
77
"publishConfig": {

packages/datx-jsonapi-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/jsonapi-angular",
3-
"version": "2.4.9",
3+
"version": "2.4.10",
44
"scripts": {
55
"ng": "ng",
66
"build": "ng build datx-jsonapi-angular && npm run copy-license && npm run copy-readme",
@@ -28,7 +28,7 @@
2828
"@angular/platform-browser-dynamic": "~14.1.2",
2929
"@angular/router": "~14.2.0",
3030
"@datx/core": "2.4.8",
31-
"@datx/jsonapi": "2.4.8",
31+
"@datx/jsonapi": "2.4.10",
3232
"@datx/network": "2.4.8",
3333
"@datx/utils": "2.4.8",
3434
"@types/jest": "^28.1.1",

packages/datx-jsonapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/jsonapi",
3-
"version": "2.4.8",
3+
"version": "2.4.10",
44
"description": "DatX mixin for JSON API support",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)