Skip to content

Commit

Permalink
Merge pull request #20 from refinedmods/release/0.2.1
Browse files Browse the repository at this point in the history
Release v0.2.1
  • Loading branch information
raoulvdberge authored Jul 10, 2024
2 parents e342926 + 4065481 commit b51e4a1
Show file tree
Hide file tree
Showing 20 changed files with 168 additions and 110 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [ opened, synchronize, reopened ]
jobs:
build:
uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.15.2
uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.16.4
with:
mutation-testing: false
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: string
jobs:
draft:
uses: refinedmods/refinedarchitect/.github/workflows/draft-release.yml@v0.15.2
uses: refinedmods/refinedarchitect/.github/workflows/draft-release.yml@v0.16.4
with:
release-type: ${{ inputs.release-type }}
version-number-override: ${{ inputs.version-number-override }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-for-unsupported-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
types: [ labeled, unlabeled, reopened ]
jobs:
unsupported-labeler:
uses: refinedmods/refinedarchitect/.github/workflows/issue-for-unsupported-version.yml@v0.15.2
uses: refinedmods/refinedarchitect/.github/workflows/issue-for-unsupported-version.yml@v0.16.4
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- closed
jobs:
publish-release:
uses: refinedmods/refinedarchitect/.github/workflows/publish-release.yml@v0.15.2
uses: refinedmods/refinedarchitect/.github/workflows/publish-release.yml@v0.16.4
secrets: inherit
with:
project-name: 'Refined Storage - REI Integration'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/resolved-issue-locking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
- cron: '0 0 * * *'
jobs:
lock:
uses: refinedmods/refinedarchitect/.github/workflows/resolved-issue-locking.yml@v0.15.2
uses: refinedmods/refinedarchitect/.github/workflows/resolved-issue-locking.yml@v0.16.4
2 changes: 1 addition & 1 deletion .github/workflows/validate-branch-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Validate branch name
on: [ pull_request ]
jobs:
validate-branch-name:
uses: refinedmods/refinedarchitect/.github/workflows/validate-branch-name.yml@v0.15.2
uses: refinedmods/refinedarchitect/.github/workflows/validate-branch-name.yml@v0.16.4
2 changes: 1 addition & 1 deletion .github/workflows/validate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
types: [ opened, synchronize, reopened, ready_for_review, labeled, unlabeled ]
jobs:
validate-changelog:
uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.15.2
uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.16.4
2 changes: 1 addition & 1 deletion .github/workflows/validate-commit-messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Validate commit messages
on: [ pull_request ]
jobs:
validate-commit-messages:
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.15.2
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.16.4
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.1] - 2024-07-10

## [0.2.0] - 2024-07-06

### Fixed
Expand Down Expand Up @@ -48,7 +50,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Support for REI collapsable entries.
- Grid / REI search box synchronization options.

[Unreleased]: https://github.com/refinedmods/refinedstorage-rei-integration/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/refinedmods/refinedstorage-rei-integration/compare/v0.2.1...HEAD

[0.2.1]: https://github.com/refinedmods/refinedstorage-rei-integration/compare/v0.2.0...v0.2.1

[0.2.0]: https://github.com/refinedmods/refinedstorage-rei-integration/compare/v0.1.4...v0.2.0

Expand Down
7 changes: 0 additions & 7 deletions build.gradle

This file was deleted.

12 changes: 12 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
plugins {
id("refinedarchitect.root")
id("refinedarchitect.base")
}

refinedarchitect {
sonarQube("refinedmods_refinedstorage-rei-integration", "refinedmods")
}

subprojects {
group = "com.refinedmods.refinedstorage"
}
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
refinedstorageVersion=2.0.0-milestone.4.2
refinedstorageVersion=2.0.0-milestone.4.4
# https://linkie.shedaniel.dev/dependencies?loader=neoforge&version=1.21
# https://linkie.shedaniel.dev/dependencies?loader=fabric&version=1.21
architecturyVersion=13.0.3
clothConfigVersion=15.0.127
reiVersion=16.0.729
Expand Down
5 changes: 0 additions & 5 deletions refinedstorage-rei-integration-common/build.gradle

This file was deleted.

15 changes: 15 additions & 0 deletions refinedstorage-rei-integration-common/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
plugins {
id("refinedarchitect.common")
}

