Skip to content

Commit

Permalink
Merge pull request #23 from wattanx/add-changelog
Browse files Browse the repository at this point in the history
feat: add changelog
  • Loading branch information
wattanx committed Jun 18, 2023
2 parents cab213d + e82c10c commit cb040cd
Show file tree
Hide file tree
Showing 3 changed files with 501 additions and 27 deletions.
60 changes: 60 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Changelog


## v1.0.0


### 🚀 Enhancements

- Add @wattanx/converter-utils (24cd58d)
- Add script setup converter (fea5e78)
- UseStore migration (09cc4db)
- UseContext migration (4ca94e3)
- Capi migration (5ea1010)
- Usemeta migration (d3fc071)
- DefineNuxtMiddleware migration (5e856a7)
- DefineNuxtPlugin migration (7077cab)
- Support for default object (7453c02)
- Props non object (e91ddee)
- Support #imports convert (102e544)
- UseRoute migration (445d68b)
- Add test pattern (028931d)
- Docsをvitepressに移行 (eb9471d)
- Add vue pinia converter card (1f1553f)
- Capi legacy convert (3cb5162)
- Create command (4c28a18)
- Script setup support (ba68b28)

### 🩹 Fixes

- Replace props and methods conversion with ts-morph (4597a2c)
- Replace lifecycle conversion with ts-morph (71bbd5f)
- Replace data transformation with ts-morph (24a4d42)
- Replace computed transformation with ts-morph (11db222)
- Replace watch conversion with ts-morph (23371fb)
- Move test file (9166ff1)
- Types dirが消えないように対応 (4b7caa6)
- デザインを一新 (c312b98)
- Add client only (7dba50f)
- Remove option (c8d3f38)
- Fix default props (4494171)
- Add custom validator test (db2164e)
- Props with non primitive (8ba6b25)
- Props default array (ce8a759)
- Default arrow function (e66d0fe)
- Props default function (f5a2521)
- Add useRoute migration (f8fc073)
- Nuxt のプロジェクトを削除 (d6f1a11)
- Setting vercel.json (3c8b733)
- Remove suspense (495c946)
- Add experimental (a281ddf)

### 🏡 Chore

- Nuxt version up (5d62c21)
- Update vitest (0405b71)

### ❤️ Contributors

- Wattanx <https://github.com/wattanx>

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wattanx-converter",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "turbo run build",
Expand All @@ -11,13 +11,15 @@
"test:watch": "turbo run test:watch",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
"docs:preview": "vitepress preview docs",
"changelog": "changelogen --release --no-tag --no-commit"
},
"devDependencies": {
"@wattanx/vue-composition-converter": "workspace:*",
"@wattanx/vue-mixins-converter": "workspace:*",
"@wattanx/vue-script-setup-converter": "workspace:*",
"autoprefixer": "^10.4.13",
"changelogen": "^0.5.3",
"eslint-config-custom": "*",
"highlight.js": "^11.8.0",
"postcss": "^8.4.20",
Expand Down
Loading

1 comment on commit cb040cd

@vercel
Copy link

@vercel vercel bot commented on cb040cd Jun 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wattanx-converter – ./

wattanx-converter.vercel.app
wattanx-converter-wattanx.vercel.app
wattanx-converter-git-main-wattanx.vercel.app

Please sign in to comment.