Skip to content

Commit 705a867

Browse files
committed
Publish v0.1.0
1 parent cd45e0f commit 705a867

File tree

11 files changed

+21
-12
lines changed

11 files changed

+21
-12
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
herb (0.0.1)
11+
herb (0.1.0)
1212

1313
GEM
1414
remote: https://rubygems.org/

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"fetch:contributors": "mkdir -p .vitepress/data/ && gh api -X get https://api.github.com/repos/marcoroth/herb/contributors > .vitepress/data/contributors.json"
2020
},
2121
"dependencies": {
22-
"@herb-tools/browser": "^0.0.0",
23-
"@herb-tools/core": "^0.0.0",
24-
"@herb-tools/node": "^0.0.0",
22+
"@herb-tools/browser": "^0.1.0",
23+
"@herb-tools/core": "^0.1.0",
24+
"@herb-tools/node": "^0.1.0",
2525
"vitepress": "^2.0.0-alpha.4"
2626
},
2727
"devDependencies": {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.1.0 (2025-04-15)
2+
3+
This was a version bump only for @herb-tools/browser to align it with other projects, there were no code changes.

javascript/packages/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@herb-tools/browser",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"type": "module",
55
"license": "MIT",
66
"homepage": "https://herb-tools.dev",
@@ -32,7 +32,7 @@
3232
}
3333
},
3434
"dependencies": {
35-
"@herb-tools/core": "0.0.0"
35+
"@herb-tools/core": "0.1.0"
3636
},
3737
"devDependencies": {
3838
"@rollup/plugin-json": "^6.1.0",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.1.0 (2025-04-15)
2+
3+
This was a version bump only for @herb-tools/core to align it with other projects, there were no code changes.

javascript/packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@herb-tools/core",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"type": "module",
55
"license": "MIT",
66
"homepage": "https://herb-tools.dev",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.1.0 (2025-04-15)
2+
3+
This was a version bump only for @herb-tools/node to align it with other projects, there were no code changes.

javascript/packages/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@herb-tools/node",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"type": "module",
55
"license": "MIT",
66
"homepage": "https://herb-tools.dev",
@@ -46,7 +46,7 @@
4646
"host": "https://github.com/marcoroth/herb/releases/download/"
4747
},
4848
"dependencies": {
49-
"@herb-tools/core": "0.0.0",
49+
"@herb-tools/core": "0.1.0",
5050
"@mapbox/node-pre-gyp": "^2.0.0"
5151
},
5252
"devDependencies": {

lib/herb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Herb
4-
VERSION = "0.0.1"
4+
VERSION = "0.1.0"
55
end

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@alenaksu/json-viewer": "^2.0.1",
22-
"@herb-tools/browser": "^0.0.0",
22+
"@herb-tools/browser": "^0.1.0",
2323
"@hotwired/stimulus": "^3.2.2",
2424
"dedent": "^1.5.1",
2525
"express": "^4.20.0",

0 commit comments

Comments
 (0)