Skip to content

Commit

Permalink
Updating composer dependency and npm versions for release of 8.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Jan 2, 2023
1 parent a508535 commit 8fc8b4b
Show file tree
Hide file tree
Showing 43 changed files with 86 additions and 281 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
28 changes: 28 additions & 0 deletions .yarn/versions/57299ffb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
undecided:
- root-workspace-0b6124
- "@neos-project/babel-preset-neos-ui"
- "@neos-project/build-essentials"
- "@neos-project/debug-reason-for-rendering"
- "@neos-project/jest-preset-neos-ui"
- "@neos-project/neos-ts-interfaces"
- "@neos-project/neos-ui"
- "@neos-project/neos-ui-backend-connector"
- "@neos-project/neos-ui-ckeditor5-bindings"
- "@neos-project/neos-ui-constants"
- "@neos-project/neos-ui-containers"
- "@neos-project/neos-ui-contentrepository"
- "@neos-project/neos-ui-decorators"
- "@neos-project/neos-ui-editors"
- "@neos-project/neos-ui-extensibility"
- "@neos-project/neos-ui-guest-frame"
- "@neos-project/neos-ui-i18n"
- "@neos-project/neos-ui-inspector"
- "@neos-project/neos-ui-redux-store"
- "@neos-project/neos-ui-sagas"
- "@neos-project/neos-ui-validators"
- "@neos-project/neos-ui-views"
- "@neos-project/positional-array-sorter"
- "@neos-project/react-proptypes"
- "@neos-project/react-ui-components"
- "@neos-project/utils-helpers"
- "@neos-project/utils-logger"
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bugs": "https://github.com/neos/neos-ui/issues",
"homepage": "https://github.com/neos/neos-ui/blob/master/README.md",
"license": "GNU GPLv3",
"version": "8.2.2-beta1",
"version": "8.2.3",
"private": true,
"resolutions": {
"moment": "^2.20.1",
Expand Down Expand Up @@ -43,6 +43,5 @@
"workspaces": [
"packages/*"
],
"packageManager": "[email protected]",
"stableVersion": "8.2.2"
"packageManager": "[email protected]"
}
5 changes: 2 additions & 3 deletions packages/babel-preset-neos-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/babel-preset-neos-ui",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "The babel preset for all packages of the neos-ui mono-repo.",
"main": "./src/index.js",
"private": true,
Expand Down Expand Up @@ -33,6 +33,5 @@
"@babel/preset-react": "^7.0.0",
"babel-plugin-webpack-alias": "^2.1.2"
},
"license": "GNU GPLv3",
"stableVersion": "8.2.2"
"license": "GNU GPLv3"
}
5 changes: 2 additions & 3 deletions packages/build-essentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/build-essentials",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "Dependencies for building @neos-project packages",
"repository": "neos/neos-ui",
"bugs": "https://github.com/neos/neos-ui/issues",
Expand Down Expand Up @@ -61,6 +61,5 @@
"webpack": "^4.41.5",
"webpack-livereload-plugin": "^2.2.0"
},
"license": "GNU GPLv3",
"stableVersion": "8.2.2"
"license": "GNU GPLv3"
}
5 changes: 2 additions & 3 deletions packages/debug-reason-for-rendering/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/debug-reason-for-rendering",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "React Performance Optimization Utility - Why does a component re-render?",
"repository": "neos/neos-ui",
"bugs": "https://github.com/neos/neos-ui/issues",
Expand All @@ -12,6 +12,5 @@
},
"peerDependencies": {
"react": "^16.12.0"
},
"stableVersion": "8.2.2"
}
}
5 changes: 2 additions & 3 deletions packages/jest-preset-neos-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/jest-preset-neos-ui",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "The jest preset for all packages of the neos-ui mono-repo.",
"main": "jest-preset.json",
"private": true,
Expand All @@ -17,6 +17,5 @@
"peerDependencies": {
"enzyme": "^3.8.0"
},
"license": "GNU GPLv3",
"stableVersion": "8.2.2"
"license": "GNU GPLv3"
}
5 changes: 2 additions & 3 deletions packages/neos-ts-interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/neos-ts-interfaces",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "Neos domain-related TypeScript interfaces",
"private": true,
"main": "src/index.ts",
Expand All @@ -19,6 +19,5 @@
"license": "GNU GPLv3",
"jest": {
"preset": "@neos-project/jest-preset-neos-ui"
},
"stableVersion": "8.2.2"
}
}
5 changes: 2 additions & 3 deletions packages/neos-ui-backend-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/neos-ui-backend-connector",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "Endoints and fetch cals to the Neos CMS backend",
"private": true,
"main": "./src/index.ts",
Expand All @@ -25,6 +25,5 @@
"license": "GNU GPLv3",
"jest": {
"preset": "@neos-project/jest-preset-neos-ui"
},
"stableVersion": "8.2.2"
}
}
5 changes: 2 additions & 3 deletions packages/neos-ui-ckeditor5-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/neos-ui-ckeditor5-bindings",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "Prepare CKEditor5 for the Neos CMS UI",
"private": true,
"main": "./src/manifest.js",
Expand Down Expand Up @@ -38,6 +38,5 @@
"react": "^16.12.0",
"react-redux": "^7.1.3"
},
"license": "GNU GPLv3",
"stableVersion": "8.2.2"
"license": "GNU GPLv3"
}
5 changes: 2 additions & 3 deletions packages/neos-ui-constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/neos-ui-constants",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "Container package to store Neos CMS UI constants",
"private": true,
"main": "./src/index.js",
Expand All @@ -14,6 +14,5 @@
"@neos-project/jest-preset-neos-ui": "workspace:*",
"typescript": "^4.6.4"
},
"license": "GNU GPLv3",
"stableVersion": "8.2.2"
"license": "GNU GPLv3"
}
5 changes: 2 additions & 3 deletions packages/neos-ui-containers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/neos-ui-containers",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "Smart components for Neos CMS UI.",
"private": true,
"main": "./src/index.js",
Expand Down Expand Up @@ -29,6 +29,5 @@
"license": "GNU GPLv3",
"jest": {
"preset": "@neos-project/jest-preset-neos-ui"
},
"stableVersion": "8.2.2"
}
}
5 changes: 2 additions & 3 deletions packages/neos-ui-contentrepository/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/neos-ui-contentrepository",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "Bindings for the Neos ContentRepository",
"private": true,
"main": "./src/manifest.js",
Expand Down Expand Up @@ -31,6 +31,5 @@
"setupFiles": [
"../jest-preset-neos-ui/src/setupNeosUiHostEnv.js"
]
},
"stableVersion": "8.2.2"
}
}
5 changes: 2 additions & 3 deletions packages/neos-ui-decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/neos-ui-decorators",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "Decorators for Neos CMS UI.",
"private": true,
"main": "./src/index.ts",
Expand Down Expand Up @@ -28,6 +28,5 @@
"license": "GNU GPLv3",
"jest": {
"preset": "@neos-project/jest-preset-neos-ui"
},
"stableVersion": "8.2.2"
}
}
5 changes: 2 additions & 3 deletions packages/neos-ui-editors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/neos-ui-editors",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "Neos CMS UI Editors for use in the inspector.",
"main": "src/manifest.js",
"private": true,
Expand Down Expand Up @@ -54,6 +54,5 @@
"license": "GNU GPLv3",
"jest": {
"preset": "@neos-project/jest-preset-neos-ui"
},
"stableVersion": "8.2.2"
}
}
5 changes: 2 additions & 3 deletions packages/neos-ui-extensibility/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/neos-ui-extensibility",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "Extensibility mechanisms for the Neos CMS UI",
"repository": "neos/neos-ui",
"bugs": "https://github.com/neos/neos-ui/issues",
Expand Down Expand Up @@ -39,6 +39,5 @@
},
"jest": {
"preset": "@neos-project/jest-preset-neos-ui"
},
"stableVersion": "8.2.2"
}
}
5 changes: 2 additions & 3 deletions packages/neos-ui-guest-frame/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/neos-ui-guest-frame",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "Guest frame initialization bindings",
"private": true,
"main": "./src/manifest.js",
Expand Down Expand Up @@ -41,6 +41,5 @@
"license": "GNU GPLv3",
"jest": {
"preset": "@neos-project/jest-preset-neos-ui"
},
"stableVersion": "8.2.2"
}
}
5 changes: 2 additions & 3 deletions packages/neos-ui-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/neos-ui-i18n",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "I18n utilities and components for Neos CMS UI.",
"private": true,
"main": "./src/index.tsx",
Expand Down Expand Up @@ -30,6 +30,5 @@
"license": "GNU GPLv3",
"jest": {
"preset": "@neos-project/jest-preset-neos-ui"
},
"stableVersion": "8.2.2"
}
}
5 changes: 2 additions & 3 deletions packages/neos-ui-inspector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/neos-ui-inspector",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "Components for integrating views and editors into the Neos CMS UI inspector.",
"private": true,
"main": "./src/index.js",
Expand Down Expand Up @@ -32,6 +32,5 @@
"license": "GNU GPLv3",
"jest": {
"preset": "@neos-project/jest-preset-neos-ui"
},
"stableVersion": "8.2.2"
}
}
5 changes: 2 additions & 3 deletions packages/neos-ui-redux-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/neos-ui-redux-store",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "Redux store implementation for the Neos CMS UI",
"private": true,
"main": "./src/index.ts",
Expand Down Expand Up @@ -32,6 +32,5 @@
"license": "GNU GPLv3",
"jest": {
"preset": "@neos-project/jest-preset-neos-ui"
},
"stableVersion": "8.2.2"
}
}
5 changes: 2 additions & 3 deletions packages/neos-ui-sagas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/neos-ui-sagas",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "Redux Sagas implementation for the Neos CMS UI",
"private": true,
"main": "src/index.js",
Expand Down Expand Up @@ -31,6 +31,5 @@
"license": "GNU GPLv3",
"jest": {
"preset": "@neos-project/jest-preset-neos-ui"
},
"stableVersion": "8.2.2"
}
}
5 changes: 2 additions & 3 deletions packages/neos-ui-validators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/neos-ui-validators",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "Validators for Neos CMS UI.",
"private": true,
"main": "./src/index.ts",
Expand Down Expand Up @@ -31,6 +31,5 @@
"license": "GNU GPLv3",
"jest": {
"preset": "@neos-project/jest-preset-neos-ui"
},
"stableVersion": "8.2.2"
}
}
5 changes: 2 additions & 3 deletions packages/neos-ui-views/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/neos-ui-views",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "Neos CMS UI Views for use in the inspector.",
"main": "./src/index.js",
"private": true,
Expand Down Expand Up @@ -39,6 +39,5 @@
"license": "GNU GPLv3",
"jest": {
"preset": "@neos-project/jest-preset-neos-ui"
},
"stableVersion": "8.2.2"
}
}
5 changes: 2 additions & 3 deletions packages/neos-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/neos-ui",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "Neos CMS UI written in ReactJS and a ton of other fun technology.",
"private": true,
"scripts": {
Expand Down Expand Up @@ -74,6 +74,5 @@
"license": "GNU GPLv3",
"jest": {
"preset": "@neos-project/jest-preset-neos-ui"
},
"stableVersion": "8.2.2"
}
}
5 changes: 2 additions & 3 deletions packages/positional-array-sorter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neos-project/positional-array-sorter",
"version": "8.2.2-beta1",
"version": "8.2.3",
"description": "Flexible array sorter that sorts an array according to a 'position' meta data.",
"repository": "neos/neos-ui",
"bugs": "https://github.com/neos/neos-ui/issues",
Expand All @@ -23,6 +23,5 @@
},
"jest": {
"preset": "@neos-project/jest-preset-neos-ui"
},
"stableVersion": "8.2.2"
}
}
Loading

0 comments on commit 8fc8b4b

Please sign in to comment.