Skip to content

Commit

Permalink
Changeset: Increment package versions.
Browse files Browse the repository at this point in the history
Congratulations on the new release! 🎉
This is an automated commit triggered by the `release` workflow.
  • Loading branch information
nordcombot authored and filiphsps committed Nov 5, 2023
1 parent 3674eb1 commit 4b427dd
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 19 deletions.
13 changes: 0 additions & 13 deletions .changeset/rude-numbers-rescue.md

This file was deleted.

16 changes: 16 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @nordcom/nordstar-docs

## 0.0.2

### Patch Changes

- [#29](https://github.com/NordcomInc/nordstar/pull/29) [`f2705e7`](https://github.com/NordcomInc/nordstar/commit/f2705e7da345bb82bf81f0db51495b064d1f1846) Thanks [@filiphsps](https://github.com/filiphsps)! - Added an initial `<NordstarProvider/>` component.

This will in the future be used to deal with things like overlays,
modals, and other components that need to be rendered outside of the
normal flow of the application. It will most likely also deal with the
theming of the components (instead of using a dedicated
`<ThemeProvider/>`) and the `i18n` support. (d8afab94).

- Updated dependencies [[`f2705e7`](https://github.com/NordcomInc/nordstar/commit/f2705e7da345bb82bf81f0db51495b064d1f1846)]:
- @nordcom/nordstar@0.0.2
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nordcom/nordstar-docs",
"version": "0.0.1",
"version": "0.0.2",
"sideEffects": false,
"type": "module",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions packages/core/nordstar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @nordcom/nordstar

## 0.0.2

### Patch Changes

- [#29](https://github.com/NordcomInc/nordstar/pull/29) [`f2705e7`](https://github.com/NordcomInc/nordstar/commit/f2705e7da345bb82bf81f0db51495b064d1f1846) Thanks [@filiphsps](https://github.com/filiphsps)! - Added an initial `<NordstarProvider/>` component.

This will in the future be used to deal with things like overlays,
modals, and other components that need to be rendered outside of the
normal flow of the application. It will most likely also deal with the
theming of the components (instead of using a dedicated
`<ThemeProvider/>`) and the `i18n` support. (d8afab94).
2 changes: 1 addition & 1 deletion packages/core/nordstar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nordcom/nordstar",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "src/index.ts",
"sideEffects": false,
Expand Down
16 changes: 16 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @nordcom/nordstar-storybook

## 0.0.2

### Patch Changes

- [#29](https://github.com/NordcomInc/nordstar/pull/29) [`f2705e7`](https://github.com/NordcomInc/nordstar/commit/f2705e7da345bb82bf81f0db51495b064d1f1846) Thanks [@filiphsps](https://github.com/filiphsps)! - Added an initial `<NordstarProvider/>` component.

This will in the future be used to deal with things like overlays,
modals, and other components that need to be rendered outside of the
normal flow of the application. It will most likely also deal with the
theming of the components (instead of using a dedicated
`<ThemeProvider/>`) and the `i18n` support. (d8afab94).

- Updated dependencies [[`f2705e7`](https://github.com/NordcomInc/nordstar/commit/f2705e7da345bb82bf81f0db51495b064d1f1846)]:
- @nordcom/nordstar@0.0.2
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nordcom/nordstar-storybook",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "src/index.ts",
"sideEffects": false,
Expand Down

0 comments on commit 4b427dd

Please sign in to comment.