Browse Source

:bookmark: Release v0.1.8 (#69)

Gabriele Picco 1 year ago
parent
commit
4f24a44098
6 changed files with 52 additions and 49 deletions
  1. 4 1
      CHANGELOG.md
  2. 22 22
      Cargo.lock
  3. 16 16
      Cargo.toml
  4. 8 8
      cli/npm-package/package.json
  5. 1 1
      cli/npm-package/package.json.tmpl
  6. 1 1
      clients/bolt-sdk/package.json

+ 4 - 1
CHANGELOG.md

@@ -1,9 +1,12 @@
 
+## [0.1.8] - 2024-06-27
+ - Add allow undelegation ix (#68)
+
 ## [0.1.7] - 2024-06-21
 
 ### ✨️ Features
  - Add manual commit to the typescript sdk (#59)
-- Upgrade to Anchor 0.30.1 (#62)
+ - Upgrade to Anchor 0.30.1 (#62)
 
 ### 👷 CI/CD
 

+ 22 - 22
Cargo.lock

@@ -823,7 +823,7 @@ checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
 
 [[package]]
 name = "bolt-attribute-bolt-arguments"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -832,7 +832,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-attribute-bolt-component"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "bolt-utils",
  "proc-macro2",
@@ -842,7 +842,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-attribute-bolt-component-deserialize"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "bolt-utils",
  "proc-macro2",
@@ -852,7 +852,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-attribute-bolt-component-id"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -861,7 +861,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-attribute-bolt-delegate"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -870,7 +870,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-attribute-bolt-extra-accounts"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -879,7 +879,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-attribute-bolt-program"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -888,7 +888,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-attribute-bolt-system"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -897,7 +897,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-attribute-bolt-system-input"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -906,7 +906,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-cli"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "anchor-cli",
  "anchor-client",
@@ -921,7 +921,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-component"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "anchor-lang",
  "bolt-system",
@@ -933,7 +933,7 @@ version = "0.0.1"
 
 [[package]]
 name = "bolt-helpers-system-template"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -942,7 +942,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-helpers-world-apply"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -951,7 +951,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-lang"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "ahash 0.8.11",
  "anchor-lang",
@@ -973,7 +973,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-system"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "anchor-lang",
  "bolt-helpers-system-template",
@@ -989,7 +989,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-utils"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -3159,7 +3159,7 @@ dependencies = [
 
 [[package]]
 name = "position"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "anchor-lang",
  "bolt-lang",
@@ -5279,7 +5279,7 @@ dependencies = [
 
 [[package]]
 name = "system-apply-velocity"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "anchor-lang",
  "anchor-spl",
@@ -5311,7 +5311,7 @@ dependencies = [
 
 [[package]]
 name = "system-fly"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "anchor-lang",
  "bolt-lang",
@@ -5320,7 +5320,7 @@ dependencies = [
 
 [[package]]
 name = "system-simple-movement"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "anchor-lang",
  "bolt-lang",
@@ -5841,7 +5841,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
 
 [[package]]
 name = "velocity"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "anchor-lang",
  "bolt-lang",
@@ -6190,7 +6190,7 @@ dependencies = [
 
 [[package]]
 name = "world"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "anchor-lang",
  "bolt-component",

+ 16 - 16
Cargo.toml

@@ -7,7 +7,7 @@ members = [
 ]
 
 [workspace.package]
-version = "0.1.7"
+version = "0.1.8"
 authors = ["Magicblock Labs <dev@magicblock.gg>"]
 repository = "https://github.com/magicblock-labs/bolt"
 homepage = "https://www.magicblock.gg/"
@@ -15,21 +15,21 @@ license = "MIT"
 edition = "2021"
 
 [workspace.dependencies]
-bolt-attribute-bolt-program = { path = "crates/bolt-lang/attribute/bolt-program", version = "=0.1.7" }
-bolt-attribute-bolt-delegate = { path = "crates/bolt-lang/attribute/delegate", version = "=0.1.7" }
-bolt-attribute-bolt-component = { path = "crates/bolt-lang/attribute/component", version = "=0.1.7" }
-bolt-attribute-bolt-system = { path = "crates/bolt-lang/attribute/system", version = "=0.1.7"}
-bolt-attribute-bolt-system-input = { path = "crates/bolt-lang/attribute/system-input", version = "=0.1.7" }
-bolt-attribute-bolt-extra-accounts = { path = "crates/bolt-lang/attribute/extra-accounts", version = "=0.1.7" }
-bolt-attribute-bolt-arguments = { path = "crates/bolt-lang/attribute/arguments", version = "=0.1.7" }
-bolt-attribute-bolt-component-deserialize = { path = "crates/bolt-lang/attribute/component-deserialize", version = "=0.1.7" }
-bolt-attribute-bolt-component-id = { path = "crates/bolt-lang/attribute/component-id", version = "=0.1.7" }
-bolt-helpers-system-template = { path = "crates/bolt-helpers/attribute/system-template", version = "=0.1.7" }
-bolt-helpers-world-apply = { path = "crates/bolt-helpers/attribute/world-apply", version = "=0.1.7" }
-bolt-utils = { path = "crates/bolt-lang/utils", version = "=0.1.7" }
-world = { path = "programs/world", features = ["cpi"], version = "=0.1.7"}
-bolt-system = { path = "programs/bolt-system", features = ["cpi"], version = "=0.1.7"}
-bolt-component = { path = "programs/bolt-component", features = ["cpi"], version = "=0.1.7"}
+bolt-attribute-bolt-program = { path = "crates/bolt-lang/attribute/bolt-program", version = "=0.1.8" }
+bolt-attribute-bolt-delegate = { path = "crates/bolt-lang/attribute/delegate", version = "=0.1.8" }
+bolt-attribute-bolt-component = { path = "crates/bolt-lang/attribute/component", version = "=0.1.8" }
+bolt-attribute-bolt-system = { path = "crates/bolt-lang/attribute/system", version = "=0.1.8"}
+bolt-attribute-bolt-system-input = { path = "crates/bolt-lang/attribute/system-input", version = "=0.1.8" }
+bolt-attribute-bolt-extra-accounts = { path = "crates/bolt-lang/attribute/extra-accounts", version = "=0.1.8" }
+bolt-attribute-bolt-arguments = { path = "crates/bolt-lang/attribute/arguments", version = "=0.1.8" }
+bolt-attribute-bolt-component-deserialize = { path = "crates/bolt-lang/attribute/component-deserialize", version = "=0.1.8" }
+bolt-attribute-bolt-component-id = { path = "crates/bolt-lang/attribute/component-id", version = "=0.1.8" }
+bolt-helpers-system-template = { path = "crates/bolt-helpers/attribute/system-template", version = "=0.1.8" }
+bolt-helpers-world-apply = { path = "crates/bolt-helpers/attribute/world-apply", version = "=0.1.8" }
+bolt-utils = { path = "crates/bolt-lang/utils", version = "=0.1.8" }
+world = { path = "programs/world", features = ["cpi"], version = "=0.1.8"}
+bolt-system = { path = "programs/bolt-system", features = ["cpi"], version = "=0.1.8"}
+bolt-component = { path = "programs/bolt-component", features = ["cpi"], version = "=0.1.8"}
 
 ## External crates
 anchor-lang = { version = "=0.30.1", features = ["init-if-needed"] }

+ 8 - 8
cli/npm-package/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@magicblock-labs/bolt-cli",
-  "version": "0.1.7",
+  "version": "0.1.8",
   "description": "Bolt CLI tool",
   "homepage": "https://github.com/magicblock-labs/bolt#readme",
   "bugs": {
@@ -29,13 +29,13 @@
     "typescript": "^4.9.4"
   },
   "optionalDependencies": {
-    "@magicblock-labs/bolt-cli-darwin-x64": "0.1.7",
-    "@magicblock-labs/bolt-cli-darwin-arm64": "0.1.7",
-    "@magicblock-labs/bolt-cli-linux-x86": "0.1.7",
-    "@magicblock-labs/bolt-cli-linux-x64": "0.1.7",
-    "@magicblock-labs/bolt-cli-linux-arm64": "0.1.7",
-    "@magicblock-labs/bolt-cli-windows-x86": "0.1.7",
-    "@magicblock-labs/bolt-cli-windows-x64": "0.1.7"
+    "@magicblock-labs/bolt-cli-darwin-x64": "0.1.8",
+    "@magicblock-labs/bolt-cli-darwin-arm64": "0.1.8",
+    "@magicblock-labs/bolt-cli-linux-x86": "0.1.8",
+    "@magicblock-labs/bolt-cli-linux-x64": "0.1.8",
+    "@magicblock-labs/bolt-cli-linux-arm64": "0.1.8",
+    "@magicblock-labs/bolt-cli-windows-x86": "0.1.8",
+    "@magicblock-labs/bolt-cli-windows-x64": "0.1.8"
   },
   "publishConfig": {
     "access": "public"

+ 1 - 1
cli/npm-package/package.json.tmpl

@@ -1,7 +1,7 @@
 {
   "name": "@magicblock-labs/${node_pkg}",
   "description": "Bolt CLI tool (${node_pkg})",
-  "version": "0.1.7",
+  "version": "0.1.8",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/magicblock-labs/bolt.git"

+ 1 - 1
clients/bolt-sdk/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@magicblock-labs/bolt-sdk",
-  "version": "0.1.7",
+  "version": "0.1.8",
   "description": "Bolt typescript SDK",
   "author": "dev@magicblock.gg",
   "license": "MIT",