We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b15b28f + 1c4929b commit f678983Copy full SHA for f678983
.changeset/neat-eyes-call.md
packages/angular/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @logto/angular
2
3
+## 1.0.1
4
+
5
+### Patch Changes
6
7
+- 8391b57: fix angular build script. Remove the `&& pnpm test` operation in the build script to avoid running tests during the build process.
8
9
## 1.0.0
10
11
### Major Changes
packages/angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@logto/angular",
- "version": "1.0.0",
+ "version": "1.0.1",
"type": "module",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
0 commit comments