Skip to content

Commit dfcb163

Browse files
committed
Merge pull request #103 from uber/changeset-release/master
Version Packages
2 parents 51e3c23 + 1dd2734 commit dfcb163

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

.changeset/hungry-wolves-laugh.md

-5
This file was deleted.

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Install dependencies
3636
run: pnpm install --frozen-lockfile
3737

38+
- name: Build
39+
run: pnpm build
40+
3841
- name: Creating .npmrc
3942
run: |
4043
cat << EOF > "$HOME/.npmrc"
@@ -48,7 +51,7 @@ jobs:
4851
id: changesets
4952
uses: changesets/action@v1
5053
with:
51-
publish: pnpm build && pnpm changeset publish
54+
publish: pnpm changeset publish
5255
env:
5356
GITHUB_TOKEN: ${{ secrets.GIT_DEPLOY_KEY }}
5457
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# react-view
2+
3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#102](https://github.com/uber/react-view/pull/102) [`89350f4`](https://github.com/uber/react-view/commit/89350f40c745aca38ef78e58efd8c4b6191b7788) Thanks [@tajo](https://github.com/tajo)! - No breaking changes really, just bumping all dependencies and modernizing the tooling. Live code that has export default gets wrapped by an additional IIEF, so you can have other variables defined at the root scope.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-view",
3-
"version": "2.3.7",
3+
"version": "3.0.0",
44
"description": "",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)