Skip to content

Commit

Permalink
🔖 Bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Feb 25, 2024
1 parent 006b7f3 commit f5a7909
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 39 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

## [0.0.2] - 2024-02-25

### ✨️ Features
- Feat/consistent versioning (#18)
- Draft workflow for building & publishing packages (#16)

### 👷 CI/CD

## [0.0.1] - 2024-02-21

### ✨️ Features
- Feature: Add configurable component authority & Simplify the Components/System API (#14)
- Feat/default component (#13)
- Add a working ecs example on project init (#12)
- Add strings to the template (#2)
- Bolt Typescript SDK (#1)


### 🐛 Bug Fixes
- Fix world Pda derivation (#10)

### 📚 Documentation

### ♻️ Refactor
- Refactor workspace and project dependencies (#15)
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ members = [
]

[workspace.package]
version = "0.0.1"
version = "0.0.2"
authors = ["Magicblock Labs <[email protected]>"]
repository = "https://github.com/magicblock-labs/bolt"
homepage = "https://www.magicblock.gg/"
license = "MIT"
edition = "2021"

[workspace.dependencies]
bolt-attribute-bolt-program = { path = "crates/bolt-lang/attribute/bolt-program", version = "=0.0.1" }
bolt-attribute-bolt-component = { path = "crates/bolt-lang/attribute/component", version = "=0.0.1" }
bolt-attribute-bolt-system = { path = "crates/bolt-lang/attribute/system", version = "=0.0.1"}
bolt-attribute-bolt-system-input = { path = "crates/bolt-lang/attribute/system-input", version = "=0.0.1" }
bolt-attribute-bolt-component-deserialize = { path = "crates/bolt-lang/attribute/component-deserialize", version = "=0.0.1" }
bolt-attribute-bolt-component-id = { path = "crates/bolt-lang/attribute/component-id", version = "=0.0.1" }
world = { path = "programs/world", features = ["cpi"], version = "=0.0.1"}
bolt-system = { path = "programs/bolt-system", features = ["cpi"], version = "=0.0.1"}
bolt-attribute-bolt-program = { path = "crates/bolt-lang/attribute/bolt-program", version = "=0.0.2" }
bolt-attribute-bolt-component = { path = "crates/bolt-lang/attribute/component", version = "=0.0.2" }
bolt-attribute-bolt-system = { path = "crates/bolt-lang/attribute/system", version = "=0.0.2"}
bolt-attribute-bolt-system-input = { path = "crates/bolt-lang/attribute/system-input", version = "=0.0.2" }
bolt-attribute-bolt-component-deserialize = { path = "crates/bolt-lang/attribute/component-deserialize", version = "=0.0.2" }
bolt-attribute-bolt-component-id = { path = "crates/bolt-lang/attribute/component-id", version = "=0.0.2" }
world = { path = "programs/world", features = ["cpi"], version = "=0.0.2"}
bolt-system = { path = "programs/bolt-system", features = ["cpi"], version = "=0.0.2"}

## External crates
anchor-lang = "0.29.0"
Expand Down
16 changes: 8 additions & 8 deletions cli/npm-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicblock-labs/bolt-cli",
"version": "0.0.1",
"version": "0.0.2",
"description": "Bolt CLI tool",
"homepage": "https://github.com/magicblock-labs/bolt#readme",
"bugs": {
Expand Down Expand Up @@ -29,13 +29,13 @@
"typescript": "^4.9.4"
},
"optionalDependencies": {
"@magicblock-labs/bolt-cli-darwin-x64": "0.0.1",
"@magicblock-labs/bolt-cli-darwin-arm64": "0.0.1",
"@magicblock-labs/bolt-cli-linux-x86": "0.0.1",
"@magicblock-labs/bolt-cli-linux-x64": "0.0.1",
"@magicblock-labs/bolt-cli-linux-arm64": "0.0.1",
"@magicblock-labs/bolt-cli-windows-x86": "0.0.1",
"@magicblock-labs/bolt-cli-windows-x64": "0.0.1"
"@magicblock-labs/bolt-cli-darwin-x64": "0.0.2",
"@magicblock-labs/bolt-cli-darwin-arm64": "0.0.2",
"@magicblock-labs/bolt-cli-linux-x86": "0.0.2",
"@magicblock-labs/bolt-cli-linux-x64": "0.0.2",
"@magicblock-labs/bolt-cli-linux-arm64": "0.0.2",
"@magicblock-labs/bolt-cli-windows-x86": "0.0.2",
"@magicblock-labs/bolt-cli-windows-x64": "0.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion cli/npm-package/package.json.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magicblock-labs/${node_pkg}",
"description": "Bolt CLI tool (${node_pkg})",
"version": "0.0.1",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/magicblock-labs/bolt.git"
Expand Down
2 changes: 1 addition & 1 deletion clients/bolt-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicblock-labs/bolt-sdk",
"version": "0.0.1",
"version": "0.0.2",
"description": "Bolt typescript SDK",
"author": "[email protected]",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ body = """
{%- endmacro -%}
{% macro print_commit(commit) -%}
- {% if commit.scope %}*({{ commit.scope }})* {% endif %}\
{% if commit.breaking %}[**breaking**] {% endif %}\
{{ commit.message | upper_first }} \
{% if commit.message is matching("#") %} \
- {{ commit.message | upper_first }} \
{% endif %} \
{% endmacro -%}
{% if version %}\
Expand Down

0 comments on commit f5a7909

Please sign in to comment.