Skip to content

Commit

Permalink
chore: versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
pt-tsl committed Dec 20, 2024
1 parent 4b9a616 commit fa24530
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 3 deletions.
10 changes: 10 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @baseapp-frontend/components

## 0.0.37

### Patch Changes

- Added FollowToggle button
- Moved BlockButtonWithDialog, ProfileComponent and related queries and mutations from baseapp-frontend-template
- Updated dependencies
- @baseapp-frontend/design-system@0.0.25

## 0.0.36

### Patch Changes
Expand All @@ -14,6 +23,7 @@
- Updated dependencies
- @baseapp-frontend/graphql@1.1.14


## 0.0.34

### 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
6 changes: 6 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @baseapp-frontend/design-system

## 0.0.25

### Patch Changes

- Moved BlockIcon, UnblockIcon, ThreeDotsIcon and ImageWithFallback from baseapp-frontend-template

## 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/wagtail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @baseapp-frontend/wagtail

## 1.0.10

### Patch Changes

- Updated dependencies
- @baseapp-frontend/design-system@0.0.25

## 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

0 comments on commit fa24530

Please sign in to comment.