Skip to content

Commit

Permalink
release version: 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wilmveel committed Jan 22, 2024
1 parent bd76ab1 commit 81285d1
Show file tree
Hide file tree
Showing 36 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion eco-application/eco-application-example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions eco-application/eco-application-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flock-community/flock-eco-application-example",
"version": "2.8.0",
"version": "2.8.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -10,12 +10,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"@flock-community/flock-eco-feature-member": "^2.8.0",
"@flock-community/flock-eco-feature-user": "^2.8.0",
"@flock-community/flock-eco-feature-workspace": "^2.8.0"
"@flock-community/flock-eco-feature-member": "^2.8.1",
"@flock-community/flock-eco-feature-user": "^2.8.1",
"@flock-community/flock-eco-feature-workspace": "^2.8.1"
},
"devDependencies": {
"@flock-community/flock-eco-webpack": "^2.8.0",
"@flock-community/flock-eco-webpack": "^2.8.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.11.0"
Expand Down
2 changes: 1 addition & 1 deletion eco-application/eco-application-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>flock-eco-application-parent</artifactId>
<groupId>community.flock.flock-eco</groupId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>flock-eco-application-example</artifactId>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions eco-application/eco-application-multi_tenant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flock-community/flock-eco-application-multi_tenant",
"version": "2.8.0",
"version": "2.8.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -10,11 +10,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"@flock-community/flock-eco-feature-member": "^2.8.0",
"@flock-community/flock-eco-feature-user": "^2.8.0"
"@flock-community/flock-eco-feature-member": "^2.8.1",
"@flock-community/flock-eco-feature-user": "^2.8.1"
},
"devDependencies": {
"@flock-community/flock-eco-webpack": "^2.8.0",
"@flock-community/flock-eco-webpack": "^2.8.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.11.0"
Expand Down
2 changes: 1 addition & 1 deletion eco-application/eco-application-multi_tenant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>flock-eco-application-parent</artifactId>
<groupId>community.flock.flock-eco</groupId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>flock-eco-application-multi_tenant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eco-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>flock-eco-parent</artifactId>
<groupId>community.flock.flock-eco</groupId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eco-cloud/eco-cloud-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>flock-eco-cloud-parent</artifactId>
<groupId>community.flock.flock-eco</groupId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>flock-eco-cloud-aws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eco-cloud/eco-cloud-azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>flock-eco-cloud-parent</artifactId>
<groupId>community.flock.flock-eco</groupId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>flock-eco-cloud-azure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eco-cloud/eco-cloud-gcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>flock-eco-cloud-parent</artifactId>
<groupId>community.flock.flock-eco</groupId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>flock-eco-cloud-gcp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eco-cloud/eco-cloud-stub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>flock-eco-cloud-parent</artifactId>
<groupId>community.flock.flock-eco</groupId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>flock-eco-cloud-stub</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eco-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>flock-eco-parent</artifactId>
<groupId>community.flock.flock-eco</groupId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eco-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion eco-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flock-community/flock-eco-core",
"version": "2.8.0",
"version": "2.8.1",
"main": "src/main/react/index.ts",
"module": "src/main/react/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion eco-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>community.flock.flock-eco</groupId>
<artifactId>flock-eco-parent</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>flock-eco-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eco-feature/eco-feature-mailchimp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flock-community/flock-eco-feature-mailchimp",
"version": "2.8.0",
"version": "2.8.1",
"scripts": {
"compile": "tsc"
},
Expand Down
2 changes: 1 addition & 1 deletion eco-feature/eco-feature-mailchimp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>community.flock.flock-eco</groupId>
<artifactId>flock-eco-feature-parent</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>flock-eco-feature-mailchimp</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions eco-feature/eco-feature-member/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@flock-community/flock-eco-feature-member",
"version": "2.8.0",
"version": "2.8.1",
"main": "./src/main/react",
"dependencies": {
"@flock-community/flock-eco-core": "^2.8.0"
"@flock-community/flock-eco-core": "^2.8.1"
},
"scripts": {
"compile": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion eco-feature/eco-feature-member/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>community.flock.flock-eco</groupId>
<artifactId>flock-eco-feature-parent</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>flock-eco-feature-member</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eco-feature/eco-feature-multi_tenant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>community.flock.flock-eco</groupId>
<artifactId>flock-eco-feature-parent</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>flock-eco-feature-multi_tenant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eco-feature/eco-feature-payment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flock-community/flock-eco-feature-payment",
"version": "2.8.0",
"version": "2.8.1",
"scripts": {
"compile": "tsc"
},
Expand Down
2 changes: 1 addition & 1 deletion eco-feature/eco-feature-payment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>community.flock.flock-eco</groupId>
<artifactId>flock-eco-feature-parent</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>flock-eco-feature-payment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eco-feature/eco-feature-session/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>community.flock.flock-eco</groupId>
<artifactId>flock-eco-feature-parent</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>flock-eco-feature-session</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions eco-feature/eco-feature-user/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@flock-community/flock-eco-feature-user",
"version": "2.8.0",
"version": "2.8.1",
"main": "./src/main/react",
"dependencies": {
"@flock-community/flock-eco-core": "^2.8.0"
"@flock-community/flock-eco-core": "^2.8.1"
},
"scripts": {
"compile": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion eco-feature/eco-feature-user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>community.flock.flock-eco</groupId>
<artifactId>flock-eco-feature-parent</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>flock-eco-feature-user</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eco-feature/eco-feature-workspace/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions eco-feature/eco-feature-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@flock-community/flock-eco-feature-workspace",
"version": "2.8.0",
"version": "2.8.1",
"dependencies": {
"@flock-community/flock-eco-core": "^2.8.0"
"@flock-community/flock-eco-core": "^2.8.1"
},
"devDependencies": {
"@flock/graphql-simple-bindings": "^1.0.8",
Expand Down
2 changes: 1 addition & 1 deletion eco-feature/eco-feature-workspace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>community.flock.flock-eco</groupId>
<artifactId>flock-eco-feature-parent</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>flock-eco-feature-workspace</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eco-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>community.flock.flock-eco</groupId>
<artifactId>flock-eco-parent</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>flock-eco-feature-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eco-iso/eco-iso-country/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>community.flock.flock-eco</groupId>
<artifactId>flock-eco-iso</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>flock-eco-iso-country</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eco-iso/eco-iso-language/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>community.flock.flock-eco</groupId>
<artifactId>flock-eco-iso</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>flock-eco-iso-language</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eco-iso/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>community.flock.flock-eco</groupId>
<artifactId>flock-eco-parent</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>flock-eco-iso</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eco-webpack/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion eco-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flock-community/flock-eco-webpack",
"version": "2.8.0",
"version": "2.8.1",
"main": "./webpack.config.js",
"dependencies": {
"@babel/core": "^7.12.10",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"eco-application",
"eco-application/*"
],
"version": "2.8.0"
"version": "2.8.1"
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>community.flock.flock-eco</groupId>
<artifactId>flock-eco-parent</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
<packaging>pom</packaging>

<name>Flock. eco</name>
Expand Down

0 comments on commit 81285d1

Please sign in to comment.