Skip to content

Commit

Permalink
🐛 fix(app): update tauri libraries for fix new release
Browse files Browse the repository at this point in the history
  • Loading branch information
angelespejo committed Jul 29, 2024
1 parent 12bc393 commit 906a78b
Show file tree
Hide file tree
Showing 16 changed files with 957 additions and 2,782 deletions.
2 changes: 1 addition & 1 deletion docs/dev-components-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The core of Super8 is built using the Svelte JavaScript framework. Here's a list of all the components and their properties for Super8 developers.

> 19 components exported from @s-8/core@0.1.13.
> 19 components exported from @s-8/core@0.2.0.
## Components

Expand Down
2 changes: 2 additions & 0 deletions packages/_core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @s-8/core-react

## 0.2.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/_core-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-8/core-react",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down
2 changes: 2 additions & 0 deletions packages/_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @s-8/core

## 0.2.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/_core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@s-8/core",
"description": "Super8 core functionality",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down
6 changes: 6 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @s-8/app

## 0.2.1

### Patch Changes

- Update tauri libraries

## 0.2.0

### Minor Changes
Expand Down
Loading

0 comments on commit 906a78b

Please sign in to comment.