Skip to content

Commit

Permalink
Version Packages (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 23, 2024
1 parent c8fc500 commit 9166cad
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/great-pots-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-chefs-fix.md

This file was deleted.

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

## 1.1.3

### Patch Changes

- Updated dependencies [c8fc500]
- @rpxl/recast@4.2.0
- @rpxl/recast-primitives@3.1.3

## 1.1.2

### 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.1.2",
"version": "1.1.3",
"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.2.0

### Minor Changes

- c8fc500: Remove responsive values from recast components that have no breakpoints defined

## 4.1.2

### 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.1.2",
"version": "4.2.0",
"type": "module",
"sideEffects": false,
"main": "./dist/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.1.3

### Patch Changes

- Updated dependencies [c8fc500]
- @rpxl/recast@4.2.0

## 3.1.2

### 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.1.2",
"version": "3.1.3",
"type": "module",
"sideEffects": false,
"main": "./dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/recast-tailwind-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rpxl/recast-tailwind

## 0.2.4

### Patch Changes

- c8fc500: Remove responsive values from recast components that have no breakpoints defined
- c8fc500: Fix string literal variant extraction from recast components

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/recast-tailwind-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rpxl/recast-tailwind-plugin",
"license": "MIT",
"version": "0.2.3",
"version": "0.2.4",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rpxl/sandbox

## 0.2.5

### Patch Changes

- Updated dependencies [c8fc500]
- @rpxl/recast@4.2.0
- @rpxl/recast-primitives@3.1.3

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpxl/sandbox",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 9166cad

Please sign in to comment.