Skip to content

Commit

Permalink
Fix/package names (#128)
Browse files Browse the repository at this point in the history
* added under construction section (#3)

* fix: readme under-construction

* feature: add link to development branch

* fixed link (#4)

* feat: Adds Lerna and an experimental branch to monorepo

* fix: Fixes types in card component

* Publish

 - @telements/components@0.1.0
 - @telements/config@0.0.2
 - @telements/docs@0.1.0
 - @telements/generator-sketch@0.0.2

* feat: react-wrapper init (#117)

* Publish

 - @telements/react-wrapper@0.1.0

* fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry

* Publish

 - @telementsdemo/components@0.2.0
 - @telements/react-wrapper@0.1.1

* fix: new version

* Publish

 - @telements/components@0.2.1

* chore: react boilerplate packachejason

* feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first

* Publish

 - @telements/components@0.3.0
 - @telements/react-wrapper@0.2.0

* fix: add build output

* Publish

 - @telements/react-wrapper@0.2.1

* fix: optional props

* Publish

 - @telements/components@0.3.1
 - @telements/react-wrapper@0.2.2

* fix: interfaces should extend react functional component

* Publish

 - @telements/react-wrapper@0.2.3

* fix: prop types

* Publish

 - @telements/react-wrapper@0.2.4

* fix: add styles props (css-in-js), allow not specified props (until spicified)

* Publish

 - @telements/components@0.3.2
 - @telements/react-wrapper@0.2.5

* refactor: css-in-js for components

* fix: build react wrappers

* test: add css class tests

* Publish

 - @telements/components@0.3.3
 - @telements/react-wrapper@0.2.6

* fix: cleanup

* Publish

 - @telements/components@0.3.4
 - @telements/react-wrapper@0.2.7

* add experimental gatsbydocs

* update docs package.json

* Publish

 - @telements/components@0.3.5
 - @telements/docs@0.0.2
 - @telements/react-wrapper@0.2.8

* update react-wrapper package.json

* add stylesheet update functionality

* Publish

 - @telements/components@0.3.6
 - @telements/docs@0.0.3
 - @telements/react-wrapper@0.3.6

* add updateStyles methodto force rerender component

* fix: format

* Publish

 - @telements/components@0.3.7
 - @telements/react-wrapper@0.3.7

* debug: wrapper ref

* Publish

 - @telements/react-wrapper@0.3.8

* drop updateStyles method; fix wrapper ref fro styles

* Publish

 - @telements/components@0.3.9
 - @telements/react-wrapper@0.3.9

* feature: docs draft style

* fix: remove @telements/react-wrapper from external dependencies

* chore: new yarn.lock file

* v0.4.0

* update sketch-generator

* Revert "update sketch-generator"

This reverts commit 70eedfa.

* update sketch-generator

* feature: button link

* fix: format

* feature: handle symbols for sketch (does not handle nested symbols yet)

* refactor: rename telements to scale

* fix: update lerna

* fix: update banner

* fix: examples dependencies

* test: update snapshots

* update package names

Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com>
Co-authored-by: Kai Kreuzer <kai@openhab.org>
Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>
  • Loading branch information
4 people authored Mar 17, 2020
1 parent b9bb765 commit c467d81
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scale/components",
"version": "0.0.1",
"name": "@scaleds/components",
"version": "0.0.2",
"description": "Scale Components",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@scale/config",
"name": "@scaleds/config",
"main": "dist/index.js",
"version": "0.0.1",
"author": "@eeegor <egor.kirpichev@telekom.de>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@scale/docs",
"name": "@scaleds/docs",
"description": "Scale Components Documentation",
"version": "0.0.1",
"author": "eeegor",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-sketch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scale/generator-sketch",
"version": "0.0.1",
"name": "@scaleds/generator-sketch",
"version": "0.0.2",
"description": "Convert the web-components to a sketch file",
"scripts": {
"test": "eslint src/",
Expand Down
4 changes: 2 additions & 2 deletions packages/html-to-sketch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scale/html-to-sketch",
"version": "0.0.1",
"name": "@scaleds/html-to-sketch",
"version": "0.0.2",
"description": "HTML to Sketch",
"keywords": [
"sketch",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scale/react-wrapper",
"version": "0.0.1",
"name": "@scaleds/react-wrapper",
"version": "0.0.2",
"author": "@eeegor <egor.kirpichev@telekom.de>",
"license": "MIT",
"main": "build/index.js",
Expand Down

0 comments on commit c467d81

Please sign in to comment.