Skip to content

Commit 996aa9c

Browse files
chore(main): release 1.0.0 (#20)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f6b51f4 commit 996aa9c

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

Addons~/io.conix.arena.renderfusion-hdrp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "io.conix.arena.renderfusion-hdrp",
33
"displayName": "ARENA RenderFusion for Unity HDRP",
44
"_release_please_version_start": "x-release-please-start-version",
5-
"version": "0.1.3",
5+
"version": "1.0.0",
66
"_release_please_version_end": "x-release-please-end-version",
77
"unity": "2022.2",
88
"description": "Enables RenderFusion on ARENA using Unity.",

Addons~/io.conix.arena.renderfusion-urp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "io.conix.arena.renderfusion-urp",
33
"displayName": "ARENA RenderFusion for Unity URP",
44
"_release_please_version_start": "x-release-please-start-version",
5-
"version": "0.1.3",
5+
"version": "1.0.0",
66
"_release_please_version_end": "x-release-please-end-version",
77
"unity": "2022.2",
88
"description": "Enables RenderFusion on ARENA using Unity's URP.",

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/arenaxr/arena-renderfusion/compare/v0.1.3...v1.0.0) (2024-11-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Refactored topic structure for more granular flow and access ([#19](https://github.com/arenaxr/arena-renderfusion/issues/19))
9+
10+
### Features
11+
12+
* Refactored topic structure for more granular flow and access ([#19](https://github.com/arenaxr/arena-renderfusion/issues/19)) ([ec3806b](https://github.com/arenaxr/arena-renderfusion/commit/ec3806b425599168bc173aed5f9a86c557758d9d))
13+
314
## [0.1.3](https://github.com/arenaxr/arena-renderfusion/compare/v0.1.2...v0.1.3) (2024-08-15)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "io.conix.arena.renderfusion",
33
"displayName": "ARENA RenderFusion for Unity",
4-
"version": "0.1.3",
4+
"version": "1.0.0",
55
"unity": "2022.2",
66
"description": "Enables RenderFusion on ARENA using Unity.",
77
"documentationUrl": "https://github.com/arenaxr/arena-renderfusion/blob/main/README.md",

0 commit comments

Comments
 (0)