Skip to content

Commit

Permalink
Version Packages (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 15, 2024
1 parent 319115c commit c2b4e5b
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-onions-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-gifts-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-items-rescue.md

This file was deleted.

6 changes: 3 additions & 3 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/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @leordev-web5/api

## 0.8.5

### Patch Changes

- [`07eb9f7`](https://github.com/leordev/web5-js/commit/07eb9f774c22e13cfa748ae3b220620c651b2e23) Thanks [@leordev](https://github.com/leordev)! - Test api new release
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leordev-web5/api",
"version": "0.8.4",
"version": "0.8.5",
"description": "SDK for accessing the features and capabilities of Web5",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @leordev-web5/common

## 0.2.5

### Patch Changes

- [#2](https://github.com/leordev/web5-js/pull/2) [`2814adb`](https://github.com/leordev/web5-js/commit/2814adb314ee2fe1af77d26b780291826142479a) Thanks [@leordev](https://github.com/leordev)! - Add greetings functionality

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leordev-web5/common",
"version": "0.2.4",
"version": "0.2.5",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/crypto-aws-kms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @leordev-web5/crypto-aws-kms

## 0.2.1

### Patch Changes

- [#2](https://github.com/leordev/web5-js/pull/2) [`2814adb`](https://github.com/leordev/web5-js/commit/2814adb314ee2fe1af77d26b780291826142479a) Thanks [@leordev](https://github.com/leordev)! - Add foo functionality
2 changes: 1 addition & 1 deletion packages/crypto-aws-kms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leordev-web5/crypto-aws-kms",
"version": "0.2.0",
"version": "0.2.1",
"description": "Web5 cryptographic library using AWS KMS",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit c2b4e5b

Please sign in to comment.