Skip to content

Commit 6c42e41

Browse files
committed
Fixed internal dependency resolution
1 parent 20cbe0c commit 6c42e41

35 files changed

+233
-24
lines changed

demo/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const ENABLE_ALIASES = true;
1818
* Enables importing local packages from their dist (build) directory instead of their src directory
1919
* Useful for testing builds before publishing
2020
*/
21-
const USE_PACKAGE_BUILDS = false;
21+
const USE_PACKAGE_BUILDS = true;
2222

2323
function generateAliases() {
2424
if (!ENABLE_ALIASES) return {};

docs/src/about/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ If you want me to continue developing ProzillaOS and adding awesome features, co
2525

2626
## Resources
2727

28-
- [Design system - Figma](https://www.figma.com/design/bEE5RyWgV0QILcXpZWEk2r/ProzillaOS?node-id=0-1&t=gbL2aXquEjAJdtM7-1)
28+
- [Design system - Figma](https://www.figma.com/community/file/1432317697123280442/prozillaos-design-system)
2929
- [Task board - Notion](https://prozilla.notion.site/8325fabca1fb4f9885b6d6dfd5aa64c8)

docs/src/about/skins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image: "https://os.prozilla.dev/docs/screenshots/skins/mac.png"
88

99
{{ $frontmatter.description }}
1010

11-
For more information about how to use skins, read the [documentation](../reference/skins/classes/skin). You can find the Figma file for the assets of ProzillaOS [here](https://www.figma.com/design/bEE5RyWgV0QILcXpZWEk2r/ProzillaOS?node-id=0-1&t=gbL2aXquEjAJdtM7-1).
11+
For more information about how to use skins, read the [documentation](../reference/skins/classes/skin). You can find the Figma file for the assets of ProzillaOS [here](https://www.figma.com/community/file/1432317697123280442/prozillaos-design-system).
1212

1313
## [Default](https://os.prozilla.dev/)
1414

packages/apps/app-center/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @prozilla-os/app-center
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Fixed internal dependency resolution
8+
- Updated dependencies
9+
- @prozilla-os/core@1.3.6
10+
11+
## 1.0.3
12+
13+
### Patch Changes
14+
15+
- @prozilla-os/core@1.3.5
16+
317
## 1.0.2
418

519
### Patch Changes

packages/apps/app-center/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@prozilla-os/app-center",
33
"description": "A ProzillaOS application for browsing and installing applications.",
4-
"version": "1.0.2",
4+
"version": "1.0.4",
55
"homepage": "https://os.prozilla.dev/app-center",
66
"author": {
77
"name": "Prozilla",

packages/apps/browser/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @prozilla-os/browser
22

3+
## 1.1.11
4+
5+
### Patch Changes
6+
7+
- Fixed internal dependency resolution
8+
- Updated dependencies
9+
- @prozilla-os/core@1.3.6
10+
11+
## 1.1.10
12+
13+
### Patch Changes
14+
15+
- @prozilla-os/core@1.3.5
16+
317
## 1.1.9
418

519
### Patch Changes

packages/apps/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@prozilla-os/browser",
33
"description": "A ProzillaOS application for browsing the internet.",
4-
"version": "1.1.9",
4+
"version": "1.1.11",
55
"homepage": "https://os.prozilla.dev/browser",
66
"author": {
77
"name": "Prozilla",

packages/apps/calculator/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @prozilla-os/calculator
22

3+
## 1.1.11
4+
5+
### Patch Changes
6+
7+
- Fixed internal dependency resolution
8+
- Updated dependencies
9+
- @prozilla-os/core@1.3.6
10+
11+
## 1.1.10
12+
13+
### Patch Changes
14+
15+
- @prozilla-os/core@1.3.5
16+
317
## 1.1.9
418

519
### Patch Changes

packages/apps/calculator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@prozilla-os/calculator",
33
"description": "A ProzillaOS application for making basic calculations.",
4-
"version": "1.1.9",
4+
"version": "1.1.11",
55
"homepage": "https://os.prozilla.dev/calculator",
66
"author": {
77
"name": "Prozilla",

packages/apps/file-explorer/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @prozilla-os/file-explorer
22

3+
## 1.1.11
4+
5+
### Patch Changes
6+
7+
- Fixed internal dependency resolution
8+
- Updated dependencies
9+
- @prozilla-os/core@1.3.6
10+
11+
## 1.1.10
12+
13+
### Patch Changes
14+
15+
- @prozilla-os/core@1.3.5
16+
317
## 1.1.9
418

519
### Patch Changes

0 commit comments

Comments
 (0)