Skip to content

Commit 20e52d3

Browse files
committed
v3.0.0-beta.1
1 parent f3f7afd commit 20e52d3

File tree

11 files changed

+47
-47
lines changed

11 files changed

+47
-47
lines changed

lerna.json

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

packages/datx-codemod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/codemod",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "DatX codemods",
55
"repository": {
66
"type": "git",

packages/datx-jsonapi-angular/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/jsonapi-angular",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"module": "dist/fesm2015/datx-jsonapi-angular.js",
55
"es2015": "dist/fesm2015/datx-jsonapi-angular.js",
66
"esm2015": "dist/esm2015/datx-jsonapi-angular.js",
@@ -51,11 +51,11 @@
5151
"@angular/platform-browser": "~14.2.0",
5252
"@angular/platform-browser-dynamic": "~14.1.2",
5353
"@angular/router": "~14.2.0",
54-
"@datx/core": "3.0.0-beta.0",
55-
"@datx/jsonapi": "3.0.0-beta.0",
56-
"@datx/jsonapi-types": "3.0.0-beta.0",
57-
"@datx/network": "3.0.0-beta.0",
58-
"@datx/utils": "3.0.0-beta.0",
54+
"@datx/core": "3.0.0-beta.1",
55+
"@datx/jsonapi": "3.0.0-beta.1",
56+
"@datx/jsonapi-types": "3.0.0-beta.1",
57+
"@datx/network": "3.0.0-beta.1",
58+
"@datx/utils": "3.0.0-beta.1",
5959
"@types/jest": "^28.1.1",
6060
"@types/node": "^18.7.6",
6161
"jest": "^28.1.1",

packages/datx-jsonapi-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/jsonapi-types",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "DatX JSON:API types",
55
"typings": "dist/index.d.ts",
66
"sideEffects": false,

packages/datx-jsonapi/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/jsonapi",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "DatX mixin for JSON API support",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
@@ -70,8 +70,8 @@
7070
"testMatch": null
7171
},
7272
"dependencies": {
73-
"@datx/core": "3.0.0-beta.0",
74-
"@datx/network": "3.0.0-beta.0",
75-
"@datx/utils": "3.0.0-beta.0"
73+
"@datx/core": "3.0.0-beta.1",
74+
"@datx/network": "3.0.0-beta.1",
75+
"@datx/utils": "3.0.0-beta.1"
7676
}
7777
}

packages/datx-network/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/network",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "DatX network layer",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
@@ -66,7 +66,7 @@
6666
"testMatch": null
6767
},
6868
"dependencies": {
69-
"@datx/core": "3.0.0-beta.0",
70-
"@datx/utils": "3.0.0-beta.0"
69+
"@datx/core": "3.0.0-beta.1",
70+
"@datx/utils": "3.0.0-beta.1"
7171
}
7272
}

packages/datx-swr/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/swr",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "DatX bindings for SWR",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
@@ -35,8 +35,8 @@
3535
"watch": "rollup --config --watch"
3636
},
3737
"dependencies": {
38-
"@datx/core": "3.0.0-beta.0",
39-
"@datx/jsonapi": "3.0.0-beta.0"
38+
"@datx/core": "3.0.0-beta.1",
39+
"@datx/jsonapi": "3.0.0-beta.1"
4040
},
4141
"devDependencies": {
4242
"@rollup/plugin-commonjs": "^22.0.0",

packages/datx-test-data-factory/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/test-data-factory",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "DatX companion lib for generating test data with ease!",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
@@ -24,9 +24,9 @@
2424
"test"
2525
],
2626
"devDependencies": {
27-
"@datx/core": "3.0.0-beta.0",
28-
"@datx/jsonapi": "3.0.0-beta.0",
29-
"@datx/utils": "3.0.0-beta.0",
27+
"@datx/core": "3.0.0-beta.1",
28+
"@datx/jsonapi": "3.0.0-beta.1",
29+
"@datx/utils": "3.0.0-beta.1",
3030
"@rollup/plugin-commonjs": "^22.0.0",
3131
"@rollup/plugin-node-resolve": "^13.3.0",
3232
"@rollup/plugin-typescript": "^8.3.2",

packages/datx-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/utils",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "DatX lib utils for mixins",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

packages/datx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/core",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "An opinionated data store",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
@@ -60,6 +60,6 @@
6060
"testMatch": null
6161
},
6262
"dependencies": {
63-
"@datx/utils": "3.0.0-beta.0"
63+
"@datx/utils": "3.0.0-beta.1"
6464
}
6565
}

yarn.lock

+21-21
Original file line numberDiff line numberDiff line change
@@ -2033,11 +2033,11 @@ __metadata:
20332033
languageName: unknown
20342034
linkType: soft
20352035

