Browse Source

🔖 v0.2.2 (#146)

Danilo Guanabara 7 months ago
parent
commit
9d0c473f3e

+ 21 - 21
Cargo.lock

@@ -807,7 +807,7 @@ checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
 
 [[package]]
 name = "bolt-attribute-bolt-arguments"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -816,7 +816,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-attribute-bolt-component"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "bolt-utils",
  "ligen-ir",
@@ -827,7 +827,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-attribute-bolt-component-deserialize"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "bolt-utils",
  "proc-macro2",
@@ -837,7 +837,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-attribute-bolt-component-id"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -846,7 +846,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-attribute-bolt-delegate"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -855,7 +855,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-attribute-bolt-extra-accounts"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -864,7 +864,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-attribute-bolt-program"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -873,7 +873,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-attribute-bolt-system"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -882,7 +882,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-attribute-bolt-system-input"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -891,7 +891,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-cli"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "anchor-cli",
  "anchor-client",
@@ -907,7 +907,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-component"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "anchor-lang",
  "bolt-system",
@@ -915,7 +915,7 @@ dependencies = [
 
 [[package]]
 name = "bolt-lang"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "ahash 0.8.11",
  "anchor-lang",
@@ -940,21 +940,21 @@ dependencies = [
 
 [[package]]
 name = "bolt-system"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "anchor-lang",
 ]
 
 [[package]]
 name = "bolt-types"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "bolt-lang",
 ]
 
 [[package]]
 name = "bolt-utils"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -3375,7 +3375,7 @@ dependencies = [
 
 [[package]]
 name = "position"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "bolt-lang",
 ]
@@ -5398,7 +5398,7 @@ dependencies = [
 
 [[package]]
 name = "system-apply-velocity"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "bolt-lang",
  "mpl-token-metadata",
@@ -5429,7 +5429,7 @@ dependencies = [
 
 [[package]]
 name = "system-fly"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "bolt-lang",
  "position",
@@ -5437,7 +5437,7 @@ dependencies = [
 
 [[package]]
 name = "system-simple-movement"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "bolt-lang",
  "bolt-types",
@@ -5965,7 +5965,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
 
 [[package]]
 name = "velocity"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "bolt-lang",
 ]
@@ -6333,7 +6333,7 @@ dependencies = [
 
 [[package]]
 name = "world"
-version = "0.2.1"
+version = "0.2.2"
 dependencies = [
  "anchor-lang",
  "bolt-component",

+ 16 - 16
Cargo.toml

@@ -11,7 +11,7 @@ members = [
 ]
 
 [workspace.package]
-version = "0.2.1"
+version = "0.2.2"
 authors = ["Magicblock Labs <dev@magicblock.gg>"]
 repository = "https://github.com/magicblock-labs/bolt"
 homepage = "https://www.magicblock.gg/"
@@ -19,21 +19,21 @@ license = "MIT"
 edition = "2021"
 
 [workspace.dependencies]
-bolt-types = { path = "crates/types", version = "=0.2.1" }
-bolt-lang = { path = "crates/bolt-lang", version = "=0.2.1" }
-bolt-attribute-bolt-program = { path = "crates/bolt-lang/attribute/bolt-program", version = "=0.2.1" }
-bolt-attribute-bolt-delegate = { path = "crates/bolt-lang/attribute/delegate", version = "=0.2.1" }
-bolt-attribute-bolt-component = { path = "crates/bolt-lang/attribute/component", version = "=0.2.1" }
-bolt-attribute-bolt-system = { path = "crates/bolt-lang/attribute/system", version = "=0.2.1"}
-bolt-attribute-bolt-system-input = { path = "crates/bolt-lang/attribute/system-input", version = "=0.2.1" }
-bolt-attribute-bolt-extra-accounts = { path = "crates/bolt-lang/attribute/extra-accounts", version = "=0.2.1" }
-bolt-attribute-bolt-arguments = { path = "crates/bolt-lang/attribute/arguments", version = "=0.2.1" }
-bolt-attribute-bolt-component-deserialize = { path = "crates/bolt-lang/attribute/component-deserialize", version = "=0.2.1" }
-bolt-attribute-bolt-component-id = { path = "crates/bolt-lang/attribute/component-id", version = "=0.2.1" }
-bolt-utils = { path = "crates/bolt-lang/utils", version = "=0.2.1" }
-world = { path = "crates/programs/world", features = ["cpi"], version = "=0.2.1"}
-bolt-system = { path = "crates/programs/bolt-system", features = ["cpi"], version = "=0.2.1"}
-bolt-component = { path = "crates/programs/bolt-component", features = ["cpi"], version = "=0.2.1"}
+bolt-types = { path = "crates/types", version = "=0.2.2" }
+bolt-lang = { path = "crates/bolt-lang", version = "=0.2.2" }
+bolt-attribute-bolt-program = { path = "crates/bolt-lang/attribute/bolt-program", version = "=0.2.2" }
+bolt-attribute-bolt-delegate = { path = "crates/bolt-lang/attribute/delegate", version = "=0.2.2" }
+bolt-attribute-bolt-component = { path = "crates/bolt-lang/attribute/component", version = "=0.2.2" }
+bolt-attribute-bolt-system = { path = "crates/bolt-lang/attribute/system", version = "=0.2.2"}
+bolt-attribute-bolt-system-input = { path = "crates/bolt-lang/attribute/system-input", version = "=0.2.2" }
+bolt-attribute-bolt-extra-accounts = { path = "crates/bolt-lang/attribute/extra-accounts", version = "=0.2.2" }
+bolt-attribute-bolt-arguments = { path = "crates/bolt-lang/attribute/arguments", version = "=0.2.2" }
+bolt-attribute-bolt-component-deserialize = { path = "crates/bolt-lang/attribute/component-deserialize", version = "=0.2.2" }
+bolt-attribute-bolt-component-id = { path = "crates/bolt-lang/attribute/component-id", version = "=0.2.2" }
+bolt-utils = { path = "crates/bolt-lang/utils", version = "=0.2.2" }
+world = { path = "crates/programs/world", features = ["cpi"], version = "=0.2.2"}
+bolt-system = { path = "crates/programs/bolt-system", features = ["cpi"], version = "=0.2.2"}
+bolt-component = { path = "crates/programs/bolt-component", features = ["cpi"], version = "=0.2.2"}
 
 ## External crates
 session-keys       = { version = "=2.0.6", features = ["no-entrypoint"] }

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

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

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

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

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

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

+ 15 - 1
docs/CHANGELOG.md

@@ -1,12 +1,26 @@
 
-## [0.2.1] - 2025-02-12
+## [0.2.2] - 2025-02-24
 
 ### ✨️ Features
+ - Adding DestroyComponent function (#143)
+ - Separating apply and apply_with_session (#141)
+
+
+### 🐛 Bug Fixes
+
+## [0.2.1] - 2025-02-17
+
+### ✨️ Features
+ - TypeScript ApplySystem now takes any JSON serializable as input (#135)
  - Session keys (#126)
  - `bolt world` now prints world id (#127)
  - Variable components number (#124)
  - Adding low and intermediate api-levels (#120)
 
+
+### 🐛 Bug Fixes
+ - Fixing component naming convention to snake_case (#133)
+
 ## [0.2.0] - 2025-01-05