refinedarchitect {
common()
publishing {
maven = true
}
}

base {
archivesName.set("refinedstorage-rei-integration-common")
}

35 changes: 0 additions & 35 deletions refinedstorage-rei-integration-fabric/build.gradle

This file was deleted.

46 changes: 46 additions & 0 deletions refinedstorage-rei-integration-fabric/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
plugins {
id("refinedarchitect.fabric")
}

repositories {
maven {
url = uri("https://maven.pkg.github.com/refinedmods/refinedstorage2")
credentials {
username = "anything"
password = "\u0067hp_oGjcDFCn8jeTzIj4Ke9pLoEVtpnZMP4VQgaX"
}
}
maven {
name = "Cloth Config, REI"
url = uri("https://maven.shedaniel.me/")
}
maven {
name = "ModMenu"
url = uri("https://maven.terraformersmc.com/")
}
}

refinedarchitect {
modId = "refinedstorage_rei_integration"
fabric()
compileWithProject(project(":refinedstorage-rei-integration-common"))
publishing {
maven = true
}
}

base {
archivesName.set("refinedstorage-rei-integration-fabric")
}

val refinedstorageVersion: String by project
val architecturyVersion: String by project
val clothConfigVersion: String by project
val reiVersion: String by project

dependencies {
modApi("com.refinedmods.refinedstorage:refinedstorage-platform-fabric:${refinedstorageVersion}")
modApi("dev.architectury:architectury-fabric:${architecturyVersion}")
modApi("me.shedaniel.cloth:cloth-config-fabric:${clothConfigVersion}")
modApi("me.shedaniel:RoughlyEnoughItems-fabric:${reiVersion}")
}
35 changes: 0 additions & 35 deletions refinedstorage-rei-integration-neoforge/build.gradle

This file was deleted.

46 changes: 46 additions & 0 deletions refinedstorage-rei-integration-neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
plugins {
id("refinedarchitect.neoforge")
}

repositories {
maven {
url = uri("https://maven.pkg.github.com/refinedmods/refinedstorage2")
credentials {
username = "anything"
password = "\u0067hp_oGjcDFCn8jeTzIj4Ke9pLoEVtpnZMP4VQgaX"
}
}
maven {
name = "REI"
url = uri("https://maven.shedaniel.me/")
}
maven {
name = "Architectury"
url = uri("https://maven.architectury.dev/")
}
}

refinedarchitect {
modId = "refinedstorage_rei_integration"
neoForge()
compileWithProject(project(":refinedstorage-rei-integration-common"))
publishing {
maven = true
}
}

base {
archivesName.set("refinedstorage-rei-integration-neoforge")
}

val refinedstorageVersion: String by project
val architecturyVersion: String by project
val clothConfigVersion: String by project
val reiVersion: String by project

dependencies {
api("com.refinedmods.refinedstorage:refinedstorage-platform-neoforge:${refinedstorageVersion}")
api("dev.architectury:architectury-neoforge:${architecturyVersion}")
api("me.shedaniel.cloth:cloth-config-neoforge:${clothConfigVersion}")
api("me.shedaniel:RoughlyEnoughItems-neoforge:${reiVersion}")
}
18 changes: 0 additions & 18 deletions settings.gradle

This file was deleted.

33 changes: 33 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven {
url = uri("https://maven.pkg.github.com/refinedmods/refinedarchitect")
credentials {
username = "anything"
password = "\u0067hp_oGjcDFCn8jeTzIj4Ke9pLoEVtpnZMP4VQgaX"
}
}
maven {
name = "Fabric"
url = uri("https://maven.fabricmc.net/")
}
maven {
name = "NeoForge"
url = uri("https://maven.neoforged.net/releases")
}
}
plugins {
id("refinedarchitect.root").version("0.16.4")
id("refinedarchitect.base").version("0.16.4")
id("refinedarchitect.common").version("0.16.4")
id("refinedarchitect.neoforge").version("0.16.4")
id("refinedarchitect.fabric").version("0.16.4")
}
}

rootProject.name = "refinedstorage-rei-integration"
include("refinedstorage-rei-integration-common")
include("refinedstorage-rei-integration-neoforge")
include("refinedstorage-rei-integration-fabric")

0 comments on commit b51e4a1

Please sign in to comment.