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 17, 2023
1 parent 6c864e7 commit e17dc04
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/sixty-rice-stare.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tough-cobras-dream.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/components/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nordcom/nordstar-card

## 0.0.5

### Patch Changes

- [#56](https://github.com/NordcomInc/nordstar/pull/56) [`394fd8b`](https://github.com/NordcomInc/nordstar/commit/394fd8b9c9216644267e55e05ac5f6f5e6ca05a0) Thanks [@filiphsps](https://github.com/filiphsps)! - Attempt to properly exporting the typings.

- Updated dependencies [[`99f6c4c`](https://github.com/NordcomInc/nordstar/commit/99f6c4ca1bff0db7a0650be5abe1d5a65c51cf8d)]:
- @nordcom/nordstar-system@0.0.5

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/card/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-card",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/components/heading/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nordcom/nordstar-heading

## 0.0.5

### Patch Changes

- [#56](https://github.com/NordcomInc/nordstar/pull/56) [`394fd8b`](https://github.com/NordcomInc/nordstar/commit/394fd8b9c9216644267e55e05ac5f6f5e6ca05a0) Thanks [@filiphsps](https://github.com/filiphsps)! - Attempt to properly exporting the typings.

- Updated dependencies [[`99f6c4c`](https://github.com/NordcomInc/nordstar/commit/99f6c4ca1bff0db7a0650be5abe1d5a65c51cf8d)]:
- @nordcom/nordstar-system@0.0.5

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/heading/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-heading",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
Expand Down
14 changes: 14 additions & 0 deletions packages/core/nordstar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @nordcom/nordstar

## 0.0.5

### Patch Changes

- [#58](https://github.com/NordcomInc/nordstar/pull/58) [`99f6c4c`](https://github.com/NordcomInc/nordstar/commit/99f6c4ca1bff0db7a0650be5abe1d5a65c51cf8d) Thanks [@filiphsps](https://github.com/filiphsps)! - Move `<NordstarProvider/>` into a separate package.
This is done to avoid circular dependencies between `@nordcom/nordstar` and `@nordcom/nordstar-*` as the meta package were importing and then exporting all sub packages.

- [#56](https://github.com/NordcomInc/nordstar/pull/56) [`394fd8b`](https://github.com/NordcomInc/nordstar/commit/394fd8b9c9216644267e55e05ac5f6f5e6ca05a0) Thanks [@filiphsps](https://github.com/filiphsps)! - Attempt to properly exporting the typings.

- Updated dependencies [[`99f6c4c`](https://github.com/NordcomInc/nordstar/commit/99f6c4ca1bff0db7a0650be5abe1d5a65c51cf8d), [`394fd8b`](https://github.com/NordcomInc/nordstar/commit/394fd8b9c9216644267e55e05ac5f6f5e6ca05a0)]:
- @nordcom/nordstar-system@0.0.5
- @nordcom/nordstar-heading@0.0.5
- @nordcom/nordstar-card@0.0.5

## 0.0.4

### Patch Changes
Expand Down
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.4",
"version": "0.0.5",
"description": "",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @nordcom/nordstar-system

## 0.0.5

### Patch Changes

- [#58](https://github.com/NordcomInc/nordstar/pull/58) [`99f6c4c`](https://github.com/NordcomInc/nordstar/commit/99f6c4ca1bff0db7a0650be5abe1d5a65c51cf8d) Thanks [@filiphsps](https://github.com/filiphsps)! - Move `<NordstarProvider/>` into a separate package.
This is done to avoid circular dependencies between `@nordcom/nordstar` and `@nordcom/nordstar-*` as the meta package were importing and then exporting all sub packages.
2 changes: 1 addition & 1 deletion packages/core/system/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-system",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit e17dc04

Please sign in to comment.