Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.2.0

- Added usePlugin hook
- Added RectSize, RectOffset, and ResampleMode to icon props available in Button, MainButton, and Dropdown
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2024 sircfenner
Copyright (c) 2025 sircfenner

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion moonwave.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gitSourceBranch = "main"
tagline = "React components for building Roblox Studio plugins"

[footer]
copyright = "Copyright © 2024 sircfenner. Built with Moonwave and Docusaurus."
copyright = "Copyright © 2025 sircfenner. Built with Moonwave and Docusaurus."

[home]
enabled = true
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sircfenner/studiocomponents",
"version": "1.1.0",
"version": "1.2.0",
"description": "React components for building Roblox Studio plugins",
"license": "MIT",
"author": "sircfenner <sircfenner@users.noreply.github.com>",
Expand Down
Loading