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) (#28)
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 9, 2024
1 parent 89be8a2 commit 681f102
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .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": [
"hungry-frogs-hug",
"metal-glasses-argue",
"nervous-ducks-grow",
"old-tables-grin",
Expand All @@ -22,6 +23,7 @@
"strong-donkeys-guess",
"swift-zoos-grab",
"tough-bags-yell",
"tough-shrimps-remain"
"tough-shrimps-remain",
"wise-snails-nail"
]
}
8 changes: 8 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# docs

## 1.0.1-dev.3

### Patch Changes

- Updated dependencies [829a728]
- Updated dependencies [89be8a2]
- @react-unforget/babel-plugin@0.1.0-dev.11

## 1.0.1-dev.2

### 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.2",
"version": "1.0.1-dev.3",
"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.10",
"@react-unforget/babel-plugin": "0.1.0-dev.11",
"@react-unforget/runtime": "0.1.0-dev.6",
"@vercel/analytics": "^1.2.2",
"clsx": "^2.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @react-unforget/compiler

## 0.1.0-dev.11

### Minor Changes

- 829a728: Make the babel plugin configurable through options

### Patch Changes

- 89be8a2: Expose mermaid dependency graph generator API

## 0.1.0-dev.10

### 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.10",
"version": "0.1.0-dev.11",
"license": "MIT",
"type": "module",
"files": [
Expand Down

0 comments on commit 681f102

Please sign in to comment.