Skip to content

Commit

Permalink
chore: missing renaming of package/open-scd ot packages/openscd (#…
Browse files Browse the repository at this point in the history
…1528)

* chore: adds serve script to distribution and root package.json

* chore: remove unused imports

* fix: plugins reactivity issue

* chore: rename `pacakges/open-scd` to `packages/openscd` across the repo

Signed-off-by: Juan Munoz <juancho0202@gmail.com>

* docs: added serve script to README in packages/distribution

Signed-off-by: Juan Munoz <juancho0202@gmail.com>

---------

Signed-off-by: Juan Munoz <juancho0202@gmail.com>
  • Loading branch information
juancho0202 authored May 16, 2024
1 parent 748b352 commit 1d27406
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
paths:
- "packages/open-scd/**"
- "packages/openscd/**"

jobs:
build-and-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/open-scd": "0.34.0",
"packages/openscd": "0.34.0",
"packages/core": "0.1.1"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you would like to list your plug-in here, please open a pull request.

This repository is a [↗ monorepo](https://en.wikipedia.org/wiki/Monorepo), made up of several packages.
To find out more about the development of each packages, such as the base distribution or the plugins, please refer to their respective READMEs:
- [open-scd](packages/open-scd/README.md): provides the base distribution available on [openscd.github.io](https://openscd.github.io)
- [open-scd](packages/openscd/README.md): provides the base distribution available on [openscd.github.io](https://openscd.github.io)
- [core](packages/core/README.md): provides the agreed api of OpenSCD Core

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion docs/plug-ins.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We mark our official plug-ins that are supported by the OpenSCD organization wit
> If you want to add a plug-in to this list, please open a pull request.
> [!TIP]
> How to install a plug-in: [Extensions.md](../packages/open-scd/public/md/Extensions.md)
> How to install a plug-in: [Extensions.md](../packages/openscd/public/md/Extensions.md)
## Core Plug-ins

Expand Down
1 change: 1 addition & 0 deletions packages/distribution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ We provide the following `npm` scripts for your convenience:
- `npm run format` runs the formatter (formats your code in a unified way)
- `npm run doc` builds HTML documentation into the `doc` directory
- `npm run build` builds a deployable version of the project into the `dist` directory
- `npm run serve` starts a local server to serve the built project files (useful for testing the production version of OpenSCD)

## License

Expand Down
2 changes: 1 addition & 1 deletion packages/openscd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openscd/open-scd",
"version": "0.34.0",
"repository": "https://github.com/openscd/open-scd.git",
"directory": "packages/open-scd",
"directory": "packages/openscd",
"description": "A bottom-up substation configuration designer for projects described using SCL `IEC 61850-6` Edition 2 or greater.",
"keywords": [
"SCL",
Expand Down
2 changes: 1 addition & 1 deletion packages/openscd/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openscd/open-scd",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "packages/open-scd/src",
"sourceRoot": "packages/openscd/src",
"targets": {
}
}
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
],
"packages": {
"packages/open-scd": {
"packages/openscd": {
"component": "open-scd",
"changelog-path": "CHANGELOG.md",
"release-type": "node",
Expand Down

0 comments on commit 1d27406

Please sign in to comment.