Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkpaz committed May 31, 2023
1 parent c6418b7 commit d1ba852
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [2.0.0] - 2023-06-02

### Breaking changes

- The `InlineDatePicker` control was renamed to `Calendar`.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Maven:
<dependency>
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-base</artifactId>
<version>1.2.0</version>
<version>2.0.0</version>
</dependency>
```

Expand All @@ -67,7 +67,7 @@ repositories {
}
dependencies {
implementation 'io.github.mkpaz:atlantafx-base:1.2.0'
implementation 'io.github.mkpaz:atlantafx-base:2.0.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-parent</artifactId>
<version>1.2.0</version>
<version>2.0.0</version>
</parent>
<artifactId>atlantafx-base</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Maven:
<dependency>
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-base</artifactId>
<version>1.2.0</version>
<version>2.0.0</version>
</dependency>
```

Expand All @@ -27,7 +27,7 @@ repositories {
}
dependencies {
implementation 'io.github.mkpaz:atlantafx-base:1.2.0'
implementation 'io.github.mkpaz:atlantafx-base:2.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-parent</artifactId>
<packaging>pom</packaging>
<version>1.2.0</version>
<version>2.0.0</version>

<name>AtlantaFX</name>
<description>JavaFX CSS theme collection plus additional controls</description>
Expand Down Expand Up @@ -65,7 +65,7 @@
<app.name>AtlantaFX</app.name>
<!-- DO NOT use ${project.version} as jpackage will fail on
Windows when using '-SNAPSHOT' suffix -->
<app.version>1.2.0</app.version>
<app.version>2.0.0</app.version>

<lib.commons-lang.version>3.12.0</lib.commons-lang.version>
<lib.cssfx.version>11.5.1</lib.cssfx.version>
Expand Down
2 changes: 1 addition & 1 deletion sampler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-parent</artifactId>
<version>1.2.0</version>
<version>2.0.0</version>
</parent>
<artifactId>atlantafx-sampler</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion styles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-parent</artifactId>
<version>1.2.0</version>
<version>2.0.0</version>
</parent>
<artifactId>atlantafx-styles</artifactId>

Expand Down

0 comments on commit d1ba852

Please sign in to comment.