Skip to content

Commit 5744051

Browse files
committed
fixing package.json in order to publish new esm module and verion bump
1 parent 5e68c99 commit 5744051

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v3.1.0.rc2 Release - 2022-04-13
4+
5+
- fixing package.json in order to publish new esm module
6+
37
## v3.1.0.rc1 Release - 2022-04-13
48

59
- supporting Rails 7 importmaps via rollup building an esm module while still supporting webpacker

lib/matestack/ui/vue_js/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Matestack
22
module Ui
33
module VueJs
4-
VERSION = '3.1.0.rc1'
4+
VERSION = '3.1.0.rc2'
55
end
66
end
77
end

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "matestack-ui-vuejs",
3-
"version": "3.1.0-rc1",
3+
"version": "3.1.0-rc2",
44
"module": "./dist/matestack-ui-vuejs.esm.js",
55
"files": [
66
"lib/**/*.js",
7+
"dist/**/*.js",
78
"README",
89
"logo.png",
910
"LICENSE"

0 commit comments

Comments
 (0)