mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Downgrade rbx-dom
This commit is contained in:
parent
aaa0977d54
commit
4cf8905768
2 changed files with 11 additions and 5 deletions
|
@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed issues with `UniqueId` when using the `roblox` builtin by downgrading `rbx-dom`.
|
||||||
|
|
||||||
## `0.7.0` - June 12th, 2023
|
## `0.7.0` - June 12th, 2023
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
|
|
@ -22,11 +22,11 @@ glam = "0.24"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
|
|
||||||
rbx_binary = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "f130d641ff28f64ebc931b179090d6de0851ebbe" }
|
rbx_binary = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "45525315f6b241f14de3085bc6634f90c8684546" }
|
||||||
rbx_dom_weak = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "f130d641ff28f64ebc931b179090d6de0851ebbe" }
|
rbx_dom_weak = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "45525315f6b241f14de3085bc6634f90c8684546" }
|
||||||
rbx_reflection = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "f130d641ff28f64ebc931b179090d6de0851ebbe" }
|
rbx_reflection = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "45525315f6b241f14de3085bc6634f90c8684546" }
|
||||||
rbx_reflection_database = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "f130d641ff28f64ebc931b179090d6de0851ebbe" }
|
rbx_reflection_database = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "45525315f6b241f14de3085bc6634f90c8684546" }
|
||||||
rbx_xml = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "f130d641ff28f64ebc931b179090d6de0851ebbe" }
|
rbx_xml = { git = "https://github.com/rojo-rbx/rbx-dom", rev = "45525315f6b241f14de3085bc6634f90c8684546" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue