Skip to content

Commit c86af79

Browse files
committedOct 25, 2020
v0.1.0
1 parent 0e30583 commit c86af79

File tree

25 files changed

+65
-65
lines changed

25 files changed

+65
-65
lines changed
 

‎core/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elodin/cli",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {

‎core/core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elodin/core",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {
@@ -18,10 +18,10 @@
1818
"author": "robinweser <contact@weser.io>",
1919
"license": "MIT",
2020
"dependencies": {
21-
"@elodin/format": "^0.0.45",
22-
"@elodin/parser": "^0.0.45",
23-
"@elodin/traverser": "^0.0.45",
24-
"@elodin/types": "^0.0.45",
21+
"@elodin/format": "^0.1.0",
22+
"@elodin/parser": "^0.1.0",
23+
"@elodin/traverser": "^0.1.0",
24+
"@elodin/types": "^0.1.0",
2525
"read-transform-write": "^2.1.0"
2626
},
2727
"devDependencies": {

‎core/format/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elodin/format",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {
@@ -18,7 +18,7 @@
1818
"author": "robinweser <contact@weser.io>",
1919
"license": "MIT",
2020
"dependencies": {
21-
"@elodin/parser": "^0.0.45",
21+
"@elodin/parser": "^0.1.0",
2222
"color": "^3.1.2"
2323
},
2424
"devDependencies": {

‎core/language-elodin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"displayName": "language-elodin",
66
"description": "Language support for Elodin",
77
"repository": "https://github.com/robinweser/elodin/tree/master/packages/language-elodin",
8-
"version": "0.0.45",
8+
"version": "0.1.0",
99
"main": "index.js",
1010
"scripts": {
1111
"release": "vsce package && vsce publish"

‎core/parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elodin/parser",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {

‎core/prettier-plugin-elodin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-elodin",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {
@@ -24,13 +24,13 @@
2424
"author": "robinweser <contact@weser.io>",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@elodin/format": "^0.0.45"
27+
"@elodin/format": "^0.1.0"
2828
},
2929
"devDependencies": {
3030
"@babel/cli": "^7.2.0",
3131
"@babel/core": "^7.2.2",
3232
"@babel/preset-env": "^7.2.0",
33-
"@elodin/parser": "^0.0.45",
33+
"@elodin/parser": "^0.1.0",
3434
"babel-core": "7.0.0-bridge.0",
3535
"babel-jest": "^23.6.0",
3636
"cross-env": "^5.2.0",

‎core/traverser/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elodin/traverser",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {
@@ -18,8 +18,8 @@
1818
"author": "robinweser <contact@weser.io>",
1919
"license": "MIT",
2020
"dependencies": {
21-
"@elodin/parser": "^0.0.45",
22-
"@elodin/types": "^0.0.45"
21+
"@elodin/parser": "^0.1.0",
22+
"@elodin/types": "^0.1.0"
2323
},
2424
"devDependencies": {
2525
"@babel/cli": "^7.2.0",

‎core/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elodin/types",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {

‎examples/react/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@elodin/example-react",
4-
"version": "0.0.45",
4+
"version": "0.1.0",
55
"scripts": {
66
"dev": "next dev",
77
"build": "yarn build:elodin && next build",
@@ -13,13 +13,13 @@
1313
"license": "MIT",
1414
"dependencies": {
1515
"@babel/polyfill": "^7.2.5",
16-
"@elodin/cli": "^0.0.45",
17-
"@elodin/core": "^0.0.45",
18-
"@elodin/generator-javascript": "^0.0.45",
19-
"@elodin/parser": "^0.0.45",
20-
"@elodin/plugin-replace-variable": "^0.0.45",
16+
"@elodin/cli": "^0.1.0",
17+
"@elodin/core": "^0.1.0",
18+
"@elodin/generator-javascript": "^0.1.0",
19+
"@elodin/parser": "^0.1.0",
20+
"@elodin/plugin-replace-variable": "^0.1.0",
2121
"next": "^9.5.5",
22-
"prettier-plugin-elodin": "^0.0.45",
22+
"prettier-plugin-elodin": "^0.1.0",
2323
"react": "^17.0.1",
2424
"react-dom": "^17.0.1"
2525
}

‎examples/reason/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@elodin/example-reason",
4-
"version": "0.0.45",
4+
"version": "0.1.0",
55
"scripts": {
66
"dev": "now dev",
77
"start": "next start",
@@ -14,10 +14,10 @@
1414
"license": "MIT",
1515
"dependencies": {
1616
"@babel/polyfill": "^7.2.5",
17-
"@elodin/cli": "^0.0.45",
18-
"@elodin/core": "^0.0.45",
19-
"@elodin/generator-reason": "^0.0.45",
20-
"@elodin/parser": "^0.0.45",
17+
"@elodin/cli": "^0.1.0",
18+
"@elodin/core": "^0.1.0",
19+
"@elodin/generator-reason": "^0.1.0",
20+
"@elodin/parser": "^0.1.0",
2121
"@zeit/next-css": "^1.0.1",
2222
"babel-plugin-bucklescript": "^0.5.3",
2323
"fela": "^11.0.2",
@@ -33,6 +33,6 @@
3333
},
3434
"devDependencies": {
3535
"bs-platform": "^7.2.2",
36-
"prettier-plugin-elodin": "^0.0.45"
36+
"prettier-plugin-elodin": "^0.1.0"
3737
}
3838
}

‎generators/javascript/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elodin/generator-javascript",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {
@@ -18,9 +18,9 @@
1818
"author": "robinweser <contact@weser.io>",
1919
"license": "MIT",
2020
"dependencies": {
21-
"@elodin/utils-core": "^0.0.45",
22-
"@elodin/utils-css": "^0.0.45",
23-
"@elodin/utils-javascript": "^0.0.45",
21+
"@elodin/utils-core": "^0.1.0",
22+
"@elodin/utils-css": "^0.1.0",
23+
"@elodin/utils-javascript": "^0.1.0",
2424
"capitalize": "^2.0.0",
2525
"css-in-js-utils": "^3.0.0",
2626
"uncapitalize": "1.0.2"

‎generators/react-native/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elodin/generator-react-native",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {
@@ -18,8 +18,8 @@
1818
"author": "robinweser <contact@weser.io>",
1919
"license": "MIT",
2020
"dependencies": {
21-
"@elodin/utils-core": "^0.0.45",
22-
"@elodin/utils-javascript": "^0.0.45",
21+
"@elodin/utils-core": "^0.1.0",
22+
"@elodin/utils-javascript": "^0.1.0",
2323
"css-in-js-utils": "^3.0.0"
2424
},
2525
"devDependencies": {

‎generators/reason/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elodin/generator-reason",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {
@@ -18,8 +18,8 @@
1818
"author": "robinweser <contact@weser.io>",
1919
"license": "MIT",
2020
"dependencies": {
21-
"@elodin/utils-core": "^0.0.45",
22-
"@elodin/utils-css": "^0.0.45",
21+
"@elodin/utils-core": "^0.1.0",
22+
"@elodin/utils-css": "^0.1.0",
2323
"capitalize": "^2.0.3",
2424
"css-in-js-utils": "^3.0.0",
2525
"uncapitalize": "1.0.2"

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.45",
2+
"version": "0.1.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

‎plugins/color/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elodin/plugin-color",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {
@@ -21,7 +21,7 @@
2121
"@babel/cli": "^7.2.0",
2222
"@babel/core": "^7.2.2",
2323
"@babel/preset-env": "^7.2.0",
24-
"@elodin/core": "^0.0.45",
24+
"@elodin/core": "^0.1.0",
2525
"babel-core": "7.0.0-bridge.0",
2626
"babel-jest": "^23.6.0",
2727
"cross-env": "^5.2.0",

‎plugins/rename-variable/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elodin/plugin-rename-variable",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {
@@ -21,7 +21,7 @@
2121
"@babel/cli": "^7.2.0",
2222
"@babel/core": "^7.2.2",
2323
"@babel/preset-env": "^7.2.0",
24-
"@elodin/core": "^0.0.45",
24+
"@elodin/core": "^0.1.0",
2525
"babel-core": "7.0.0-bridge.0",
2626
"babel-jest": "^23.6.0",
2727
"cross-env": "^5.2.0",

‎plugins/replace-variable/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elodin/plugin-replace-variable",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {
@@ -21,7 +21,7 @@
2121
"@babel/cli": "^7.2.0",
2222
"@babel/core": "^7.2.2",
2323
"@babel/preset-env": "^7.2.0",
24-
"@elodin/core": "^0.0.45",
24+
"@elodin/core": "^0.1.0",
2525
"babel-core": "7.0.0-bridge.0",
2626
"babel-jest": "^23.6.0",
2727
"cross-env": "^5.2.0",

‎plugins/strict-mode/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elodin/plugin-strict-mode",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {
@@ -21,7 +21,7 @@
2121
"@babel/cli": "^7.2.0",
2222
"@babel/core": "^7.2.2",
2323
"@babel/preset-env": "^7.2.0",
24-
"@elodin/core": "^0.0.45",
24+
"@elodin/core": "^0.1.0",
2525
"babel-core": "7.0.0-bridge.0",
2626
"babel-jest": "^23.6.0",
2727
"cross-env": "^5.2.0",

‎runtimes/javascript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elodin/runtime",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {
@@ -21,7 +21,7 @@
2121
"@babel/cli": "^7.2.0",
2222
"@babel/core": "^7.2.2",
2323
"@babel/preset-env": "^7.2.0",
24-
"@elodin/parser": "^0.0.45",
24+
"@elodin/parser": "^0.1.0",
2525
"babel-core": "7.0.0-bridge.0",
2626
"babel-jest": "^23.6.0",
2727
"cross-env": "^5.2.0",

‎utils/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elodin/utils-core",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {

‎utils/css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elodin/utils-css",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {

‎utils/javascript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elodin/utils-javascript",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {
@@ -18,7 +18,7 @@
1818
"author": "robinweser <contact@weser.io>",
1919
"license": "MIT",
2020
"dependencies": {
21-
"@elodin/utils-css": "^0.0.45",
21+
"@elodin/utils-css": "^0.1.0",
2222
"color": "^3.1.2",
2323
"css-in-js-utils": "^3.0.0"
2424
},

‎utils/reason/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elodin/utils-reason",
3-
"version": "0.0.45",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"publishConfig": {
@@ -21,7 +21,7 @@
2121
"@elodin/core": "^0.0.41"
2222
},
2323
"dependencies": {
24-
"@elodin/utils-css": "^0.0.45",
24+
"@elodin/utils-css": "^0.1.0",
2525
"color": "^3.1.2",
2626
"css-in-js-utils": "^3.0.0"
2727
},

‎website/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎website/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "@elodin/website",
44
"description": "Official Elodin Documentation",
5-
"version": "0.0.45",
5+
"version": "0.1.0",
66
"scripts": {
77
"dev": "now dev",
88
"build": "echo 1",
@@ -40,11 +40,11 @@
4040
},
4141
"devDependencies": {
4242
"@babel/polyfill": "^7.6.0",
43-
"@elodin/cli": "^0.0.45",
44-
"@elodin/core": "^0.0.45",
45-
"@elodin/generator-reason": "^0.0.45",
46-
"@elodin/parser": "^0.0.45",
47-
"@elodin/plugin-replace-variable": "^0.0.45",
43+
"@elodin/cli": "^0.1.0",
44+
"@elodin/core": "^0.1.0",
45+
"@elodin/generator-reason": "^0.1.0",
46+
"@elodin/parser": "^0.1.0",
47+
"@elodin/plugin-replace-variable": "^0.1.0",
4848
"@next/bundle-analyzer": "^9.1.1",
4949
"@now/next": "^0.5.8",
5050
"@svgr/cli": "^4.3.3",
@@ -57,7 +57,7 @@
5757
"next-transpile-modules": "^2.3.1",
5858
"optimize-css-assets-webpack-plugin": "^5.0.3",
5959
"prettier": "^1.18.2",
60-
"prettier-plugin-elodin": "^0.0.45",
60+
"prettier-plugin-elodin": "^0.1.0",
6161
"rimraf": "^3.0.0"
6262
}
6363
}

0 commit comments

Comments
 (0)
Please sign in to comment.