refactor: publish new version
This commit is contained in:
parent
2f9d3737db
commit
1f4b164952
|
@ -7,5 +7,5 @@
|
||||||
"access": "restricted",
|
"access": "restricted",
|
||||||
"baseBranch": "master",
|
"baseBranch": "master",
|
||||||
"updateInternalDependencies": "patch",
|
"updateInternalDependencies": "patch",
|
||||||
"ignore": []
|
"ignore": ["create-inula", "openinula", "inula-cli", "inula-dev-tools", "inula-intl", "inula-request", "inula-router", "inula-vite-app", "inula-webpack-app"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"babel-preset-inula-next": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
feat: change babel import
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
# dev
|
||||||
|
|
||||||
|
## 0.0.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [2f9d373]
|
||||||
|
- babel-preset-inula-next@0.0.2
|
|
@ -7,6 +7,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="main"></div>
|
<div id="main"></div>
|
||||||
<script type="module" src="/src/App.view.tsx"></script>
|
<script type="module" src="/src/App.tsx"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "dev",
|
"name": "dev",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.0",
|
"version": "0.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|
|
@ -1,20 +1,4 @@
|
||||||
// @ts-nocheck
|
import { View, render } from '@openinula/next';
|
||||||
import {
|
|
||||||
Children,
|
|
||||||
Content,
|
|
||||||
Main,
|
|
||||||
Model,
|
|
||||||
Prop,
|
|
||||||
View,
|
|
||||||
Watch,
|
|
||||||
button,
|
|
||||||
div,
|
|
||||||
input,
|
|
||||||
insertChildren,
|
|
||||||
use,
|
|
||||||
render,
|
|
||||||
} from '@openinula/next';
|
|
||||||
|
|
||||||
|
|
||||||
function MyComp() {
|
function MyComp() {
|
||||||
let count = 0;
|
let count = 0;
|
||||||
|
@ -30,6 +14,4 @@ function MyComp() {
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
render('main', MyComp);
|
render('main', MyComp);
|
||||||
|
|
|
@ -9,5 +9,5 @@ export default defineConfig({
|
||||||
optimizeDeps: {
|
optimizeDeps: {
|
||||||
disabled: true,
|
disabled: true,
|
||||||
},
|
},
|
||||||
plugins: [inula({ files: '**/*.{view,model}.{ts,js,tsx,jsx}', enableDevTools: true })],
|
plugins: [inula({ files: '**/*.{ts,js,tsx,jsx}' })],
|
||||||
});
|
});
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# babel-preset-inula-next
|
||||||
|
|
||||||
|
## 0.0.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 2f9d373: feat: change babel import
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "babel-preset-inula-next",
|
"name": "babel-preset-inula-next",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "IanDx",
|
"name": "IanDx",
|
||||||
"email": "iandxssxx@gmail.com"
|
"email": "iandxssxx@gmail.com"
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
# vite-plugin-inula-next
|
||||||
|
|
||||||
|
## 0.0.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [2f9d373]
|
||||||
|
- babel-preset-inula-next@0.0.2
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vite-plugin-inula-next",
|
"name": "vite-plugin-inula-next",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "IanDx",
|
"name": "IanDx",
|
||||||
"email": "iandxssxx@gmail.com"
|
"email": "iandxssxx@gmail.com"
|
||||||
|
|
Loading…
Reference in New Issue