Skip to content

Commit

Permalink
Merge branches 'main' and 'main' of https://github.com/codesandbox/sa…
Browse files Browse the repository at this point in the history
…ndpack into draft/determined-kepler
  • Loading branch information
danilowoz committed Jul 11, 2024
2 parents b0e274c + 0b09de6 commit 3127d18
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 27 deletions.
24 changes: 2 additions & 22 deletions .github/ISSUE_TEMPLATE/BUG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,13 @@
---
name: 🐛 Bug Report
about: What went wrong?
labels: ["bug", "triage"]
---

# Bug report

## Packages affected

- [ ] sandpack-client
- [ ] sandpack-react
- [ ] sandpack-client
- [ ] sandpack-react

## Description of the problem

## What were you doing when the problem occurred?

### What steps can we take to reproduce the problem?

<!--
Your best chance of getting this bug looked at quickly is to provide an example.
-->

### Link to sandbox: [link]() (optional)

### Your Environment

| Software | Name/Version |
| ----------------------- | ------------ |
| Sandpack-client version | |
| Sandpack-react version | |
| Browser | |
| Operating System | |
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.17.1](https://github.com/codesandbox/sandpack/compare/v2.17.0...v2.17.1) (2024-07-11)

### Bug Fixes

- **client:** update bundler ([#1160](https://github.com/codesandbox/sandpack/issues/1160)) ([a0c4209](https://github.com/codesandbox/sandpack/commit/a0c4209ce1172b2a9cdadd21dc3007d7f7cbfb1f))

# [2.17.0](https://github.com/codesandbox/sandpack/compare/v2.16.1...v2.17.0) (2024-07-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"message": "chore: [skip ci] bump packages"
}
},
"version": "2.17.0"
"version": "2.17.1"
}
2 changes: 1 addition & 1 deletion sandpack-client/.bundler
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Manually generated file to trigger new releases based on the bundler changes.
// The following value is the commit hash from codesandbox-client
131c89f0030743c793d1899cc0b769d3992f48cc
5e55a45766a9df28f13d43be59824fbd7685023a
6 changes: 6 additions & 0 deletions sandpack-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.17.1](https://github.com/codesandbox/sandpack/compare/v2.17.0...v2.17.1) (2024-07-11)

### Bug Fixes

- **client:** update bundler ([#1160](https://github.com/codesandbox/sandpack/issues/1160)) ([a0c4209](https://github.com/codesandbox/sandpack/commit/a0c4209ce1172b2a9cdadd21dc3007d7f7cbfb1f))

# [2.17.0](https://github.com/codesandbox/sandpack/compare/v2.16.1...v2.17.0) (2024-07-09)

### Features
Expand Down
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": "2.17.0",
"version": "2.17.1",
"description": "",
"keywords": [],
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions sandpack-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.17.1](https://github.com/codesandbox/sandpack/compare/v2.17.0...v2.17.1) (2024-07-11)

**Note:** Version bump only for package @codesandbox/sandpack-react

# [2.17.0](https://github.com/codesandbox/sandpack/compare/v2.16.1...v2.17.0) (2024-07-09)

**Note:** Version bump only for package @codesandbox/sandpack-react
Expand Down
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": "2.17.0",
"version": "2.17.1",
"description": "",
"keywords": [],
"repository": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"@codemirror/language": "^6.3.2",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.7.1",
"@codesandbox/sandpack-client": "^2.17.0",
"@codesandbox/sandpack-client": "^2.17.1",
"@lezer/highlight": "^1.1.3",
"@react-hook/intersection-observer": "^3.1.1",
"@stitches/core": "^1.2.6",
Expand Down

0 comments on commit 3127d18

Please sign in to comment.