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 Dec 3, 2023
1 parent 020e2df commit f3ca174
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-buckets-tan.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rich-pillows-invite.md

This file was deleted.

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

## 0.0.12

### Patch Changes

- [#102](https://github.com/NordcomInc/nordstar/pull/102) [`90fbd26`](https://github.com/NordcomInc/nordstar/commit/90fbd2622071b5b992856ac4b08cb4f279fa71c5) Thanks [@filiphsps](https://github.com/filiphsps)! - Add `<Accented/>` component to highlight text with an accent color.

- Updated dependencies [[`2865136`](https://github.com/NordcomInc/nordstar/commit/28651364a2fb32d9353733cf32a6dc01c5943bc4)]:
- @nordcom/nordstar-system@0.0.12
2 changes: 1 addition & 1 deletion packages/components/accented/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@nordcom/nordstar-accented",
"type": "module",
"version": "0.0.0",
"version": "0.0.12",
"description": "",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
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.12

### Patch Changes

- [#102](https://github.com/NordcomInc/nordstar/pull/102) [`2865136`](https://github.com/NordcomInc/nordstar/commit/28651364a2fb32d9353733cf32a6dc01c5943bc4) Thanks [@filiphsps](https://github.com/filiphsps)! - Add theme prop to `<NordstarProvider/>`.

- Updated dependencies [[`2865136`](https://github.com/NordcomInc/nordstar/commit/28651364a2fb32d9353733cf32a6dc01c5943bc4)]:
- @nordcom/nordstar-system@0.0.12

## 0.0.11

### 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
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@nordcom/nordstar-card",
"type": "module",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "./src/index.ts",
"types": "./src/index.ts",
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.12

### Patch Changes

- [#102](https://github.com/NordcomInc/nordstar/pull/102) [`2865136`](https://github.com/NordcomInc/nordstar/commit/28651364a2fb32d9353733cf32a6dc01c5943bc4) Thanks [@filiphsps](https://github.com/filiphsps)! - Add theme prop to `<NordstarProvider/>`.

- Updated dependencies [[`2865136`](https://github.com/NordcomInc/nordstar/commit/28651364a2fb32d9353733cf32a6dc01c5943bc4)]:
- @nordcom/nordstar-system@0.0.12

## 0.0.11

### 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
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@nordcom/nordstar-heading",
"type": "module",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/components/view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nordcom/nordstar-view

## 0.0.12

### Patch Changes

- [#102](https://github.com/NordcomInc/nordstar/pull/102) [`2865136`](https://github.com/NordcomInc/nordstar/commit/28651364a2fb32d9353733cf32a6dc01c5943bc4) Thanks [@filiphsps](https://github.com/filiphsps)! - Add theme prop to `<NordstarProvider/>`.

- Updated dependencies [[`2865136`](https://github.com/NordcomInc/nordstar/commit/28651364a2fb32d9353733cf32a6dc01c5943bc4)]:
- @nordcom/nordstar-system@0.0.12

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@nordcom/nordstar-view",
"type": "module",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/nordstar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nordcom/nordstar

## 0.0.12

### Patch Changes

- Updated dependencies [[`90fbd26`](https://github.com/NordcomInc/nordstar/commit/90fbd2622071b5b992856ac4b08cb4f279fa71c5), [`2865136`](https://github.com/NordcomInc/nordstar/commit/28651364a2fb32d9353733cf32a6dc01c5943bc4)]:
- @nordcom/nordstar-accented@0.0.12
- @nordcom/nordstar-heading@0.0.12
- @nordcom/nordstar-card@0.0.12
- @nordcom/nordstar-view@0.0.12
- @nordcom/nordstar-system@0.0.12

## 0.0.11

### 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
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@nordcom/nordstar",
"type": "module",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nordcom/nordstar-system

## 0.0.12

### Patch Changes

- [#102](https://github.com/NordcomInc/nordstar/pull/102) [`2865136`](https://github.com/NordcomInc/nordstar/commit/28651364a2fb32d9353733cf32a6dc01c5943bc4) Thanks [@filiphsps](https://github.com/filiphsps)! - Add theme prop to `<NordstarProvider/>`.

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@nordcom/nordstar-system",
"type": "module",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down

1 comment on commit f3ca174

@vercel
Copy link

@vercel vercel bot commented on f3ca174 Dec 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nordstar – ./docs

nordstar-git-master-nordcom.vercel.app
nordstar.vercel.app
nordstar-nordcom.vercel.app
nordstar.nordcom.io

Please sign in to comment.