Skip to content

Commit

Permalink
Merge pull request #52 from reactivepixels/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
rodleviton committed Apr 4, 2024
2 parents 63cc987 + 82a41d7 commit fcc9a9d
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/early-camels-destroy.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# docs

## 1.0.2

### Patch Changes

- 63cc987: Remove unused rcx props from Recast components
- Updated dependencies [63cc987]
- @rpxl/recast@4.0.2
- @rpxl/recast-primitives@3.0.2

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpxl/docs",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rpxl/recast

## 4.0.2

### Patch Changes

- 63cc987: Remove unused rcx props from Recast components

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rpxl/recast",
"license": "MIT",
"version": "4.0.1",
"version": "4.0.2",
"type": "module",
"sideEffects": false,
"main": "./dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rpxl/recast-primitives

## 3.0.2

### Patch Changes

- Updated dependencies [63cc987]
- @rpxl/recast@4.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rpxl/recast-primitives",
"license": "MIT",
"version": "3.0.1",
"version": "3.0.2",
"type": "module",
"sideEffects": false,
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit fcc9a9d

Please sign in to comment.