Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkoKukovec committed Jun 29, 2023
1 parent fb3f9b8 commit 91f0f70
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lerna": "6.6.1",
"packages": ["packages/*"],
"version": "3.0.0-beta.3",
"version": "3.0.0",
"npmClient": "yarn",
"useWorkspaces": true,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/datx-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/codemod",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"description": "DatX codemods",
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions packages/datx-jsonapi-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/jsonapi-angular",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"module": "dist/fesm2015/datx-jsonapi-angular.js",
"es2015": "dist/fesm2015/datx-jsonapi-angular.js",
"esm2015": "dist/esm2015/datx-jsonapi-angular.js",
Expand Down Expand Up @@ -33,11 +33,11 @@
"test:watch": "jest --watch --coverage"
},
"dependencies": {
"@datx/core": "3.0.0-beta.1",
"@datx/jsonapi": "3.0.0-beta.1",
"@datx/jsonapi-types": "3.0.0-beta.1",
"@datx/network": "3.0.0-beta.1",
"@datx/utils": "3.0.0-beta.1"
"@datx/core": "3.0.0",
"@datx/jsonapi": "3.0.0",
"@datx/jsonapi-types": "3.0.0",
"@datx/network": "3.0.0",
"@datx/utils": "3.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/datx-jsonapi-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/jsonapi-types",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"description": "DatX JSON:API types",
"typings": "dist/index.d.ts",
"sideEffects": false,
Expand Down
8 changes: 4 additions & 4 deletions packages/datx-jsonapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/jsonapi",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"description": "DatX mixin for JSON API support",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -70,8 +70,8 @@
"testMatch": null
},
"dependencies": {
"@datx/core": "3.0.0-beta.1",
"@datx/network": "3.0.0-beta.1",
"@datx/utils": "3.0.0-beta.1"
"@datx/core": "3.0.0",
"@datx/network": "3.0.0",
"@datx/utils": "3.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/datx-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/network",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"description": "DatX network layer",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -66,7 +66,7 @@
"testMatch": null
},
"dependencies": {
"@datx/core": "3.0.0-beta.1",
"@datx/utils": "3.0.0-beta.1"
"@datx/core": "3.0.0",
"@datx/utils": "3.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/datx-swr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/swr",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"description": "DatX bindings for SWR",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
"watch": "rollup --config --watch"
},
"dependencies": {
"@datx/core": "3.0.0-beta.1",
"@datx/jsonapi": "3.0.0-beta.1"
"@datx/core": "3.0.0",
"@datx/jsonapi": "3.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/datx-test-data-factory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/test-data-factory",
"version": "3.0.0-beta.2",
"version": "3.0.0",
"description": "DatX companion lib for generating test data with ease!",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -40,9 +40,9 @@
"typescript": "~4.7.3"
},
"dependencies": {
"@datx/core": "3.0.0-beta.1",
"@datx/jsonapi": "3.0.0-beta.1",
"@datx/utils": "3.0.0-beta.1"
"@datx/core": "3.0.0",
"@datx/jsonapi": "3.0.0",
"@datx/utils": "3.0.0"
},
"scripts": {
"test": "jest --coverage",
Expand Down
2 changes: 1 addition & 1 deletion packages/datx-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/utils",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"description": "DatX lib utils for mixins",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/datx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/core",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"description": "An opinionated data store",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -60,6 +60,6 @@
"testMatch": null
},
"dependencies": {
"@datx/utils": "3.0.0-beta.1"
"@datx/utils": "3.0.0"
}
}
42 changes: 21 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2033,11 +2033,11 @@ __metadata:
languageName: unknown
linkType: soft

