Skip to content

Commit

Permalink
Fix GitHub MacOS Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Terando committed Nov 12, 2024
1 parent a0f52c6 commit a6ee67a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion @apicize/lib-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apicize/lib-typescript",
"private": true,
"version": "0.9.2",
"version": "0.9.3",
"description": "TypeScript model definitions for Apicize",
"scripts": {
"build": "tsc",
Expand Down
4 changes: 2 additions & 2 deletions @apicize/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apicize/toolkit",
"private": true,
"version": "0.9.2",
"version": "0.9.3",
"description": "UI toolkit for Apicize applications",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -41,7 +41,7 @@
"mobx-react-lite": "^4.0.7"
},
"dependencies": {
"@apicize/lib-typescript": "^0.9.2",
"@apicize/lib-typescript": "^0.9.3",
"@dnd-kit/core": "^6.1.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

# 0.9.3

* Fix MacOS GitHub pipeline
* Minor doc updates

# 0.9.2

* Sign Windows distributable using Azure Trusted Signing
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.9.2",
"version": "0.9.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -10,7 +10,7 @@
"tauri": "tauri"
},
"dependencies": {
"@apicize/toolkit": "^0.9.2",
"@apicize/toolkit": "^0.9.3",
"@dnd-kit/core": "^6.1.0",
"@mui/material": "^6.1.1",
"@mui/system": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion app/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "../../node_modules/@tauri-apps/cli/config.schema.json",
"identifier": "apicize.app",
"productName": "Apicize",
"version": "0.9.2",
"version": "0.9.3",
"app": {
"security": {
"csp": null
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ __metadata:
languageName: node
linkType: hard

"@apicize/lib-typescript@npm:^0.9.2, @apicize/lib-typescript@workspace:@apicize/lib-typescript":
"@apicize/lib-typescript@npm:^0.9.3, @apicize/lib-typescript@workspace:@apicize/lib-typescript":
version: 0.0.0-use.local
resolution: "@apicize/lib-typescript@workspace:@apicize/lib-typescript"
dependencies:
typescript: "npm:^5.2.2"
languageName: unknown
linkType: soft

"@apicize/toolkit@npm:^0.9.2, @apicize/toolkit@workspace:@apicize/toolkit":
"@apicize/toolkit@npm:^0.9.3, @apicize/toolkit@workspace:@apicize/toolkit":
version: 0.0.0-use.local
resolution: "@apicize/toolkit@workspace:@apicize/toolkit"
dependencies:
"@apicize/lib-typescript": "npm:^0.9.2"
"@apicize/lib-typescript": "npm:^0.9.3"
"@dnd-kit/core": "npm:^6.1.0"
"@emotion/react": "npm:^11.11.1"
"@emotion/styled": "npm:^11.11.0"
Expand Down Expand Up @@ -2655,7 +2655,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "app@workspace:app"
dependencies:
"@apicize/toolkit": "npm:^0.9.2"
"@apicize/toolkit": "npm:^0.9.3"
"@dnd-kit/core": "npm:^6.1.0"
"@mui/material": "npm:^6.1.1"
"@mui/system": "npm:^6.1.1"
Expand Down

0 comments on commit a6ee67a

Please sign in to comment.