From 094f1572f1187ed391c2ca6add3cfa3ed5ed976f Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Thu, 4 May 2023 15:12:35 +0200 Subject: [PATCH] release: finalize v1.3.0 ref: CPLP-2630 --- DEPENDENCIES | 8 ++++---- cx-portal-shared-components/package.json | 2 +- cx-portal/package.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index 0a12847bb..ac48bcea3 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -113,11 +113,11 @@ yarn licenses v1.5.1 │ │ ├─ URL: https://github.com/facebook/watchman │ │ ├─ VendorName: Wez Furlong │ │ └─ VendorUrl: https://facebook.github.io/watchman/docs/bser.html -│ ├─ cx-portal-shared-components@1.3.0-RC4 +│ ├─ cx-portal-shared-components@1.3.0 │ │ ├─ URL: https://github.com/eclipse-tractusx/portal-frontend.git │ │ ├─ VendorName: Catena-X Contributors │ │ └─ VendorUrl: https://catena-x.net/ -│ ├─ cx-portal@1.3.0-RC4 +│ ├─ cx-portal@1.3.0 │ ├─ didyoumean@1.2.2 │ │ ├─ URL: https://github.com/dcporter/didyoumean.js.git │ │ ├─ VendorName: Dave Porter @@ -202,7 +202,7 @@ yarn licenses v1.5.1 │ │ ├─ URL: git://github.com/faye/websocket-extensions-node.git │ │ ├─ VendorName: James Coglan │ │ └─ VendorUrl: http://github.com/faye/websocket-extensions-node -│ ├─ workspace-aggregator-89508252-5736-478f-803c-a194264f9a0e@1.3.0-RC4 +│ ├─ workspace-aggregator-bf1d01b2-4a9f-4f97-9dab-74eb1c7a1a7b@1.3.0 │ └─ xml-name-validator@3.0.0 │ ├─ URL: https://github.com/jsdom/xml-name-validator.git │ ├─ VendorName: Domenic Denicola @@ -6943,4 +6943,4 @@ yarn licenses v1.5.1 ├─ URL: https://github.com/pieroxy/lz-string.git ├─ VendorName: pieroxy └─ VendorUrl: http://pieroxy.net/blog/pages/lz-string/index.html -Done in 2.28s. +Done in 2.21s. diff --git a/cx-portal-shared-components/package.json b/cx-portal-shared-components/package.json index 7c7b43d26..672e2bdee 100644 --- a/cx-portal-shared-components/package.json +++ b/cx-portal-shared-components/package.json @@ -1,6 +1,6 @@ { "name": "cx-portal-shared-components", - "version": "1.3.0-RC4", + "version": "1.3.0", "main": "./dist/index.js", "module": "./dist/index.es.js", "license": "Apache-2.0", diff --git a/cx-portal/package.json b/cx-portal/package.json index aeedc739a..0dde7b761 100644 --- a/cx-portal/package.json +++ b/cx-portal/package.json @@ -1,6 +1,6 @@ { "name": "cx-portal", - "version": "1.3.0-RC4", + "version": "1.3.0", "license": "Apache-2.0", "scripts": { "start": "react-scripts start", @@ -27,7 +27,7 @@ "@types/react-redux": "^7.1.22", "axios": "^0.26.0", "cross-env": "5.0.5", - "cx-portal-shared-components": "1.3.0-RC4", + "cx-portal-shared-components": "1.3.0", "dayjs": "^1.11.4", "i18next": "^21.6.12", "i18next-browser-languagedetector": "^6.1.3", diff --git a/package.json b/package.json index 6e8b3c2a2..061079c3e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "v1.3.0-RC4", + "version": "v1.3.0", "license": "Apache-2.0", "private": true, "workspaces": [