Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 1, 2023
1 parent ca3a023 commit 746edaf
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/tender-cows-flash.md

This file was deleted.

7 changes: 7 additions & 0 deletions dapps/kiosk-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# kiosk-cli

## 1.0.5

### Patch Changes

- Updated dependencies [210bfac58]
- @mysten/kiosk@0.5.0

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion dapps/kiosk-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kiosk-cli",
"version": "1.0.4",
"version": "1.0.5",
"main": "index.js",
"private": true,
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions dapps/kiosk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# kiosk-demo

## 0.0.6

### Patch Changes

- Updated dependencies [210bfac58]
- @mysten/kiosk@0.5.0

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion dapps/kiosk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kiosk-demo",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions sdk/kiosk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mysten/kiosk

## 0.5.0

### Minor Changes

- 210bfac58: Adds support for attaching royalty rule and kiosk lock rule to a transfer policy.

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/kiosk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@mysten/kiosk",
"author": "Mysten Labs <build@mystenlabs.com>",
"description": "Sui Kiosk library",
"version": "0.4.1",
"version": "0.5.0",
"license": "Apache-2.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 746edaf

Please sign in to comment.