Skip to content

Commit

Permalink
v0.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoodman committed Oct 6, 2020
1 parent 84900fb commit 6ae37db
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"packages/@velcro/*",
"packages/*"
],
"version": "0.55.0"
"version": "0.56.0"
}
10 changes: 5 additions & 5 deletions packages/@velcro/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@velcro/bundler",
"version": "0.55.0",
"version": "0.56.0",
"description": "Build a module graph of modules and serialize these to different formats",
"keywords": [
"velcro",
Expand Down Expand Up @@ -50,10 +50,10 @@
"typescript": "^4.0.3"
},
"dependencies": {
"@velcro/common": "^0.55.0",
"@velcro/node-libs": "^0.55.0",
"@velcro/resolver": "^0.55.0",
"@velcro/runtime": "^0.55.0",
"@velcro/common": "^0.56.0",
"@velcro/node-libs": "^0.56.0",
"@velcro/resolver": "^0.56.0",
"@velcro/runtime": "^0.56.0",
"acorn": "^7.2.0",
"magic-string": "^0.25.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@velcro/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@velcro/common",
"version": "0.55.0",
"version": "0.56.0",
"description": "Common utilities and types shared by the velcro ecosystem",
"keywords": [
"velcro"
Expand Down
2 changes: 1 addition & 1 deletion packages/@velcro/node-libs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@velcro/node-libs",
"version": "0.55.0",
"version": "0.56.0",
"description": "A curated collection of browser-compatible shims for node core modules",
"keywords": [
"node",
Expand Down
6 changes: 3 additions & 3 deletions packages/@velcro/plugin-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@velcro/plugin-css",
"version": "0.55.0",
"version": "0.56.0",
"description": "A css plugin for Velcro that adds browser support for importing stylesheets",
"keywords": [
"velcro",
Expand Down Expand Up @@ -44,8 +44,8 @@
"devDependencies": {
"@microsoft/api-documenter": "^7.8.27",
"@microsoft/api-extractor": "^7.9.5",
"@velcro/bundler": "^0.55.0",
"@velcro/common": "^0.55.0",
"@velcro/bundler": "^0.56.0",
"@velcro/common": "^0.56.0",
"magic-string": "^0.25.7",
"rollup": "^2.26.3",
"typescript": "^4.0.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/@velcro/plugin-sucrase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@velcro/plugin-sucrase",
"version": "0.55.0",
"version": "0.56.0",
"description": "A sucrase plugin for Velcro that adds support for Typescript, jsx, ES Modules and more",
"keywords": [
"velcro",
Expand Down Expand Up @@ -44,8 +44,8 @@
"devDependencies": {
"@microsoft/api-documenter": "^7.8.27",
"@microsoft/api-extractor": "^7.9.5",
"@velcro/bundler": "^0.55.0",
"@velcro/common": "^0.55.0",
"@velcro/bundler": "^0.56.0",
"@velcro/common": "^0.56.0",
"rollup": "^2.26.3",
"typescript": "^4.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/@velcro/resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@velcro/resolver",
"version": "0.55.0",
"version": "0.56.0",
"description": "Resolve references to absolute urls using the node module resolution algorithm using an generic host interface",
"keywords": [
"velcro",
Expand Down Expand Up @@ -48,8 +48,8 @@
"typescript": "^4.0.3"
},
"dependencies": {
"@velcro/common": "^0.55.0",
"@velcro/node-libs": "^0.55.0"
"@velcro/common": "^0.56.0",
"@velcro/node-libs": "^0.56.0"
},
"gitHead": "f63b45ad688f2fe9768349afeaf449c016bf33ef"
}
14 changes: 7 additions & 7 deletions packages/@velcro/runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@velcro/runner",
"version": "0.55.0",
"version": "0.56.0",
"description": "Opinionated tool for easily bundling and running code from anywhere",
"keywords": [
"velcro",
Expand Down Expand Up @@ -48,12 +48,12 @@
"typescript": "^4.0.3"
},
"dependencies": {
"@velcro/bundler": "^0.55.0",
"@velcro/common": "^0.55.0",
"@velcro/resolver": "^0.55.0",
"@velcro/strategy-cdn": "^0.55.0",
"@velcro/strategy-compound": "^0.55.0",
"@velcro/strategy-memory": "^0.55.0"
"@velcro/bundler": "^0.56.0",
"@velcro/common": "^0.56.0",
"@velcro/resolver": "^0.56.0",
"@velcro/strategy-cdn": "^0.56.0",
"@velcro/strategy-compound": "^0.56.0",
"@velcro/strategy-memory": "^0.56.0"
},
"gitHead": "f63b45ad688f2fe9768349afeaf449c016bf33ef"
}
2 changes: 1 addition & 1 deletion packages/@velcro/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@velcro/runtime",
"version": "0.55.0",
"version": "0.56.0",
"description": "Opinionated tool for easily bundling and running code from anywhere",
"keywords": [
"velcro",
Expand Down
6 changes: 3 additions & 3 deletions packages/@velcro/strategy-cdn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@velcro/strategy-cdn",
"version": "0.55.0",
"version": "0.56.0",
"description": "Velcro resolver strategy for resolving modules from a cdn such as Unpkg or JsDelivr",
"keywords": [
"velcro",
Expand Down Expand Up @@ -48,8 +48,8 @@
"typescript": "^4.0.3"
},
"dependencies": {
"@velcro/common": "^0.55.0",
"@velcro/resolver": "^0.55.0",
"@velcro/common": "^0.56.0",
"@velcro/resolver": "^0.56.0",
"semver": "^7.3.2"
},
"gitHead": "f63b45ad688f2fe9768349afeaf449c016bf33ef"
Expand Down
6 changes: 3 additions & 3 deletions packages/@velcro/strategy-compound/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@velcro/strategy-compound",
"version": "0.55.0",
"version": "0.56.0",
"description": "Resolver strategy that delegates operations to child strategies",
"keywords": [
"velcro",
Expand Down Expand Up @@ -48,8 +48,8 @@
"typescript": "^4.0.3"
},
"dependencies": {
"@velcro/common": "^0.55.0",
"@velcro/resolver": "^0.55.0"
"@velcro/common": "^0.56.0",
"@velcro/resolver": "^0.56.0"
},
"gitHead": "f63b45ad688f2fe9768349afeaf449c016bf33ef"
}
6 changes: 3 additions & 3 deletions packages/@velcro/strategy-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@velcro/strategy-fs",
"version": "0.55.0",
"version": "0.56.0",
"description": "Velcro resolver strategy backed by an fs-compatible object",
"keywords": [
"velcro",
Expand Down Expand Up @@ -48,8 +48,8 @@
"typescript": "^4.0.3"
},
"dependencies": {
"@velcro/common": "^0.55.0",
"@velcro/resolver": "^0.55.0"
"@velcro/common": "^0.56.0",
"@velcro/resolver": "^0.56.0"
},
"gitHead": "f63b45ad688f2fe9768349afeaf449c016bf33ef"
}
6 changes: 3 additions & 3 deletions packages/@velcro/strategy-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@velcro/strategy-memory",
"version": "0.55.0",
"version": "0.56.0",
"description": "Velcro strategy for resolving files from an in-memory object",
"keywords": [
"velcro",
Expand Down Expand Up @@ -48,8 +48,8 @@
"typescript": "^4.0.3"
},
"dependencies": {
"@velcro/common": "^0.55.0",
"@velcro/resolver": "^0.55.0"
"@velcro/common": "^0.56.0",
"@velcro/resolver": "^0.56.0"
},
"gitHead": "f63b45ad688f2fe9768349afeaf449c016bf33ef"
}
20 changes: 10 additions & 10 deletions packages/nostalgie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nostalgie",
"version": "0.55.0",
"version": "0.56.0",
"description": "A reminder of what the web once was - your hopes and dreams and a single html file",
"keywords": [
"velcro",
Expand Down Expand Up @@ -55,15 +55,15 @@
"typescript": "^4.0.3"
},
"dependencies": {
"@velcro/bundler": "^0.55.0",
"@velcro/common": "^0.55.0",
"@velcro/node-libs": "^0.55.0",
"@velcro/plugin-css": "^0.55.0",
"@velcro/plugin-sucrase": "^0.55.0",
"@velcro/resolver": "^0.55.0",
"@velcro/strategy-cdn": "^0.55.0",
"@velcro/strategy-compound": "^0.55.0",
"@velcro/strategy-memory": "^0.55.0",
"@velcro/bundler": "^0.56.0",
"@velcro/common": "^0.56.0",
"@velcro/node-libs": "^0.56.0",
"@velcro/plugin-css": "^0.56.0",
"@velcro/plugin-sucrase": "^0.56.0",
"@velcro/resolver": "^0.56.0",
"@velcro/strategy-cdn": "^0.56.0",
"@velcro/strategy-compound": "^0.56.0",
"@velcro/strategy-memory": "^0.56.0",
"tiny-current-script": "^1.0.0"
},
"gitHead": "f63b45ad688f2fe9768349afeaf449c016bf33ef"
Expand Down
20 changes: 10 additions & 10 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "@velcro/playground",
"version": "0.55.0",
"version": "0.56.0",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@ggoodman/rpc": "^0.1.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@velcro/bundler": "^0.55.0",
"@velcro/common": "^0.55.0",
"@velcro/plugin-css": "^0.55.0",
"@velcro/plugin-sucrase": "^0.55.0",
"@velcro/resolver": "^0.55.0",
"@velcro/runner": "^0.55.0",
"@velcro/strategy-cdn": "^0.55.0",
"@velcro/strategy-compound": "^0.55.0",
"@velcro/strategy-memory": "^0.55.0",
"@velcro/bundler": "^0.56.0",
"@velcro/common": "^0.56.0",
"@velcro/plugin-css": "^0.56.0",
"@velcro/plugin-sucrase": "^0.56.0",
"@velcro/resolver": "^0.56.0",
"@velcro/runner": "^0.56.0",
"@velcro/strategy-cdn": "^0.56.0",
"@velcro/strategy-compound": "^0.56.0",
"@velcro/strategy-memory": "^0.56.0",
"emotion-theming": "^10.0.27",
"error-stack-parser": "^2.0.6",
"fp-ts": "^2.8.1",
Expand Down

0 comments on commit 6ae37db

Please sign in to comment.