Skip to content

Commit 3bfd997

Browse files
committed
chore: release v0.0.4
1 parent 81b55ab commit 3bfd997

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</h1>
1010

1111
<p align="center">
12-
Code mods to migrate an Ionic Angular application to use the new standalone components.
12+
Code mods to migrate an Ionic Angular application to use the new standalone components in Ionic Framework v7.5.0.
1313
</p>
1414

1515
<p align="center">
@@ -41,8 +41,6 @@ Code mods to migrate an Ionic Angular application to use the new standalone comp
4141
4242
If you run into any issues while using this project, please open an issue on this repository. If you are unable to provide a reproduction project, please provide relevant code snippets to help us reproduce the issue.
4343

44-
**This repository is in active development and is not intended for production use. Check back soon!**
45-
4644
## Usage
4745

4846
```bash

packages/cli/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
{
22
"name": "@ionic/angular-standalone-codemods",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"dependencies": {
55
"@angular-eslint/template-parser": "^16.1.2",
66
"@clack/core": "^0.3.3",
77
"@clack/prompts": "^0.7.0",
88
"@ionic/utils-terminal": "^2.3.4",
99
"picocolors": "^1.0.0",
1010
"ts-dedent": "^2.2.0",
11-
"ts-morph": "^19.0.0"
11+
"ts-morph": "^19.0.0"
1212
},
1313
"bin": "./dist/index.js",
1414
"files": [
1515
"dist"
1616
],
1717
"scripts": {
1818
"start": "jiti ./src/index.ts",
19-
"build": "tsup src/index.ts --format cjs,esm --dts && cp ../../README.md ./",
19+
"build": "tsup src/index.ts --format cjs,esm --dts",
20+
"build:prod": "rm -rf dist && pnpm run build && cp ../../README.md ./",
2021
"watch": "pnpm run build --watch",
2122
"dev": "pnpm run build --watch",
2223
"test": "vitest run",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)