Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to 2.2-SNAPSHOT #113

Merged
merged 7 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<name>SSO Kit</name>

<artifactId>sso-kit</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
<packaging>pom</packaging>

<licenses>
Expand All @@ -32,8 +32,8 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<flow.version>24.1-SNAPSHOT</flow.version>
<hilla.version>2.1-SNAPSHOT</hilla.version>
<flow.version>24.2-SNAPSHOT</flow.version>
<hilla.version>2.2-SNAPSHOT</hilla.version>
<spring.boot.version>3.1.2</spring.boot.version>
<maven.jar.version>3.3.0</maven.jar.version>
<maven.source.version>3.2.1</maven.source.version>
Expand Down
2 changes: 1 addition & 1 deletion sso-kit-client/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"npmClient": "npm",
"useWorkspaces": true,
"useNx": true,
"version": "2.1.0"
"version": "2.2.0"
}
2 changes: 1 addition & 1 deletion sso-kit-client/lit/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ window.Vaadin = window.Vaadin || {};
window.Vaadin.registrations = window.Vaadin.registrations || [];
window.Vaadin.registrations.push({
is: "@hilla/sso-kit-client-lit",
version: /* updated-by-script */ "2.1.0",
version: "2.2.0",
});

window.Vaadin.SingleSignOnData = window.Vaadin.SingleSignOnData || {
Expand Down
2 changes: 1 addition & 1 deletion sso-kit-client/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ window.Vaadin = window.Vaadin || {};
window.Vaadin.registrations = window.Vaadin.registrations || [];
window.Vaadin.registrations.push({
is: "@hilla/sso-kit-client-react",
version: /* updated-by-script */ "2.1.0",
version: "2.2.0",
});
2 changes: 1 addition & 1 deletion sso-kit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>sso-kit</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>

<name>SSO Kit Core</name>
Expand Down
2 changes: 1 addition & 1 deletion sso-kit-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>sso-kit</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>

<name>SSO Kit Demo</name>
Expand Down
2 changes: 1 addition & 1 deletion sso-kit-keycloak/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>sso-kit</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>

<artifactId>sso-kit-keycloak</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sso-kit-keycloak/sso-kit-keycloak-lumo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>sso-kit-keycloak</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>

<name>SSO Kit Lumo Theme for Keycloak</name>
Expand Down
2 changes: 1 addition & 1 deletion sso-kit-starter-hilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>sso-kit</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>

<name>SSO Kit Starter for Hilla</name>
Expand Down
2 changes: 1 addition & 1 deletion sso-kit-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>sso-kit</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.2-SNAPSHOT</version>
</parent>

<name>SSO Kit Starter for Flow</name>
Expand Down