Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update versions #19

Merged
merged 1 commit into from Aug 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/tasty-squids-dress.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/svg-to-swiftui-webapp/CHANGELOG.md
@@ -1,5 +1,12 @@
# svg-to-swiftui-webapp

## 1.0.2

### Patch Changes

- Updated dependencies [100e908f]
- svg-to-swiftui-core@0.3.2

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/svg-to-swiftui-webapp/package.json
@@ -1,6 +1,6 @@
{
"name": "svg-to-swiftui-webapp",
"version": "1.0.1",
"version": "1.0.2",
"private": false,
"scripts": {
"dev": "astro dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/svg-to-swiftui-core/CHANGELOG.md
@@ -1,5 +1,11 @@
# svg-to-swiftui-core

## 0.3.2

### Patch Changes

- 100e908f: Automation test #2

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svg-to-swiftui-core/package.json
@@ -1,7 +1,7 @@
{
"name": "svg-to-swiftui-core",
"private": false,
"version": "0.3.1",
"version": "0.3.2",
"description": "SVG to SwiftUI Shape converter core package. Will transform the raw SVG code into SwiftUI Shape via the JavaScript API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down