We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e68c99 commit 5744051Copy full SHA for 5744051
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v3.1.0.rc2 Release - 2022-04-13
4
+
5
+- fixing package.json in order to publish new esm module
6
7
## v3.1.0.rc1 Release - 2022-04-13
8
9
- supporting Rails 7 importmaps via rollup building an esm module while still supporting webpacker
lib/matestack/ui/vue_js/version.rb
@@ -1,7 +1,7 @@
module Matestack
module Ui
module VueJs
- VERSION = '3.1.0.rc1'
+ VERSION = '3.1.0.rc2'
end
package.json
@@ -1,9 +1,10 @@
{
"name": "matestack-ui-vuejs",
- "version": "3.1.0-rc1",
+ "version": "3.1.0-rc2",
"module": "./dist/matestack-ui-vuejs.esm.js",
"files": [
"lib/**/*.js",
+ "dist/**/*.js",
"README",
"logo.png",
10
"LICENSE"
0 commit comments