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 18, 2023
1 parent 14cb78a commit afb79a6
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-carrots-bathe.md

This file was deleted.

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

## 0.0.10

### Patch Changes

- Updated dependencies [[`fba1544`](https://github.com/NordcomInc/nordstar/commit/fba1544bd929659f2d29c4b09d100b6aa44d650c)]:
- @nordcom/nordstar-system@0.0.10

## 0.0.9

### 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.9",
"version": "0.0.10",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/heading/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nordcom/nordstar-heading

## 0.0.10

### Patch Changes

- Updated dependencies [[`fba1544`](https://github.com/NordcomInc/nordstar/commit/fba1544bd929659f2d29c4b09d100b6aa44d650c)]:
- @nordcom/nordstar-system@0.0.10

## 0.0.9

### 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.9",
"version": "0.0.10",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nordcom/nordstar-view

## 0.0.10

### Patch Changes

- Updated dependencies [[`fba1544`](https://github.com/NordcomInc/nordstar/commit/fba1544bd929659f2d29c4b09d100b6aa44d650c)]:
- @nordcom/nordstar-system@0.0.10

## 0.0.9

### 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.9",
"version": "0.0.10",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/nordstar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nordcom/nordstar

## 0.0.10

### Patch Changes

- Updated dependencies [[`fba1544`](https://github.com/NordcomInc/nordstar/commit/fba1544bd929659f2d29c4b09d100b6aa44d650c)]:
- @nordcom/nordstar-system@0.0.10
- @nordcom/nordstar-card@0.0.10
- @nordcom/nordstar-heading@0.0.10
- @nordcom/nordstar-view@0.0.10

## 0.0.9

### 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.9",
"version": "0.0.10",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.js",
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.10

### Patch Changes

- [#69](https://github.com/NordcomInc/nordstar/pull/69) [`fba1544`](https://github.com/NordcomInc/nordstar/commit/fba1544bd929659f2d29c4b09d100b6aa44d650c) Thanks [@filiphsps](https://github.com/filiphsps)! - Remove unused css module.

## 0.0.9

### 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.9",
"version": "0.0.10",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

1 comment on commit afb79a6

@vercel
Copy link

@vercel vercel bot commented on afb79a6 Nov 18, 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-nordcom.vercel.app
nordstar.vercel.app
nordstar.nordcom.io

Please sign in to comment.