Skip to content

Commit

Permalink
Merge pull request #29 from mshafir/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mshafir authored Dec 30, 2024
2 parents 92093d0 + 5e3858c commit 354a016
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/tough-cherries-battle.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/reactlit-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# reactlit-docs

## 0.0.11

### Patch Changes

- Updated dependencies [63e281a]
- @reactlit/radix@0.1.1
- @reactlit/core@0.1.1

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/reactlit-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reactlit-docs",
"type": "module",
"version": "0.0.10",
"version": "0.0.11",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
9 changes: 9 additions & 0 deletions apps/reactlit-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# reactlit-examples

## 0.0.11

### Patch Changes

- Updated dependencies [63e281a]
- @reactlit/vanilla@0.1.1
- @reactlit/radix@0.1.1
- @reactlit/core@0.1.1

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/reactlit-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactlit-examples",
"version": "0.0.10",
"version": "0.0.11",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
Expand Down
6 changes: 6 additions & 0 deletions libs/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reactlit/core

## 0.1.1

### Patch Changes

- 63e281a: Fix radix wrapper, vanilla checkbox

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactlit/core",
"description": "Simple micro-app framework for React",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"homepage": "https://github.com/mshafir/reactlit",
"repository": "github:mshafir/reactlit",
Expand Down
8 changes: 8 additions & 0 deletions libs/radix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @reactlit/radix

## 0.1.1

### Patch Changes

- 63e281a: Fix radix wrapper, vanilla checkbox
- Updated dependencies [63e281a]
- @reactlit/core@0.1.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/radix/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactlit/radix",
"description": "Radix-ui themes input components for Reactlit",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"homepage": "https://github.com/mshafir/reactlit",
"repository": "github:mshafir/reactlit",
Expand Down
8 changes: 8 additions & 0 deletions libs/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @reactlit/vanilla

## 0.1.1

### Patch Changes

- 63e281a: Fix radix wrapper, vanilla checkbox
- Updated dependencies [63e281a]
- @reactlit/core@0.1.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactlit/vanilla",
"description": "Vanilla unstyled input components for Reactlit",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"homepage": "https://github.com/mshafir/reactlit",
"repository": "github:mshafir/reactlit",
Expand Down

0 comments on commit 354a016

Please sign in to comment.