Skip to content

Commit 2a0f6b2

Browse files
committed
core: Added ProzillaOS router
1 parent 0ab8ded commit 2a0f6b2

40 files changed

+521
-389
lines changed

packages/apps/browser/CHANGELOG.md

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

3+
## 1.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @prozilla-os/core@1.3.1
9+
310
## 1.1.5
411

512
### 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.5",
4+
"version": "1.1.6",
55
"homepage": "https://os.prozilla.dev/browser",
66
"author": {
77
"name": "Prozilla",

packages/apps/calculator/CHANGELOG.md

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

3+
## 1.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @prozilla-os/core@1.3.1
9+
310
## 1.1.5
411

512
### 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.5",
4+
"version": "1.1.6",
55
"homepage": "https://os.prozilla.dev/calculator",
66
"author": {
77
"name": "Prozilla",

packages/apps/file-explorer/CHANGELOG.md

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

3+
## 1.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @prozilla-os/core@1.3.1
9+
310
## 1.1.5
411

512
### Patch Changes

packages/apps/file-explorer/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/file-explorer",
33
"description": "A standard ProzillaOS application for browsing files.",
4-
"version": "1.1.5",
4+
"version": "1.1.6",
55
"homepage": "https://os.prozilla.dev/file-explorer",
66
"author": {
77
"name": "Prozilla",

packages/apps/logic-sim/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @prozilla-os/logic-sim
22

3+
## 1.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @prozilla-os/core@1.3.1
9+
310
## 1.1.5
411

512
### Patch Changes

packages/apps/logic-sim/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/logic-sim",
33
"description": "A ProzillaOS application for simulating digital logic.",
4-
"version": "1.1.5",
4+
"version": "1.1.6",
55
"homepage": "https://os.prozilla.dev/logic-sim",
66
"author": {
77
"name": "Prozilla",

packages/apps/media-viewer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @prozilla-os/media-viewer
22

3+
## 1.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @prozilla-os/core@1.3.1
9+
310
## 1.1.5
411

512
### Patch Changes

packages/apps/media-viewer/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/media-viewer",
33
"description": "A ProzillaOS application for viewing different kinds of media.",
4-
"version": "1.1.5",
4+
"version": "1.1.6",
55
"homepage": "https://os.prozilla.dev/media-viewer",
66
"author": {
77
"name": "Prozilla",

0 commit comments

Comments
 (0)