Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - walt-cli@0.4.2
 - walt-compiler@0.16.0
 - walt-docs@1.1.4
 - walt-link@0.4.4
 - walt-loader@1.1.4
 - walt-parser-tools@0.2.3
 - walt-plugin-syntax-closure@0.2.4
 - walt-syntax@0.3.3
 - webpack-walt-examples@1.0.37
  • Loading branch information
Arty Buldauskas committed Oct 9, 2018
1 parent 8743e2c commit b727cfe
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions packages/walt-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "walt-cli",
"version": "0.4.1",
"version": "0.4.2",
"description": "CLI for Walt",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"ava": "^0.25.0",
"prettier": "^1.11.1",
"walt-buildtools": "^0.1.0",
"walt-compiler": "^0.15.1",
"walt-link": "^0.4.3"
"walt-compiler": "^0.16.0",
"walt-link": "^0.4.4"
},
"ava": {
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/walt-compiler/package.json
@@ -1,6 +1,6 @@
{
"name": "walt-compiler",
"version": "0.15.1",
"version": "0.16.0",
"description": "Alternative syntax for WebAssembly text format",
"main": "dist/walt.js",
"scripts": {
Expand Down Expand Up @@ -44,8 +44,8 @@
"invariant": "2.2.2",
"moo": "^0.4.3",
"nearley": "^2.15.1",
"walt-parser-tools": "^0.2.2",
"walt-syntax": "^0.3.2",
"walt-parser-tools": "^0.2.3",
"walt-syntax": "^0.3.3",
"wasm-types": "1.0.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/walt-docs/package.json
@@ -1,6 +1,6 @@
{
"name": "walt-docs",
"version": "1.1.3",
"version": "1.1.4",
"description": "WAlt documentation",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -69,7 +69,7 @@
"react-dom": "15.6.1",
"semantic-ui-css": "2.2.12",
"semantic-ui-react": "0.73.1",
"walt-compiler": "^0.15.1",
"walt-plugin-syntax-closure": "^0.2.3"
"walt-compiler": "^0.16.0",
"walt-plugin-syntax-closure": "^0.2.4"
}
}
4 changes: 2 additions & 2 deletions packages/walt-link/package.json
@@ -1,6 +1,6 @@
{
"name": "walt-link",
"version": "0.4.3",
"version": "0.4.4",
"description": "Links .walt WebAssembly programs",
"main": "src/index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"invariant": "^2.2.4",
"walt-buildtools": "^0.1.0",
"walt-compiler": "^0.15.1"
"walt-compiler": "^0.16.0"
},
"devDependencies": {
"ava": "^0.25.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/walt-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "walt-loader",
"version": "1.1.3",
"version": "1.1.4",
"description": "Webpack loader for Walt(WebAssembly)",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"prettier": "^1.9.2",
"walt-compiler": "^0.15.1"
"walt-compiler": "^0.16.0"
},
"dependencies": {
"wasm-loader": "^1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/walt-parser-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "walt-parser-tools",
"version": "0.2.2",
"version": "0.2.3",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"lint-staged": "6.0.0",
"pirates": "^3.0.2",
"prettier": "1.9.2",
"walt-syntax": "^0.3.2"
"walt-syntax": "^0.3.3"
},
"prettier": {
"trailingComma": "es5",
Expand Down
6 changes: 3 additions & 3 deletions packages/walt-plugin-syntax-closure/package.json
@@ -1,6 +1,6 @@
{
"name": "walt-plugin-syntax-closure",
"version": "0.2.3",
"version": "0.2.4",
"description": "Walt Syntax Closures",
"main": "dist/walt-plugin-syntax-closures.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/ballercat/walt#readme",
"dependencies": {
"walt-parser-tools": "^0.2.2",
"walt-parser-tools": "^0.2.3",
"walt-syntax": "^0.1.1"
},
"devDependencies": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"rollup-plugin-uglify": "2.0.1",
"rollup-plugin-walt-grammar": "^0.1.1",
"uglify-es": "3.0.17",
"walt-compiler": "^0.15.1"
"walt-compiler": "^0.16.0"
},
"prettier": {
"trailingComma": "es5",
Expand Down
2 changes: 1 addition & 1 deletion packages/walt-syntax/package.json
@@ -1,6 +1,6 @@
{
"name": "walt-syntax",
"version": "0.3.2",
"version": "0.3.3",
"description": "Walt Syntax",
"main": "dist/walt-syntax.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-walt-examples/package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-walt-examples",
"version": "1.0.36",
"version": "1.0.37",
"description": "Examples with Webpack",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"style-loader": "0.18.2",
"url-loader": "0.5.9",
"walt-compiler": "^0.4.3",
"walt-loader": "^1.1.3",
"walt-loader": "^1.1.4",
"webpack": "3.6.0",
"webpack-dev-server": "2.8.2"
},
Expand Down

0 comments on commit b727cfe

Please sign in to comment.