Skip to content

Commit

Permalink
Changeset: Increment package & dependecy 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 committed Jan 16, 2024
1 parent d3c8e0d commit 4c2ab67
Show file tree
Hide file tree
Showing 30 changed files with 173 additions and 115 deletions.
13 changes: 0 additions & 13 deletions .changeset/dependencies-GH-250.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/dependencies-GH-251.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/dependencies-GH-252.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/dependencies-GH-253.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/dependencies-GH-254.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/dependencies-GH-255.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/dependencies-GH-256.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/dependencies-GH-258.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/dependencies-GH-259.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"homepage": "https://nordstar.nordcom.io/",
"dependencies": {
"@nordcom/nordstar": "0.0.34",
"@nordcom/nordstar": "0.0.35",
"next": "14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
52 changes: 26 additions & 26 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/components/accented/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nordcom/nordstar-accented

## 0.0.35

### Patch Changes

- [#250](https://github.com/NordcomInc/nordstar/pull/250) [`a9cc081`](https://github.com/NordcomInc/nordstar/commit/a9cc0816f18ce8f0d879e989705bb8aa7cb108b5) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.0.

- [#252](https://github.com/NordcomInc/nordstar/pull/252) [`2f836e9`](https://github.com/NordcomInc/nordstar/commit/2f836e92d17941b6d131021c821625f7c41a360b) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.1.

- [#253](https://github.com/NordcomInc/nordstar/pull/253) [`914b186`](https://github.com/NordcomInc/nordstar/commit/914b1862e4e211b423f15205f204a25fcce5b94d) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.2.

- Updated dependencies [[`a9cc081`](https://github.com/NordcomInc/nordstar/commit/a9cc0816f18ce8f0d879e989705bb8aa7cb108b5), [`2f836e9`](https://github.com/NordcomInc/nordstar/commit/2f836e92d17941b6d131021c821625f7c41a360b), [`914b186`](https://github.com/NordcomInc/nordstar/commit/914b1862e4e211b423f15205f204a25fcce5b94d)]:
- @nordcom/nordstar-system@0.0.35

## 0.0.34

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.34",
"version": "0.0.35",
"description": "Highlight text with an accent color.",
"main": "./src/index.ts",
"prettier": "@nordcom/prettier",
Expand Down Expand Up @@ -64,7 +64,7 @@
"access": "public"
},
"dependencies": {
"@nordcom/nordstar-system": "0.0.34"
"@nordcom/nordstar-system": "0.0.35"
},
"peerDependencies": {
"react": ">=18",
Expand Down
13 changes: 13 additions & 0 deletions packages/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nordcom/nordstar-button

## 0.0.35

### Patch Changes

- [#250](https://github.com/NordcomInc/nordstar/pull/250) [`a9cc081`](https://github.com/NordcomInc/nordstar/commit/a9cc0816f18ce8f0d879e989705bb8aa7cb108b5) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.0.

- [#252](https://github.com/NordcomInc/nordstar/pull/252) [`2f836e9`](https://github.com/NordcomInc/nordstar/commit/2f836e92d17941b6d131021c821625f7c41a360b) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.1.

- [#253](https://github.com/NordcomInc/nordstar/pull/253) [`914b186`](https://github.com/NordcomInc/nordstar/commit/914b1862e4e211b423f15205f204a25fcce5b94d) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.2.

- Updated dependencies [[`a9cc081`](https://github.com/NordcomInc/nordstar/commit/a9cc0816f18ce8f0d879e989705bb8aa7cb108b5), [`2f836e9`](https://github.com/NordcomInc/nordstar/commit/2f836e92d17941b6d131021c821625f7c41a360b), [`914b186`](https://github.com/NordcomInc/nordstar/commit/914b1862e4e211b423f15205f204a25fcce5b94d)]:
- @nordcom/nordstar-system@0.0.35

## 0.0.34

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/button/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-button",
"type": "module",
"version": "0.0.34",
"version": "0.0.35",
"description": "A component for triggering actionable events on an interaction with it (or as most would call it, a button).",
"main": "./src/index.ts",
"prettier": "@nordcom/prettier",
Expand Down Expand Up @@ -64,7 +64,7 @@
"access": "public"
},
"dependencies": {
"@nordcom/nordstar-system": "0.0.34"
"@nordcom/nordstar-system": "0.0.35"
},
"peerDependencies": {
"react": ">=18",
Expand Down
13 changes: 13 additions & 0 deletions packages/components/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nordcom/nordstar-card

## 0.0.35

### Patch Changes

- [#250](https://github.com/NordcomInc/nordstar/pull/250) [`a9cc081`](https://github.com/NordcomInc/nordstar/commit/a9cc0816f18ce8f0d879e989705bb8aa7cb108b5) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.0.

- [#252](https://github.com/NordcomInc/nordstar/pull/252) [`2f836e9`](https://github.com/NordcomInc/nordstar/commit/2f836e92d17941b6d131021c821625f7c41a360b) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.1.

- [#253](https://github.com/NordcomInc/nordstar/pull/253) [`914b186`](https://github.com/NordcomInc/nordstar/commit/914b1862e4e211b423f15205f204a25fcce5b94d) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.2.

- Updated dependencies [[`a9cc081`](https://github.com/NordcomInc/nordstar/commit/a9cc0816f18ce8f0d879e989705bb8aa7cb108b5), [`2f836e9`](https://github.com/NordcomInc/nordstar/commit/2f836e92d17941b6d131021c821625f7c41a360b), [`914b186`](https://github.com/NordcomInc/nordstar/commit/914b1862e4e211b423f15205f204a25fcce5b94d)]:
- @nordcom/nordstar-system@0.0.35

## 0.0.34

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.34",
"version": "0.0.35",
"description": "Card is a consistent card-like container for blocks of content.",
"main": "./src/index.ts",
"prettier": "@nordcom/prettier",
Expand Down Expand Up @@ -66,7 +66,7 @@
"access": "public"
},
"dependencies": {
"@nordcom/nordstar-system": "0.0.34"
"@nordcom/nordstar-system": "0.0.35"
},
"peerDependencies": {
"react": ">=18",
Expand Down
13 changes: 13 additions & 0 deletions packages/components/heading/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nordcom/nordstar-heading

## 0.0.35

### Patch Changes

- [#250](https://github.com/NordcomInc/nordstar/pull/250) [`a9cc081`](https://github.com/NordcomInc/nordstar/commit/a9cc0816f18ce8f0d879e989705bb8aa7cb108b5) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.0.

- [#252](https://github.com/NordcomInc/nordstar/pull/252) [`2f836e9`](https://github.com/NordcomInc/nordstar/commit/2f836e92d17941b6d131021c821625f7c41a360b) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.1.

- [#253](https://github.com/NordcomInc/nordstar/pull/253) [`914b186`](https://github.com/NordcomInc/nordstar/commit/914b1862e4e211b423f15205f204a25fcce5b94d) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.2.

- Updated dependencies [[`a9cc081`](https://github.com/NordcomInc/nordstar/commit/a9cc0816f18ce8f0d879e989705bb8aa7cb108b5), [`2f836e9`](https://github.com/NordcomInc/nordstar/commit/2f836e92d17941b6d131021c821625f7c41a360b), [`914b186`](https://github.com/NordcomInc/nordstar/commit/914b1862e4e211b423f15205f204a25fcce5b94d)]:
- @nordcom/nordstar-system@0.0.35

## 0.0.34

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.34",
"version": "0.0.35",
"description": "Component used to display title/heading text.",
"main": "./src/index.ts",
"prettier": "@nordcom/prettier",
Expand Down Expand Up @@ -66,7 +66,7 @@
"access": "public"
},
"dependencies": {
"@nordcom/nordstar-system": "0.0.34"
"@nordcom/nordstar-system": "0.0.35"
},
"peerDependencies": {
"react": ">=18",
Expand Down
13 changes: 13 additions & 0 deletions packages/components/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nordcom/nordstar-input

## 0.0.35

### Patch Changes

- [#250](https://github.com/NordcomInc/nordstar/pull/250) [`a9cc081`](https://github.com/NordcomInc/nordstar/commit/a9cc0816f18ce8f0d879e989705bb8aa7cb108b5) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.0.

- [#252](https://github.com/NordcomInc/nordstar/pull/252) [`2f836e9`](https://github.com/NordcomInc/nordstar/commit/2f836e92d17941b6d131021c821625f7c41a360b) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.1.

- [#253](https://github.com/NordcomInc/nordstar/pull/253) [`914b186`](https://github.com/NordcomInc/nordstar/commit/914b1862e4e211b423f15205f204a25fcce5b94d) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.2.

- Updated dependencies [[`a9cc081`](https://github.com/NordcomInc/nordstar/commit/a9cc0816f18ce8f0d879e989705bb8aa7cb108b5), [`2f836e9`](https://github.com/NordcomInc/nordstar/commit/2f836e92d17941b6d131021c821625f7c41a360b), [`914b186`](https://github.com/NordcomInc/nordstar/commit/914b1862e4e211b423f15205f204a25fcce5b94d)]:
- @nordcom/nordstar-system@0.0.35

## 0.0.34

### Patch Changes
Expand Down
Loading

0 comments on commit 4c2ab67

Please sign in to comment.