Skip to content

Commit dd30271

Browse files
authored
Merge pull request #1850 from o1-labs/1799-move-openmina-shared-and-openmina-styles-into-vendor
Move openmina-shared and openmina-styles into vendor directory
2 parents 3c259fd + 31a483b commit dd30271

File tree

144 files changed

+19918
-1266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+19918
-1266
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4949
fix [#1864](https://github.com/o1-labs/mina-rust/issues/1864)
5050
([#1898](https://github.com/o1-labs/mina-rust/pull/1898),
5151
[#1872](https://github.com/o1-labs/mina-rust/pull/1872)).
52+
([#1872](https://github.com/o1-labs/mina-rust/pull/1872))
53+
- **Frontend**: Move `@openmina/shared` and `openmina-styles` from npm packages
54+
to vendor directory as local file dependencies, simplifying frontend
55+
dependency management and consolidating all frontend code in the monorepo
56+
([#1799](https://github.com/o1-labs/openmina/pull/1799))
5257
- **Dependency**: use tag instead of references of o1-labs/proof-systems, fix
5358
[[#1674](https://github.com/o1-labs/mina-rust/issues/1674)]
5459
([#1673](https://github.com/o1-labs/mina-rust/pull/1673))

frontend/angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"src/assets",
5858
"src/assets/styles",
5959
"src/assets/styles/utilities",
60-
"src/assets/images"
60+
"src/assets/images",
61+
"vendor/openmina-shared/src/assets/styles"
6162
]
6263
},
6364
"scripts": [

0 commit comments

Comments
 (0)