Skip to content

Commit 0f83b3a

Browse files
authored
Merge pull request #3540 from refinedmods/release/1.12.3
Release v1.12.3
2 parents b1d2f6b + 0b9da71 commit 0f83b3a

File tree

14 files changed

+29
-30
lines changed

14 files changed

+29
-30
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
types: [ opened, synchronize, reopened ]
99
jobs:
1010
build:
11-
uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.6.0
11+
uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.7.1
1212
with:
1313
mutation-testing: false
1414
secrets: inherit

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
type: string
1818
jobs:
1919
draft:
20-
uses: refinedmods/refinedarchitect/.github/workflows/draft-release.yml@v0.6.0
20+
uses: refinedmods/refinedarchitect/.github/workflows/draft-release.yml@v0.7.1
2121
with:
2222
release-type: ${{ inputs.release-type }}
2323
version-number-override: ${{ inputs.version-number-override }}

.github/workflows/issue-for-unsupported-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ on:
44
types: [ labeled, unlabeled, reopened ]
55
jobs:
66
unsupported-labeler:
7-
uses: refinedmods/refinedarchitect/.github/workflows/issue-for-unsupported-version.yml@v0.6.0
7+
uses: refinedmods/refinedarchitect/.github/workflows/issue-for-unsupported-version.yml@v0.7.1

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- closed
88
jobs:
99
publish-release:
10-
uses: refinedmods/refinedarchitect/.github/workflows/publish-release.yml@v0.6.0
10+
uses: refinedmods/refinedarchitect/.github/workflows/publish-release.yml@v0.7.1
1111
secrets: inherit
1212
with:
1313
project-name: 'Refined Storage'

.github/workflows/resolved-issue-locking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ on:
44
- cron: '0 0 * * *'
55
jobs:
66
lock:
7-
uses: refinedmods/refinedarchitect/.github/workflows/resolved-issue-locking.yml@v0.6.0
7+
uses: refinedmods/refinedarchitect/.github/workflows/resolved-issue-locking.yml@v0.7.1

.github/workflows/validate-branch-name.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ name: Validate branch name
22
on: [ pull_request ]
33
jobs:
44
validate-branch-name:
5-
uses: refinedmods/refinedarchitect/.github/workflows/validate-branch-name.yml@v0.6.0
5+
uses: refinedmods/refinedarchitect/.github/workflows/validate-branch-name.yml@v0.7.1

.github/workflows/validate-changelog.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ on:
44
types: [ opened, synchronize, reopened, ready_for_review, labeled, unlabeled ]
55
jobs:
66
validate-changelog:
7-
uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.6.0
7+
uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.7.1
8+
with:
9+
validation-level: 'warn'

.github/workflows/validate-commit-messages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ name: Validate commit messages
22
on: [ pull_request ]
33
jobs:
44
validate-commit-messages:
5-
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.6.0
5+
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.7.1

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [1.12.3] - 2023-07-07
11+
12+
### Fixed
13+
14+
- Fixed not being able to type "e" in Grid search box.
15+
1016
## [1.12.2] - 2023-07-05
1117

1218
### Fixed
@@ -3469,7 +3475,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
34693475

34703476
- Internal test release.
34713477

3472-
[Unreleased]: https://github.com/refinedmods/refinedstorage/compare/v1.12.2...HEAD
3478+
[Unreleased]: https://github.com/refinedmods/refinedstorage/compare/v1.12.3...HEAD
3479+
3480+
[1.12.3]: https://github.com/refinedmods/refinedstorage/compare/v1.12.2...v1.12.3
34733481

34743482
[1.12.2]: https://github.com/refinedmods/refinedstorage/compare/v1.12.1...v1.12.2
34753483

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apply from: "https://raw.githubusercontent.com/refinedmods/refinedarchitect/v0.6.0/helper.gradle"
1+
apply from: "https://raw.githubusercontent.com/refinedmods/refinedarchitect/v0.7.1/helper.gradle"
22

33
repositories {
44
maven {

0 commit comments

Comments
 (0)