Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @baseapp-frontend/authentication

## 4.2.3

### Patch Changes

- Updated dependencies
- @baseapp-frontend/utils@3.1.7

## 4.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseapp-frontend/authentication",
"description": "Authentication modules.",
"version": "4.2.2",
"version": "4.2.3",
"main": "./index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
Expand Down
10 changes: 10 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @baseapp-frontend/components

## 1.0.32

### Patch Changes

- Updated dependencies
- @baseapp-frontend/utils@3.1.7
- @baseapp-frontend/authentication@4.2.3
- @baseapp-frontend/design-system@1.0.15
- @baseapp-frontend/graphql@1.2.8

## 1.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseapp-frontend/components",
"description": "BaseApp components modules such as comments, notifications, messages, and more.",
"version": "1.0.31",
"version": "1.0.32",
"sideEffects": false,
"scripts": {
"babel:transpile": "babel modules -d tmp-babel --extensions .ts,.tsx --ignore '**/__tests__/**','**/__storybook__/**'",
Expand Down
7 changes: 7 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @baseapp-frontend/design-system

## 1.0.15

### Patch Changes

- Updated dependencies
- @baseapp-frontend/utils@3.1.7

## 1.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseapp-frontend/design-system",
"description": "Design System components and configurations.",
"version": "1.0.14",
"version": "1.0.15",
"sideEffects": false,
"scripts": {
"tsup:bundle": "tsup --tsconfig tsconfig.build.json",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @baseapp-frontend/graphql

## 1.2.8

### Patch Changes

- Updated dependencies
- @baseapp-frontend/utils@3.1.7

## 1.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseapp-frontend/graphql",
"description": "GraphQL configurations and utilities",
"version": "1.2.7",
"version": "1.2.8",
"main": "./index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @baseapp-frontend/provider

## 2.0.14

### Patch Changes

- Updated dependencies
- @baseapp-frontend/utils@3.1.7

## 2.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseapp-frontend/provider",
"description": "Providers for React Query and Emotion.",
"version": "2.0.13",
"version": "2.0.14",
"main": "./index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @baseapp-frontend/utils

## 3.1.7

### Patch Changes

- improve password validation feedback

## 3.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/constants/zod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export const ZOD_MESSAGE = {
email: 'Please provide a properly formatted email address.',
passwordDoNotMatch: 'Passwords do not match.',
password:
'Password must be at least 10 characters long and contain at least one uppercase letter, one lowercase letter, one number, and one special character.',
'Password must be at least 10 characters long and contain at least one uppercase letter, one lowercase letter, one number, and one special character. Blank spaces are not allowed.',
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseapp-frontend/utils",
"description": "Util functions, constants and types.",
"version": "3.1.6",
"version": "3.1.7",
"main": "./index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/wagtail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @baseapp-frontend/wagtail

## 1.0.30

### Patch Changes

- Updated dependencies
- @baseapp-frontend/utils@3.1.7
- @baseapp-frontend/design-system@1.0.15
- @baseapp-frontend/graphql@1.2.8

## 1.0.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wagtail/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseapp-frontend/wagtail",
"description": "BaseApp Wagtail",
"version": "1.0.29",
"version": "1.0.30",
"main": "./index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
Expand Down
Loading