Skip to content

Commit

Permalink
v7.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Dec 7, 2019
1 parent 4436ffd commit f753c48
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "7.7.5",
"version": "7.7.6",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",
Expand All @@ -21,6 +21,7 @@
"*.md",
"*.txt",
"test/**",
"**/test/**",
"codemods/**",
"# We ignore every JSON file, except for built-in-modules, built-ins and plugins defined in babel-preset-env/data.",
"@(!(built-in-modules|built-ins|plugins|package)).json",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-transform-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.7.5",
"version": "7.7.6",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
"license": "MIT",
Expand All @@ -25,8 +25,8 @@
"@babel/helper-plugin-test-runner": "^7.7.4",
"@babel/helpers": "^7.7.4",
"@babel/plugin-transform-typeof-symbol": "^7.7.4",
"@babel/preset-env": "^7.7.5",
"@babel/runtime": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/runtime": "^7.7.6",
"@babel/template": "^7.7.4",
"@babel/types": "^7.7.4"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-env-standalone/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-env-standalone",
"version": "7.7.5",
"version": "7.7.6",
"description": "Standalone build of babel-preset-env for use in non-Node.js environments.",
"main": "babel-preset-env.js",
"files": [
Expand All @@ -18,8 +18,8 @@
"@babel/plugin-syntax-top-level-await": "^7.7.4",
"@babel/plugin-transform-named-capturing-groups-regex": "^7.7.4",
"@babel/plugin-transform-new-target": "^7.7.4",
"@babel/preset-env": "^7.7.5",
"@babel/standalone": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/standalone": "^7.7.6",
"lodash": "^4.17.13"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-env/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.7.5",
"version": "7.7.6",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babeljs.io/",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs2/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.7.5",
"version": "7.7.6",
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs3/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs3",
"version": "7.7.5",
"version": "7.7.6",
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime",
"version": "7.7.5",
"version": "7.7.6",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-standalone/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.7.5",
"version": "7.7.6",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
Expand Down Expand Up @@ -89,7 +89,7 @@
"@babel/plugin-transform-react-jsx-source": "^7.7.4",
"@babel/plugin-transform-regenerator": "^7.7.5",
"@babel/plugin-transform-reserved-words": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.5",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/plugin-transform-shorthand-properties": "^7.7.4",
"@babel/plugin-transform-spread": "^7.7.4",
"@babel/plugin-transform-sticky-regex": "^7.7.4",
Expand Down

0 comments on commit f753c48

Please sign in to comment.