refactor: publish new version
This commit is contained in:
parent
2f9d3737db
commit
1f4b164952
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
<body>
|
||||
<div id="main"></div>
|
||||
<script type="module" src="/src/App.view.tsx"></script>
|
||||
<script type="module" src="/src/App.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "dev",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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}' })],
|
||||
});
|
||||
|
|
|
@ -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",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"author": {
|
||||
"name": "IanDx",
|
||||
"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",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"author": {
|
||||
"name": "IanDx",
|
||||
"email": "iandxssxx@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue