Skip to content

Commit 5ceb7ea

Browse files
binjospookieViktor Pasynok
andauthored
3.0.1 (#8)
* Update size limit to 900 B and enhance documentation for v3.0.0, introducing a breaking change in API structure to a target-first approach, along with a new `clear` method for slot management. * Refactor slot insertion syntax in sandbox.tsx to streamline API usage, removing deprecated `insert.into` method in favor of direct `ConfirmScreenBottom.insert` calls. * Refactor API to use `Component` instead of `component` for slot insertion, enhancing compatibility with React hooks. Update documentation and examples to reflect this breaking change and provide migration guidance from v2 to v3. * Upgrade package version to 3.0.0 in package.json and package-lock.json to reflect major changes and improvements in the API. This update aligns with recent refactoring efforts and prepares for upcoming features. * fixed: clean-publish --------- Co-authored-by: Viktor Pasynok <v.pasynok@space307.com>
2 parents bc4fe0c + be4439c commit 5ceb7ea

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](http://semver.org).
55

6+
## 3.0.1
7+
8+
### Fixed
9+
10+
- use `clean-publish`
11+
612
## 3.0.0
713

814
### Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grlt-hub/react-slots",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"type": "module",
55
"private": false,
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)