Skip to content

Commit

Permalink
BA-2012: stable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
anicioalexandre committed Dec 20, 2024
1 parent 8b2cfcf commit 33176fb
Show file tree
Hide file tree
Showing 17 changed files with 3,031 additions and 2,624 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"devDependencies": {
"@changesets/cli": "^2.23.0",
"@parcel/packager-ts": "2.13.2",
"@parcel/transformer-typescript-types": "2.13.2",
"@parcel/packager-ts": "latest",
"@parcel/transformer-typescript-types": "latest",
"@types/node": "catalog:",
"eslint": "catalog:lint",
"husky": "catalog:lint",
Expand Down
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.0.6

### Patch Changes

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

## 4.0.5

### 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.0.5",
"version": "4.0.6",
"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

## 0.0.37

### Patch Changes

- Updated dependencies
- @baseapp-frontend/utils@3.0.5
- @baseapp-frontend/authentication@4.0.6
- @baseapp-frontend/design-system@0.0.25
- @baseapp-frontend/graphql@1.1.15

## 0.0.36

### 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": "0.0.36",
"version": "0.0.37",
"main": "./index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
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

## 0.0.25

### Patch Changes

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

## 0.0.24

### 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": "0.0.24",
"version": "0.0.25",
"main": "./index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
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.1.15

### Patch Changes

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

## 1.1.14

### 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.1.14",
"version": "1.1.15",
"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.6

### Patch Changes

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

## 2.0.5

### 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.5",
"version": "2.0.6",
"main": "./index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @baseapp-frontend/utils

## 3.0.5

### Patch Changes

- Remove events from catalogs.
- Use stable versions on core dependencies.

## 3.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0.4",
"version": "3.0.5",
"main": "./index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"axios": "catalog:",
"events": "catalog:",
"events": "^3.3.0",
"expo-secure-store": "^13.0.2",
"humps": "^2.0.1",
"js-cookie": "catalog:",
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.10

### Patch Changes

- Updated dependencies
- @baseapp-frontend/utils@3.0.5
- @baseapp-frontend/design-system@0.0.25
- @baseapp-frontend/graphql@1.1.15

## 1.0.9

### 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.9",
"version": "1.0.10",
"main": "./index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
Expand Down
Loading

0 comments on commit 33176fb

Please sign in to comment.