Skip to content

Commit

Permalink
chore: [skip ci] bump packages
Browse files Browse the repository at this point in the history
 - @codesandbox/[email protected]
 - @codesandbox/[email protected]
  • Loading branch information
danilowoz committed Aug 20, 2021
1 parent ee3a033 commit 6d710a7
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 3 deletions.
64 changes: 64 additions & 0 deletions sandpack-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.10 (2021-08-20)



## 0.1.9 (2021-08-18)



## 0.1.8 (2021-08-09)



## 0.1.7 (2021-08-02)


### Bug Fixes

* **bundler:** remove console warnings ([de0cbe7](https://github.com/codesandbox/sandpack/commit/de0cbe7d5f5525d34af2d85e84809d79efada213))



## 0.1.6 (2021-07-26)


### Bug Fixes

* **client:** remove source maps from bundler ([1731224](https://github.com/codesandbox/sandpack/commit/1731224aaaaae6b56aaa1c05f8daaed56ff1d0c6))



## 0.1.4 (2021-07-23)



## 0.1.3 (2021-07-21)



## 0.0.6 (2021-06-04)



## 0.0.5 (2021-04-22)



## 0.0.4 (2021-04-20)



## 0.0.3 (2021-03-30)



## 0.0.2 (2021-03-24)



## 0.0.1 (2021-03-12)
2 changes: 1 addition & 1 deletion sandpack-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codesandbox/sandpack-client",
"version": "0.1.9",
"version": "0.1.10",
"description": "",
"keywords": [],
"repository": {
Expand Down
110 changes: 110 additions & 0 deletions sandpack-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2021-08-20)



## 0.1.9 (2021-08-18)


### Features

* **code viewer:** pass ref ([03ecfa7](https://github.com/codesandbox/sandpack/commit/03ecfa7d48dfceb408bb8fd51e550d5b013cfcb0))
* **codeeditor:** line decorators ([83d2bf9](https://github.com/codesandbox/sandpack/commit/83d2bf9cf42135b7cd83b74accc180177a0a13dc))
* **codeviewer:** remove prism in favor of codemirro itself ([d7fae1f](https://github.com/codesandbox/sandpack/commit/d7fae1f7adb88f62a2b3c27237eec579bf6373ce))
* **codeviewer:** widget decorator ([d796cb2](https://github.com/codesandbox/sandpack/commit/d796cb253190c06414a19c7b2edc06608ca84dd2))
* **decorators:** story ([132ded8](https://github.com/codesandbox/sandpack/commit/132ded8b9bd7010c54b68ce501c6735b35f22d4a))
* **usesandpack:** reset-file and reset-all-files ([47b6c36](https://github.com/codesandbox/sandpack/commit/47b6c369e24f9df47b9d80c1b6fe81159a9f43d1))



## 0.1.8 (2021-08-09)


### Features

* **code viewer:** shift ast library ([eb8a65a](https://github.com/codesandbox/sandpack/commit/eb8a65a838c78778cf754a7f84d1ba91413b607c))



## 0.1.7 (2021-08-02)


### Bug Fixes

* **bundler:** remove console warnings ([de0cbe7](https://github.com/codesandbox/sandpack/commit/de0cbe7d5f5525d34af2d85e84809d79efada213))
* **file tab:** revert hover state ([d429893](https://github.com/codesandbox/sandpack/commit/d429893d4eb8200d05039d9027561b88e3517505))



## 0.1.6 (2021-07-26)


### Bug Fixes

* **client:** remove source maps from bundler ([1731224](https://github.com/codesandbox/sandpack/commit/1731224aaaaae6b56aaa1c05f8daaed56ff1d0c6))



## 0.1.4 (2021-07-23)



## 0.1.3 (2021-07-21)


### Bug Fixes

* **highlight error:** improv ([d3fa2da](https://github.com/codesandbox/sandpack/commit/d3fa2da595115e6ce97c8bc9e128240dac374a1c))
* **listener:** add global queue of listener to be registered ([71d834b](https://github.com/codesandbox/sandpack/commit/71d834b45af04f3c53f77e2f2a766b70be7c63df))
* **listeners:** add listeners to clients already created ([98e974c](https://github.com/codesandbox/sandpack/commit/98e974c2bc2b2d272a298ff50dfbe06da5194f47))
* **listeners:** improve ([0de411a](https://github.com/codesandbox/sandpack/commit/0de411a3801c6286d020f4e1fdee31be7d171dbe))
* **unsubscribe listener:** avoiding delete the listener list before call all unsubs functions ([2767bce](https://github.com/codesandbox/sandpack/commit/2767bcef89a7dde8e7532792419e1be2d6622e37))


### Features

* **inline error:** add prop and story ([9b09270](https://github.com/codesandbox/sandpack/commit/9b09270a8107d428d231c2d90e968c37b7efcb4a))
* **react:** syntax inline error ([d980ac3](https://github.com/codesandbox/sandpack/commit/d980ac30077668c1d1de3034e507b03f35458a9e))



# 0.1.0 (2021-06-23)


### Bug Fixes

* ui adjustments ([ea782ec](https://github.com/codesandbox/sandpack/commit/ea782ecb6fb25d12772a485ea176ed8a20525f99))



## 0.0.6 (2021-06-04)



## 0.0.5 (2021-04-22)


### Bug Fixes

* intersection observer threshold ([#48](https://github.com/codesandbox/sandpack/issues/48)) ([997fb97](https://github.com/codesandbox/sandpack/commit/997fb97f891cb6782ea51ca1b9cba89b07f0baca))
* loading timeout only counted after the client is instantiated ([5436312](https://github.com/codesandbox/sandpack/commit/543631278fdcc178b2e8c77ac11355d7a4084f08))



## 0.0.4 (2021-04-20)



## 0.0.3 (2021-03-30)



## 0.0.2 (2021-03-24)



## 0.0.1 (2021-03-12)
4 changes: 2 additions & 2 deletions sandpack-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codesandbox/sandpack-react",
"version": "0.1.9",
"version": "0.2.0",
"description": "",
"keywords": [],
"repository": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"@codemirror/matchbrackets": "^0.18.0",
"@codemirror/state": "^0.18.0",
"@codemirror/view": "^0.18.0",
"@codesandbox/sandpack-client": "^0.1.9",
"@codesandbox/sandpack-client": "^0.1.10",
"codesandbox-import-util-types": "^2.2.3",
"codesandbox-import-utils": "^2.2.3"
},
Expand Down

0 comments on commit 6d710a7

Please sign in to comment.