refactor: publish new version

This commit is contained in:
iandxssxx 2024-04-09 21:58:08 -04:00
parent 2f9d3737db
commit 1f4b164952
11 changed files with 30 additions and 30 deletions

View File

@ -7,5 +7,5 @@
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": ["create-inula", "openinula", "inula-cli", "inula-dev-tools", "inula-intl", "inula-request", "inula-router", "inula-vite-app", "inula-webpack-app"]
}

View File

@ -1,5 +0,0 @@
---
"babel-preset-inula-next": patch
---
feat: change babel import

8
demos/v2/CHANGELOG.md Normal file
View File

@ -0,0 +1,8 @@
# dev
## 0.0.1
### Patch Changes
- Updated dependencies [2f9d373]
- babel-preset-inula-next@0.0.2

View File

@ -7,6 +7,6 @@
</head>
<body>
<div id="main"></div>
<script type="module" src="/src/App.view.tsx"></script>
<script type="module" src="/src/App.tsx"></script>
</body>
</html>

View File

@ -1,7 +1,7 @@
{
"name": "dev",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",

View File

@ -1,20 +1,4 @@
// @ts-nocheck
import {
Children,
Content,
Main,
Model,
Prop,
View,
Watch,
button,
div,
input,
insertChildren,
use,
render,
} from '@openinula/next';
import { View, render } from '@openinula/next';
function MyComp() {
let count = 0;
@ -30,6 +14,4 @@ function MyComp() {
</>
);
}
render('main', MyComp);

View File

@ -9,5 +9,5 @@ export default defineConfig({
optimizeDeps: {
disabled: true,
},
plugins: [inula({ files: '**/*.{view,model}.{ts,js,tsx,jsx}', enableDevTools: true })],
plugins: [inula({ files: '**/*.{ts,js,tsx,jsx}' })],
});

View File

@ -0,0 +1,7 @@
# babel-preset-inula-next
## 0.0.2
### Patch Changes
- 2f9d373: feat: change babel import

View File

@ -1,6 +1,6 @@
{
"name": "babel-preset-inula-next",
"version": "0.0.1",
"version": "0.0.2",
"author": {
"name": "IanDx",
"email": "iandxssxx@gmail.com"

View File

@ -0,0 +1,8 @@
# vite-plugin-inula-next
## 0.0.2
### Patch Changes
- Updated dependencies [2f9d373]
- babel-preset-inula-next@0.0.2

View File

@ -1,6 +1,6 @@
{
"name": "vite-plugin-inula-next",
"version": "0.0.1",
"version": "0.0.2",
"author": {
"name": "IanDx",
"email": "iandxssxx@gmail.com"