Skip to content

Commit 758e64f

Browse files
authored
Merge pull request #2 from algoux/changeset-release/master
release: version packages
2 parents 3b3aba1 + b70b19b commit 758e64f

15 files changed

Lines changed: 63 additions & 18 deletions

File tree

.changeset/bright-licenses-appear.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/angular/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @algoux/standard-ranklist-renderer-component-angular
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- 3b3aba1: Declare the MIT license in each package manifest so npm displays the package license correctly.
8+
- Updated dependencies [3b3aba1]
9+
- @algoux/standard-ranklist-renderer-component-core@0.5.1
10+
311
## 0.5.0
412

513
### Minor Changes

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algoux/standard-ranklist-renderer-component-angular",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Angular components for Standard Ranklist Renderer Component",
55
"license": "MIT",
66
"type": "module",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @algoux/standard-ranklist-renderer-component-core
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- 3b3aba1: Declare the MIT license in each package manifest so npm displays the package license correctly.
8+
39
## 0.5.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algoux/standard-ranklist-renderer-component-core",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Core helpers and shared types for Standard Ranklist Renderer Component",
55
"license": "MIT",
66
"type": "module",

packages/react/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @algoux/standard-ranklist-renderer-component-react
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- 3b3aba1: Declare the MIT license in each package manifest so npm displays the package license correctly.
8+
- Updated dependencies [3b3aba1]
9+
- @algoux/standard-ranklist-renderer-component-core@0.5.1
10+
- @algoux/standard-ranklist-renderer-component-styles@0.5.1
11+
312
## 0.5.0
413

514
### Minor Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algoux/standard-ranklist-renderer-component-react",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "React components for Standard Ranklist Renderer Component",
55
"license": "MIT",
66
"type": "module",

packages/solid/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @algoux/standard-ranklist-renderer-component-solid
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- 3b3aba1: Declare the MIT license in each package manifest so npm displays the package license correctly.
8+
- Updated dependencies [3b3aba1]
9+
- @algoux/standard-ranklist-renderer-component-core@0.5.1
10+
- @algoux/standard-ranklist-renderer-component-styles@0.5.1
11+
312
## 0.5.0
413

514
### Minor Changes

packages/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algoux/standard-ranklist-renderer-component-solid",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Solid components for Standard Ranklist Renderer Component",
55
"license": "MIT",
66
"type": "module",

packages/styles/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @algoux/standard-ranklist-renderer-component-styles
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- 3b3aba1: Declare the MIT license in each package manifest so npm displays the package license correctly.
8+
39
## 0.5.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)