Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanto committed Oct 16, 2024
1 parent 647226f commit 3cb1cfc
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 5 deletions.
7 changes: 7 additions & 0 deletions examples/base-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# base-app

## 0.0.33

### Patch Changes

- Updated dependencies
- @twofold/framework@0.0.34

## 0.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/base-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base-app",
"version": "0.0.32",
"version": "0.0.33",
"private": true,
"description": "",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions examples/kitchen-sink/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# kitchen-sink

## 1.0.33

### Patch Changes

- Updated dependencies
- @twofold/framework@0.0.34

## 1.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/kitchen-sink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kitchen-sink",
"version": "1.0.32",
"version": "1.0.33",
"private": true,
"description": "",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-plugin-twofold/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# eslint-plugin-twofold

## 0.0.34

## 0.0.33

## 0.0.32
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-twofold/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-twofold",
"version": "0.0.33",
"version": "0.0.34",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twofold/framework

## 0.0.34

### Patch Changes

- identity for optimistic search params

## 0.0.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twofold/framework",
"version": "0.0.33",
"version": "0.0.34",
"description": "",
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions sites/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# website

## 0.0.20

### Patch Changes

- Updated dependencies
- @twofold/framework@0.0.34

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sites/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.0.19",
"version": "0.0.20",
"private": true,
"description": "The twofold website",
"type": "module",
Expand Down

0 comments on commit 3cb1cfc

Please sign in to comment.