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) (#24)
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 061a816 commit f887b88
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"changesets": [
"metal-glasses-argue",
"nervous-ducks-grow",
"old-tables-grin",
"pink-chicken-look",
"poor-icons-prove",
"shaggy-spiders-drum",
Expand Down
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.1

### Patch Changes

- Updated dependencies [061a816]
- @react-unforget/babel-plugin@0.1.0-dev.9
- @react-unforget/runtime@0.1.0-dev.5

## 1.0.1-dev.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "1.0.1-dev.1",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand All @@ -12,8 +12,8 @@
"@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.7",
"@react-unforget/runtime": "0.1.0-dev.4",
"@react-unforget/babel-plugin": "0.1.0-dev.9",
"@react-unforget/runtime": "0.1.0-dev.5",
"@vercel/analytics": "^1.2.2",
"next": "^14.0.4",
"nextra": "^2.13.3",
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.9

### Minor Changes

- 061a816: Rewrite the analyzer and transformer to support alias analysis better

## 0.1.0-dev.8

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.8",
"version": "0.1.0-dev.9",
"license": "MIT",
"type": "module",
"files": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"@babel/standalone": "^7.24.0",
"@react-unforget/eslint-config": "*",
"@react-unforget/jest-config": "*",
"@react-unforget/runtime": "^0.1.0-dev.4",
"@react-unforget/runtime": "^0.1.0-dev.5",
"@react-unforget/typescript-config": "*",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-unforget/runtime

## 0.1.0-dev.5

### Minor Changes

- 061a816: Rewrite the analyzer and transformer to support alias analysis better

## 0.1.0-dev.4

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

0 comments on commit f887b88

Please sign in to comment.