Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

Commit 46b3c7e

Browse files
committed
v0.3.4
1 parent f9f6a62 commit 46b3c7e

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
svelte-rails (0.3.3)
4+
svelte-rails (0.3.4)
55
execjs
66
railties (>= 5.2)
77

lib/svelte/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Svelte
22
module Rails
3-
VERSION = '0.3.3'
3+
VERSION = '0.3.4'
44
end
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte_ujs_ng",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Rails UJS for turbolinks and SSR of the svelte-rails gem",
55
"license": "MIT",
66
"author": "henning mueller <[email protected]>",

release.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
* Update versions in `package.json` and `lib/svelte/rails/version.rb`
2+
* Run `bundle`
3+
* Commit
4+
* Tag
5+
* `npm publish`
6+
* `rake release`
7+
* Create GitHub release

0 commit comments

Comments
 (0)