Skip to content

Commit

Permalink
marked everything as 2.0.0 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
orels1 committed Feb 20, 2024
1 parent 12e0868 commit cd5fe45
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Packages/sh.orels.udontoolkit.inspector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sh.orels.udontoolkit.inspector",
"version": "1.2.0",
"version": "2.0.0-dev.1",
"description": "A collection of C# Attributes to make better custom inspectors",
"displayName": "Udon Toolkit Inspector",
"unity": "2019.4",
Expand Down
4 changes: 2 additions & 2 deletions Packages/sh.orels.udontoolkit.systems.flight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sh.orels.udontoolkit.systems.flight",
"version": "1.2.0",
"version": "2.0.0-dev.1",
"description": "VRChat World Flight System",
"displayName": "Udon Toolkit Flight System",
"unity": "2019.4",
Expand All @@ -11,7 +11,7 @@
},
"vpmDependencies":
{
"sh.orels.udontoolkit": "^1.2.0"
"sh.orels.udontoolkit": "2.0.0-dev.1"
},
"documentationUrl": "https://ut.orels.sh",
"hideInEditor": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sh.orels.udontoolkit.systems.presentation",
"version": "1.2.0",
"version": "2.0.0-dev.1",
"description": "Presentation System for VRChat Worlds",
"displayName": "Udon Toolkit Presentation System",
"unity": "2019.4",
Expand All @@ -11,7 +11,7 @@
},
"vpmDependencies":
{
"sh.orels.udontoolkit": "^1.2.0"
"sh.orels.udontoolkit": "2.0.0-dev.1"
},
"documentationUrl": "https://ut.orels.sh",
"hideInEditor": false,
Expand Down
4 changes: 2 additions & 2 deletions Packages/sh.orels.udontoolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sh.orels.udontoolkit",
"version": "1.2.0",
"version": "2.0.0-dev.1",
"description": "A set of purpose-built Udon Behaviours",
"displayName": "Udon Toolkit",
"unity": "2019.4",
Expand All @@ -10,7 +10,7 @@
"url": "https://orels.sh"
},
"vpmDependencies": {
"sh.orels.udontoolkit.inspector": "^1.2.0"
"sh.orels.udontoolkit.inspector": "2.0.0-dev.1"
},
"documentationUrl": "https://ut.orels.sh",
"hideInEditor": false,
Expand Down
6 changes: 3 additions & 3 deletions docs/src/pages/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ UdonToolkit Changelog

---

## 1.3.0
## 2.0.0

### Summary

Expand Down Expand Up @@ -113,7 +113,7 @@ Here's how Toolkit looks in 2019. I am working on further UI updates to make ins
- Almost every attribute got improved, [check out the docs](https://ut.orels.sh/v/v1.x/attributes/attributes-list)
- `ListView` now supports any number of fields
- `Popup` now supports all the animation param types and can also cast things to `int` and `int[]`
- `TabGroup` attribute for even more complicated UIs :P
- `TabGroup` attribute for even more complicated UIs :P
- `FoldoutGroup` attribute for even more nesting!
- Update loops are gone for delayed Universal Actions (less perf overhead)
- Many bugfixes related to player colliders/chairs etc etc
Expand Down Expand Up @@ -168,4 +168,4 @@ This has been **a long time coming**, it was tested by many people during the pa
- Move ListView attribute to the Modifier type [\#50](https://github.com/orels1/UdonToolkit/issues/50)
- Scene Start Trigger Behaviour [\#22](https://github.com/orels1/UdonToolkit/issues/22)
- Add basic guides [\#15](https://github.com/orels1/UdonToolkit/issues/15)
- Add And document the Presentation System [\#66](https://github.com/orels1/UdonToolkit/issues/66)
- Add And document the Presentation System [\#66](https://github.com/orels1/UdonToolkit/issues/66)

0 comments on commit cd5fe45

Please sign in to comment.