🔖 Publish v2.0.0-alpha.24
This commit is contained in:
parent
4e9e6f6c6b
commit
1907c193fb
6 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "2.0.0-alpha.23",
|
"version": "2.0.0-alpha.24",
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"command": {
|
"command": {
|
||||||
"publish": {
|
"publish": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/components",
|
"name": "@freesewing/components",
|
||||||
"version": "2.0.0-alpha.21",
|
"version": "2.0.0-alpha.24",
|
||||||
"description": "A collection of React components for FreeSewing web UIs",
|
"description": "A collection of React components for FreeSewing web UIs",
|
||||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "create-freesewing-pattern",
|
"name": "create-freesewing-pattern",
|
||||||
"version": "2.0.0-alpha.23",
|
"version": "2.0.0-alpha.24",
|
||||||
"description": "Initializer package for FreeSewing patterns: npm init FreeSewing-pattern",
|
"description": "Initializer package for FreeSewing patterns: npm init FreeSewing-pattern",
|
||||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@freesewing/i18n": "^2.0.0-alpha.21",
|
"@freesewing/i18n": "^2.0.0-alpha.24",
|
||||||
"@freesewing/pattern-info": "^2.0.0-alpha.21",
|
"@freesewing/pattern-info": "^2.0.0-alpha.21",
|
||||||
"chalk": "^2.4.2",
|
"chalk": "^2.4.2",
|
||||||
"commander": "^2.19.0",
|
"commander": "^2.19.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/css-theme",
|
"name": "@freesewing/css-theme",
|
||||||
"version": "2.0.0-alpha.21",
|
"version": "2.0.0-alpha.24",
|
||||||
"description": "A CSS theme for FreeSewing web UIs",
|
"description": "A CSS theme for FreeSewing web UIs",
|
||||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/i18n",
|
"name": "@freesewing/i18n",
|
||||||
"version": "2.0.0-alpha.21",
|
"version": "2.0.0-alpha.24",
|
||||||
"description": "Translations for the FreeSewing project",
|
"description": "Translations for the FreeSewing project",
|
||||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/plugin-theme",
|
"name": "@freesewing/plugin-theme",
|
||||||
"version": "2.0.0-alpha.21",
|
"version": "2.0.0-alpha.24",
|
||||||
"description": "A FreeSewing plugin that provides a default theme",
|
"description": "A FreeSewing plugin that provides a default theme",
|
||||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue