Skip to content

Commit 9a914a0

Browse files
chore(release): version packages
1 parent a07edce commit 9a914a0

4 files changed

Lines changed: 21 additions & 19 deletions

File tree

.changeset/fix-en-locale-typo.md

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

.changeset/svelte5-pnpm-monorepo.md

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

packages/login-widget/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# [1.3.0](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.1...v1.3.0) (2024-06-05)
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#400](https://github.com/ForgeRock/forgerock-web-login-framework/pull/400) [`5f8b168`](https://github.com/ForgeRock/forgerock-web-login-framework/commit/5f8b16811d3a4fd79f7b7f11501a8c6b34f0c119) Thanks [@ryanbas21](https://github.com/ryanbas21)! - Migrate to Svelte 5, pnpm monorepo architecture, and fix published type declarations
8+
9+
- Upgrade Svelte from v3/v4 to v5 with backward-compatible legacy mode
10+
- Restructure project into pnpm workspaces: `packages/login-widget`, `apps/login-app`, `e2e/`, `core/`
11+
- Fix published type declarations by namespacing core types under `dist/core/` with correct relative paths
12+
- Upgrade Storybook from v7 to v10
13+
- Replace Rollup with Vite for all builds
14+
- Overhaul CI pipeline for pnpm strict dependency isolation
15+
16+
### Patch Changes
17+
18+
- [#446](https://github.com/ForgeRock/forgerock-web-login-framework/pull/446) [`16d48f3`](https://github.com/ForgeRock/forgerock-web-login-framework/commit/16d48f3a93dc34733e9b6fc410ff50630890ed11) Thanks [@SteinGabriel](https://github.com/SteinGabriel)! - Fix English locale copy: authenticator typo and grammar wording updates.
19+
320
### Bug Fixes
421

522
- **add loglevel to widget config:** widget config to support loglevel option ([db864e9](https://github.com/forgerock/forgerock-web-login-framework/commit/db864e9964018f0aa3e51cea90c126f2e8800d86))

packages/login-widget/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forgerock/login-widget",
3-
"version": "1.3.0-beta.2",
3+
"version": "1.3.0",
44
"type": "module",
55
"exports": {
66
".": {
@@ -15,7 +15,9 @@
1515
"types": "./dist/index.d.ts",
1616
"unpkg": "./dist/widget.iife.js",
1717
"jsdelivr": "./dist/widget.iife.js",
18-
"files": ["dist"],
18+
"files": [
19+
"dist"
20+
],
1921
"repository": {
2022
"url": "https://github.com/forgerock/forgerock-web-login-framework.git"
2123
},

0 commit comments

Comments
 (0)