2036-
"@datx/[email protected].0, @datx/core@workspace:packages/datx":
2036+
"@datx/[email protected].1, @datx/core@workspace:packages/datx":
20372037
version: 0.0.0-use.local
20382038
resolution: "@datx/core@workspace:packages/datx"
20392039
dependencies:
2040-
"@datx/utils": 3.0.0-beta.0
2040+
"@datx/utils": 3.0.0-beta.1
20412041
"@rollup/plugin-commonjs": ^22.0.0
20422042
"@rollup/plugin-node-resolve": ^13.3.0
20432043
"@rollup/plugin-typescript": ^8.3.2
@@ -2069,11 +2069,11 @@ __metadata:
20692069
"@angular/platform-browser": ~14.2.0
20702070
"@angular/platform-browser-dynamic": ~14.1.2
20712071
"@angular/router": ~14.2.0
2072-
"@datx/core": 3.0.0-beta.0
2073-
"@datx/jsonapi": 3.0.0-beta.0
2074-
"@datx/jsonapi-types": 3.0.0-beta.0
2075-
"@datx/network": 3.0.0-beta.0
2076-
"@datx/utils": 3.0.0-beta.0
2072+
"@datx/core": 3.0.0-beta.1
2073+
"@datx/jsonapi": 3.0.0-beta.1
2074+
"@datx/jsonapi-types": 3.0.0-beta.1
2075+
"@datx/network": 3.0.0-beta.1
2076+
"@datx/utils": 3.0.0-beta.1
20772077
"@types/jest": ^28.1.1
20782078
"@types/node": ^18.7.6
20792079
jest: ^28.1.1
@@ -2092,7 +2092,7 @@ __metadata:
20922092
languageName: unknown
20932093
linkType: soft
20942094

2095-
"@datx/[email protected].0, @datx/jsonapi-types@workspace:packages/datx-jsonapi-types":
2095+
"@datx/[email protected].1, @datx/jsonapi-types@workspace:packages/datx-jsonapi-types":
20962096
version: 0.0.0-use.local
20972097
resolution: "@datx/jsonapi-types@workspace:packages/datx-jsonapi-types"
20982098
dependencies:
@@ -2113,13 +2113,13 @@ __metadata:
21132113
languageName: unknown
21142114
linkType: soft
21152115

2116-
"@datx/[email protected].0, @datx/jsonapi@workspace:packages/datx-jsonapi":
2116+
"@datx/[email protected].1, @datx/jsonapi@workspace:packages/datx-jsonapi":
21172117
version: 0.0.0-use.local
21182118
resolution: "@datx/jsonapi@workspace:packages/datx-jsonapi"
21192119
dependencies:
2120-
"@datx/core": 3.0.0-beta.0
2121-
"@datx/network": 3.0.0-beta.0
2122-
"@datx/utils": 3.0.0-beta.0
2120+
"@datx/core": 3.0.0-beta.1
2121+
"@datx/network": 3.0.0-beta.1
2122+
"@datx/utils": 3.0.0-beta.1
21232123
"@rollup/plugin-commonjs": ^22.0.0
21242124
"@rollup/plugin-node-resolve": ^13.3.0
21252125
"@rollup/plugin-typescript": ^8.3.2
@@ -2141,12 +2141,12 @@ __metadata:
21412141
languageName: unknown
21422142
linkType: soft
21432143

2144-
"@datx/[email protected].0, @datx/network@workspace:packages/datx-network":
2144+
"@datx/[email protected].1, @datx/network@workspace:packages/datx-network":
21452145
version: 0.0.0-use.local
21462146
resolution: "@datx/network@workspace:packages/datx-network"
21472147
dependencies:
2148-
"@datx/core": 3.0.0-beta.0
2149-
"@datx/utils": 3.0.0-beta.0
2148+
"@datx/core": 3.0.0-beta.1
2149+
"@datx/utils": 3.0.0-beta.1
21502150
"@rollup/plugin-commonjs": ^22.0.0
21512151
"@rollup/plugin-node-resolve": ^13.3.0
21522152
"@rollup/plugin-typescript": ^8.3.2
@@ -2169,8 +2169,8 @@ __metadata:
21692169
version: 0.0.0-use.local
21702170
resolution: "@datx/swr@workspace:packages/datx-swr"
21712171
dependencies:
2172-
"@datx/core": 3.0.0-beta.0
2173-
"@datx/jsonapi": 3.0.0-beta.0
2172+
"@datx/core": 3.0.0-beta.1
2173+
"@datx/jsonapi": 3.0.0-beta.1
21742174
"@rollup/plugin-commonjs": ^22.0.0
21752175
"@rollup/plugin-node-resolve": ^13.3.0
21762176
"@rollup/plugin-typescript": ^8.3.2
@@ -2206,9 +2206,9 @@ __metadata:
22062206
version: 0.0.0-use.local
22072207
resolution: "@datx/test-data-factory@workspace:packages/datx-test-data-factory"
22082208
dependencies:
2209-
"@datx/core": 3.0.0-beta.0
2210-
"@datx/jsonapi": 3.0.0-beta.0
2211-
"@datx/utils": 3.0.0-beta.0
2209+
"@datx/core": 3.0.0-beta.1
2210+
"@datx/jsonapi": 3.0.0-beta.1
2211+
"@datx/utils": 3.0.0-beta.1
22122212
"@rollup/plugin-commonjs": ^22.0.0
22132213
"@rollup/plugin-node-resolve": ^13.3.0
22142214
"@rollup/plugin-typescript": ^8.3.2
@@ -2230,7 +2230,7 @@ __metadata:
22302230
languageName: unknown
22312231
linkType: soft
22322232

2233-
"@datx/[email protected].0, @datx/utils@workspace:packages/datx-utils":
2233+
"@datx/[email protected].1, @datx/utils@workspace:packages/datx-utils":
22342234
version: 0.0.0-use.local
22352235
resolution: "@datx/utils@workspace:packages/datx-utils"
22362236
dependencies:

0 commit comments

Comments
 (0)