diff --git a/CHANGELOG.md b/CHANGELOG.md index fc1f3c2..fe61abb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/LICENSE b/LICENSE index 1db74c3..bba5df1 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/moonwave.toml b/moonwave.toml index a66e7d2..1493673 100644 --- a/moonwave.toml +++ b/moonwave.toml @@ -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 diff --git a/package-lock.json b/package-lock.json index 55fad0e..f6e6583 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sircfenner/studiocomponents", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sircfenner/studiocomponents", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "@jsdotlua/react": "^17.2.1", diff --git a/package.json b/package.json index 6c7519c..6498ffa 100644 --- a/package.json +++ b/package.json @@ -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 ",