Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: sync remote form #1147

Closed
wants to merge 62 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
9975080
feat: multiple y axes
scaltunsoy Dec 14, 2023
61aa26e
changes release info
jamesyoungGHusername Apr 20, 2024
8d9ea39
updates release info
jamesyoungGHusername Apr 20, 2024
5dae796
updated package info
jamesyoungGHusername Apr 20, 2024
670ea8d
adjusted url
jamesyoungGHusername Apr 20, 2024
6a8dcd2
adjusted permissions
jamesyoungGHusername Apr 20, 2024
74a74b7
adjusts permissions
jamesyoungGHusername Apr 20, 2024
cfae7fa
resets url
jamesyoungGHusername Apr 20, 2024
ccf7ed8
updates publish info
jamesyoungGHusername Apr 20, 2024
4e4179b
Merge pull request #1 from Upsolve-Labs/feat/multiple-y-axes
jamesyoungGHusername Apr 20, 2024
5749ca6
manually building
jamesyoungGHusername Apr 20, 2024
abd735a
Merge branch 'main' of github.com:Upsolve-Labs/tremor2axis
jamesyoungGHusername Apr 20, 2024
7a949b3
modified ditignore
jamesyoungGHusername Apr 20, 2024
af25d81
changed version
jamesyoungGHusername Apr 20, 2024
a807a2c
bumped version
jamesyoungGHusername Apr 20, 2024
fb8c597
swapped to common js
jamesyoungGHusername Apr 20, 2024
5a8826e
Fixed release
thesergsb Apr 25, 2024
4eb824f
idk
thesergsb Apr 25, 2024
6a91e68
Merge pull request #2 from Upsolve-Labs/sb/fixed-release
jamesyoungGHusername Apr 25, 2024
69bd016
swaps type back to module
jamesyoungGHusername Apr 25, 2024
5bfd99a
Merge branch 'scaltunsoy:main' into main
thesergsb Jun 20, 2024
5255656
Added lables to charts
thesergsb Jul 4, 2024
8b5faf2
Merge pull request #4 from Upsolve-Labs/sb/view-values
thesergsb Jul 4, 2024
c41989a
bump version
thesergsb Jul 5, 2024
a167d65
Adding more options to data labels
thesergsb Jul 12, 2024
7bb9cca
Merge pull request #5 from Upsolve-Labs/sb/add-label-options
thesergsb Jul 12, 2024
7883f21
Rename package
thesergsb Jul 12, 2024
effdf78
Export DataLabelOptions
thesergsb Jul 16, 2024
d5a0254
latest
thesergsb Jul 22, 2024
2e1747c
Merge branch 'main' of github.com:Upsolve-Labs/tremor
thesergsb Jul 22, 2024
b8f949c
dummy
thesergsb Jul 22, 2024
2f510bb
undo
thesergsb Jul 22, 2024
a604393
Update repo name
thesergsb Jul 22, 2024
22f0c42
change release yaml
thesergsb Jul 22, 2024
4a1de7e
Add npmrc to gh action with PAT
thesergsb Jul 22, 2024
258776e
Try release PAT again
thesergsb Jul 22, 2024
b12a297
try release with pat again
thesergsb Jul 22, 2024
4eb0fc6
fix(test) testing semantic release
thesergsb Jul 22, 2024
1303d60
fix: try again with the fix
thesergsb Jul 22, 2024
91b085c
fix: fix semantic release
thesergsb Jul 22, 2024
9c78214
fix: remove publish step
thesergsb Jul 22, 2024
d39c27a
fix: deploy to npmjs
thesergsb Jul 22, 2024
55c1c39
Merge pull request #1 from Upsolve-Labs/sb/fix-perms
thesergsb Jul 22, 2024
04bcc8b
fix: add npm token
thesergsb Jul 22, 2024
50888d3
fix: echo npm token
thesergsb Jul 22, 2024
b0d209c
fix: fix token in action
thesergsb Jul 22, 2024
aef1cbf
Fix: Expose show axis lines on line, bar, scatter
thesergsb Jul 24, 2024
3b158a1
fix: Expose show axis lines on line, bar, scatter
thesergsb Jul 24, 2024
40d4bfc
fix: add stroke when axis line is on
thesergsb Jul 24, 2024
92e3508
fix: make category optional on scatterplot
danor1 Sep 3, 2024
e01a173
fix: custom colours and tooltip on no category scatterchat, plus upda…
danor1 Sep 4, 2024
fc448bf
chore: remove console logs
danor1 Sep 4, 2024
dfbe966
Merge pull request #2 from Upsolve-Labs/danor/make-category-optional-…
danor1 Sep 4, 2024
38ee252
fix: custom colours
danor1 Sep 5, 2024
8550b46
Merge pull request #3 from Upsolve-Labs/fix/custom-colours
danor1 Sep 5, 2024
0fb98a6
fix: remove opacity from barlist
danor1 Nov 7, 2024
0397b8c
Merge pull request #4 from Upsolve-Labs/fix/barlist-opacity
danor1 Nov 7, 2024
6883a8c
build: updated semantic release
danor1 Nov 7, 2024
0ae76a7
Merge pull request #5 from Upsolve-Labs/build/update-dependency
danor1 Nov 7, 2024
9c0dcbd
revert: barlist opacity
danor1 Nov 8, 2024
9e8b15f
Merge pull request #6 from Upsolve-Labs/revert/barlist-opacity
danor1 Nov 8, 2024
b674f6f
Merge branch 'main' of https://github.com/tremorlabs/tremor into trem…
thesergsb Dec 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ on:
branches:
- main
- beta
- beta-**

jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance
steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -27,6 +31,6 @@ jobs:
run: npm run build
- name: release
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@tremor/react",
"version": "0.0.0-development",
"name": "upsolve-labs-tremor",
"version": "0.1.1",
"type": "module",
"description": "The React library to build dashboards faster.",
"scripts": {
"prebuild": "rm -rf dist",
Expand All @@ -15,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/tremorlabs/tremor.git"
"url": "git+https://github.com/Upsolve-Labs/tremor.git"
},
"author": "tremor",
"license": "Apache 2.0",
Expand Down Expand Up @@ -97,6 +98,7 @@
"rollup-plugin-typescript-paths": "^1.5.0",
"semantic-release": "^24.1.1",
"storybook": "^8.4.7",
"storybook-source-link": "^4.0.1",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.16",
"tslib": "^2.7.0",
Expand All @@ -113,9 +115,6 @@
"dist"
],
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"release": {
"branches": [
"main",
Expand Down
Loading
Loading