Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Version Packages (dev) (#29)
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 Mar 10, 2024
1 parent f46f0b7 commit d053ad2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@react-unforget/babel-plugin": "0.1.0-dev.3"
},
"changesets": [
"grumpy-papayas-agree",
"hungry-frogs-hug",
"metal-glasses-argue",
"nervous-ducks-grow",
Expand Down
7 changes: 7 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# docs

## 1.0.1-dev.4

### Patch Changes

- Updated dependencies [f46f0b7]
- @react-unforget/babel-plugin@0.1.0-dev.12

## 1.0.1-dev.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.1-dev.3",
"version": "1.0.1-dev.4",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand All @@ -12,7 +12,7 @@
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/standalone": "^7.24.0",
"@codesandbox/sandpack-react": "^2.13.4",
"@react-unforget/babel-plugin": "0.1.0-dev.11",
"@react-unforget/babel-plugin": "0.1.0-dev.12",
"@react-unforget/runtime": "0.1.0-dev.6",
"@vercel/analytics": "^1.2.2",
"clsx": "^2.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-unforget/compiler

## 0.1.0-dev.12

### Patch Changes

- f46f0b7: Skip transformation of non-component functions

## 0.1.0-dev.11

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-unforget/babel-plugin",
"version": "0.1.0-dev.11",
"version": "0.1.0-dev.12",
"license": "MIT",
"type": "module",
"files": [
Expand Down

0 comments on commit d053ad2

Please sign in to comment.