"@datx/core@3.0.0-beta.1, @datx/core@workspace:packages/datx":
"@datx/core@3.0.0, @datx/core@workspace:packages/datx":
version: 0.0.0-use.local
resolution: "@datx/core@workspace:packages/datx"
dependencies:
"@datx/utils": 3.0.0-beta.1
"@datx/utils": 3.0.0
"@rollup/plugin-commonjs": ^22.0.0
"@rollup/plugin-node-resolve": ^13.3.0
"@rollup/plugin-typescript": ^8.3.2
Expand Down Expand Up @@ -2069,11 +2069,11 @@ __metadata:
"@angular/platform-browser": ~14.2.0
"@angular/platform-browser-dynamic": ~14.1.2
"@angular/router": ~14.2.0
"@datx/core": 3.0.0-beta.1
"@datx/jsonapi": 3.0.0-beta.1
"@datx/jsonapi-types": 3.0.0-beta.1
"@datx/network": 3.0.0-beta.1
"@datx/utils": 3.0.0-beta.1
"@datx/core": 3.0.0
"@datx/jsonapi": 3.0.0
"@datx/jsonapi-types": 3.0.0
"@datx/network": 3.0.0
"@datx/utils": 3.0.0
"@types/jest": ^28.1.1
"@types/node": ^18.7.6
jest: ^28.1.1
Expand All @@ -2086,7 +2086,7 @@ __metadata:
languageName: unknown
linkType: soft

"@datx/jsonapi-types@3.0.0-beta.1, @datx/jsonapi-types@workspace:packages/datx-jsonapi-types":
"@datx/jsonapi-types@3.0.0, @datx/jsonapi-types@workspace:packages/datx-jsonapi-types":
version: 0.0.0-use.local
resolution: "@datx/jsonapi-types@workspace:packages/datx-jsonapi-types"
dependencies:
Expand All @@ -2107,13 +2107,13 @@ __metadata:
languageName: unknown
linkType: soft

"@datx/jsonapi@3.0.0-beta.1, @datx/jsonapi@workspace:packages/datx-jsonapi":
"@datx/jsonapi@3.0.0, @datx/jsonapi@workspace:packages/datx-jsonapi":
version: 0.0.0-use.local
resolution: "@datx/jsonapi@workspace:packages/datx-jsonapi"
dependencies:
"@datx/core": 3.0.0-beta.1
"@datx/network": 3.0.0-beta.1
"@datx/utils": 3.0.0-beta.1
"@datx/core": 3.0.0
"@datx/network": 3.0.0
"@datx/utils": 3.0.0
"@rollup/plugin-commonjs": ^22.0.0
"@rollup/plugin-node-resolve": ^13.3.0
"@rollup/plugin-typescript": ^8.3.2
Expand All @@ -2135,12 +2135,12 @@ __metadata:
languageName: unknown
linkType: soft

"@datx/network@3.0.0-beta.1, @datx/network@workspace:packages/datx-network":
"@datx/network@3.0.0, @datx/network@workspace:packages/datx-network":
version: 0.0.0-use.local
resolution: "@datx/network@workspace:packages/datx-network"
dependencies:
"@datx/core": 3.0.0-beta.1
"@datx/utils": 3.0.0-beta.1
"@datx/core": 3.0.0
"@datx/utils": 3.0.0
"@rollup/plugin-commonjs": ^22.0.0
"@rollup/plugin-node-resolve": ^13.3.0
"@rollup/plugin-typescript": ^8.3.2
Expand All @@ -2163,8 +2163,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datx/swr@workspace:packages/datx-swr"
dependencies:
"@datx/core": 3.0.0-beta.1
"@datx/jsonapi": 3.0.0-beta.1
"@datx/core": 3.0.0
"@datx/jsonapi": 3.0.0
"@rollup/plugin-commonjs": ^22.0.0
"@rollup/plugin-node-resolve": ^13.3.0
"@rollup/plugin-typescript": ^8.3.2
Expand Down Expand Up @@ -2200,9 +2200,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datx/test-data-factory@workspace:packages/datx-test-data-factory"
dependencies:
"@datx/core": 3.0.0-beta.1
"@datx/jsonapi": 3.0.0-beta.1
"@datx/utils": 3.0.0-beta.1
"@datx/core": 3.0.0
"@datx/jsonapi": 3.0.0
"@datx/utils": 3.0.0
"@rollup/plugin-commonjs": ^22.0.0
"@rollup/plugin-node-resolve": ^13.3.0
"@rollup/plugin-typescript": ^8.3.2
Expand All @@ -2220,7 +2220,7 @@ __metadata:
languageName: unknown
linkType: soft

"@datx/utils@3.0.0-beta.1, @datx/utils@workspace:packages/datx-utils":
"@datx/utils@3.0.0, @datx/utils@workspace:packages/datx-utils":
version: 0.0.0-use.local
resolution: "@datx/utils@workspace:packages/datx-utils"
dependencies:
Expand Down

0 comments on commit 91f0f70

Please sign in to comment.