Skip to content

Commit

Permalink
Merge pull request #103 from uber/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
tajo committed Nov 29, 2023
2 parents 51e3c23 + 1dd2734 commit dfcb163
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-wolves-laugh.md

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build
run: pnpm build

- name: Creating .npmrc
run: |
cat << EOF > "$HOME/.npmrc"
Expand All @@ -48,7 +51,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm build && pnpm changeset publish
publish: pnpm changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GIT_DEPLOY_KEY }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# react-view

## 3.0.0

### Major Changes

- [#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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-view",
"version": "2.3.7",
"version": "3.0.0",
"description": "",
"keywords": [
"react",
Expand Down

0 comments on commit dfcb163

Please sign in to comment.