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 10, 2024
1 parent b27b4f0 commit 64fff93
Show file tree
Hide file tree
Showing 24 changed files with 121 additions and 66 deletions.
4 changes: 0 additions & 4 deletions .changeset/dependencies-GH-247.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dont-you.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/the-man.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.33",
"@nordcom/nordstar": "0.0.34",
"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.

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

## 0.0.34

### Patch Changes

- Updated dependencies []:
- @nordcom/nordstar-system@0.0.34

## 0.0.33

### 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.33",
"version": "0.0.34",
"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.33"
"@nordcom/nordstar-system": "0.0.34"
},
"peerDependencies": {
"react": ">=18",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nordcom/nordstar-button

## 0.0.34

### Patch Changes

- Updated dependencies []:
- @nordcom/nordstar-system@0.0.34

## 0.0.33

### 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.33",
"version": "0.0.34",
"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.33"
"@nordcom/nordstar-system": "0.0.34"
},
"peerDependencies": {
"react": ">=18",
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.34

### Patch Changes

- [`b27b4f0`](https://github.com/NordcomInc/nordstar/commit/b27b4f00506b8ab8abf46d9f5cca6dcad2977f62) Thanks [@filiphsps](https://github.com/filiphsps)! - Add `<Card.Divider/>` child component.

- Updated dependencies []:
- @nordcom/nordstar-system@0.0.34

## 0.0.33

### 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.33",
"version": "0.0.34",
"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.33"
"@nordcom/nordstar-system": "0.0.34"
},
"peerDependencies": {
"react": ">=18",
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.34

### Patch Changes

- Updated dependencies []:
- @nordcom/nordstar-system@0.0.34

## 0.0.33

### 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.33",
"version": "0.0.34",
"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.33"
"@nordcom/nordstar-system": "0.0.34"
},
"peerDependencies": {
"react": ">=18",
Expand Down
9 changes: 9 additions & 0 deletions packages/components/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nordcom/nordstar-input

## 0.0.34

### Patch Changes

- [`8998013`](https://github.com/NordcomInc/nordstar/commit/8998013e260d77d3dfaadd39f09e4bcac5478a62) Thanks [@filiphsps](https://github.com/filiphsps)! - Fix height changing during label animation.

- Updated dependencies []:
- @nordcom/nordstar-system@0.0.34

## 0.0.33

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/input/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-input",
"type": "module",
"version": "0.0.33",
"version": "0.0.34",
"description": "",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down Expand Up @@ -63,7 +63,7 @@
"access": "public"
},
"dependencies": {
"@nordcom/nordstar-system": "0.0.33"
"@nordcom/nordstar-system": "0.0.34"
},
"peerDependencies": {
"react": ">=18",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/label/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nordcom/nordstar-label

## 0.0.34

### Patch Changes

- Updated dependencies []:
- @nordcom/nordstar-system@0.0.34

## 0.0.33

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/label/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-label",
"type": "module",
"version": "0.0.33",
"version": "0.0.34",
"description": "A component used to describe other components or groups of components.",
"main": "./src/index.ts",
"prettier": "@nordcom/prettier",
Expand Down Expand Up @@ -64,7 +64,7 @@
"access": "public"
},
"dependencies": {
"@nordcom/nordstar-system": "0.0.33"
"@nordcom/nordstar-system": "0.0.34"
},
"peerDependencies": {
"react": ">=18",
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.34

### Patch Changes

- Updated dependencies []:
- @nordcom/nordstar-system@0.0.34

## 0.0.33

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.33",
"version": "0.0.34",
"description": "Display a dedicated view; (aka page) somewhere in your app.",
"main": "./src/index.ts",
"prettier": "@nordcom/prettier",
Expand Down Expand Up @@ -66,7 +66,7 @@
"access": "public"
},
"dependencies": {
"@nordcom/nordstar-system": "0.0.33"
"@nordcom/nordstar-system": "0.0.34"
},
"peerDependencies": {
"react": ">=18",
Expand Down
Loading

0 comments on commit 64fff93

Please sign in to comment.