Skip to content

Commit 67b529a

Browse files
authored
Version Bump v0.9.3 (#436)
1 parent 485e280 commit 67b529a

28 files changed

+71
-71
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ When releasing a new version, you need to commit a version bump, then tag and cr
5555
- Approve the pull request and merge to `main`.
5656
2. Generate the changelog:
5757
- Generate a [GitHub Personal access token](https://github.com/settings/tokens) with the `public_repo` scope. Copy this token and replace `<token>` with it below.
58-
- Generate the changelog: `GITHUB_AUTH=<token> npm run changelog -- --next-version=<version> > /tmp/changelog_<version>.md`
59-
3. Create the tag. Use the command line to create an annotated tag (lightweight tags will not work correctly with lerna-changelog): `git tag --annotate <version> --file=/tmp/changelog_<version>.md`
58+
- Generate the changelog: `GITHUB_AUTH=<token> npm run changelog --silent -- --next-version=<version> > /tmp/changelog_<version>.md`
59+
3. Create the tag. Use the command line to create an annotated tag (lightweight tags will not work correctly with lerna-changelog): `git tag --annotate <version> --file /tmp/changelog_<version>.md`
6060
4. Push the tag: `git push origin <version>`
6161
5. Create the release: `gh release create <version> --notes-file ~/tmp/changelog_<version>.md --title <version>`
6262

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.9.2"
5+
"version": "0.9.3"
66
}

packages/chart/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/chart/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/chart",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "Deephaven Chart",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",
@@ -29,8 +29,8 @@
2929
"start": "cross-env NODE_ENV=development npm run watch"
3030
},
3131
"dependencies": {
32-
"@deephaven/icons": "^0.9.1",
33-
"@deephaven/iris-grid": "^0.9.2",
32+
"@deephaven/icons": "^0.9.3",
33+
"@deephaven/iris-grid": "^0.9.3",
3434
"@deephaven/jsapi-shim": "^0.9.1",
3535
"deep-equal": "^2.0.4",
3636
"lodash.debounce": "^4.0.8",

packages/code-studio/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/code-studio/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/code-studio",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "Deephaven Code Studio",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",
@@ -10,21 +10,21 @@
1010
"url": "https://github.com/deephaven/web-client-ui"
1111
},
1212
"dependencies": {
13-
"@deephaven/chart": "^0.9.2",
14-
"@deephaven/components": "^0.9.2",
15-
"@deephaven/console": "^0.9.2",
16-
"@deephaven/dashboard": "^0.9.2",
17-
"@deephaven/dashboard-core-plugins": "^0.9.2",
18-
"@deephaven/file-explorer": "^0.9.2",
13+
"@deephaven/chart": "^0.9.3",
14+
"@deephaven/components": "^0.9.3",
15+
"@deephaven/console": "^0.9.3",
16+
"@deephaven/dashboard": "^0.9.3",
17+
"@deephaven/dashboard-core-plugins": "^0.9.3",
18+
"@deephaven/file-explorer": "^0.9.3",
1919
"@deephaven/golden-layout": "^0.9.1",
20-
"@deephaven/grid": "^0.9.2",
21-
"@deephaven/icons": "^0.9.1",
22-
"@deephaven/iris-grid": "^0.9.2",
20+
"@deephaven/grid": "^0.9.3",
21+
"@deephaven/icons": "^0.9.3",
22+
"@deephaven/iris-grid": "^0.9.3",
2323
"@deephaven/jsapi-shim": "^0.9.1",
2424
"@deephaven/log": "^0.9.1",
2525
"@deephaven/react-hooks": "^0.9.1",
26-
"@deephaven/redux": "^0.9.2",
27-
"@deephaven/storage": "^0.9.2",
26+
"@deephaven/redux": "^0.9.3",
27+
"@deephaven/storage": "^0.9.3",
2828
"@deephaven/utils": "^0.9.1",
2929
"@fortawesome/fontawesome-svg-core": "1.2.36",
3030
"@fortawesome/react-fontawesome": "^0.1.12",

packages/components/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/components",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "Deephaven React component library",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",
@@ -29,7 +29,7 @@
2929
"start": "cross-env NODE_ENV=development npm run watch"
3030
},
3131
"dependencies": {
32-
"@deephaven/icons": "^0.9.1",
32+
"@deephaven/icons": "^0.9.3",
3333
"@deephaven/react-hooks": "^0.9.1",
3434
"@deephaven/utils": "^0.9.1",
3535
"@fortawesome/fontawesome-svg-core": "1.2.36",

packages/console/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/console/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/console",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "Deephaven Console",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",
@@ -29,9 +29,9 @@
2929
"start": "cross-env NODE_ENV=development npm run watch"
3030
},
3131
"dependencies": {
32-
"@deephaven/icons": "^0.9.1",
32+
"@deephaven/icons": "^0.9.3",
3333
"@deephaven/jsapi-shim": "^0.9.1",
34-
"@deephaven/storage": "^0.9.2",
34+
"@deephaven/storage": "^0.9.3",
3535
"@deephaven/utils": "^0.9.1",
3636
"@fortawesome/react-fontawesome": "^0.1.12",
3737
"classnames": "^2.3.1",
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@babel/cli": "^7.16.0",
56-
"@deephaven/components": "^0.9.2",
56+
"@deephaven/components": "^0.9.3",
5757
"@deephaven/log": "^0.9.1",
5858
"@deephaven/mocks": "^0.9.2",
5959
"@deephaven/tsconfig": "^0.9.0",

0 commit comments

Comments
 (0)