Skip to content

Commit f678983

Browse files
authored
Merge pull request #975 from logto-io/changeset-release/master
release: version packages
2 parents b15b28f + 1c4929b commit f678983

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/neat-eyes-call.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/angular/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @logto/angular
22

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+
39
## 1.0.0
410

511
### Major Changes

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/angular",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"type": "module",
55
"module": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)