-
Notifications
You must be signed in to change notification settings - Fork 43
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
Remove build & data for v1 tokens #874
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🦋 Changeset detectedLatest commit: 6471905 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Variables changedNo variables changed |
lukasoppermann
temporarily deployed
to
github-pages
April 9, 2024 11:14
— with
GitHub Actions
Inactive
lukasoppermann
force-pushed
the
rm-v1-tokens
branch
from
April 9, 2024 11:18
fb30e8b
to
f556e78
Compare
lukasoppermann
temporarily deployed
to
github-pages
April 9, 2024 11:20
— with
GitHub Actions
Inactive
lukasoppermann
force-pushed
the
rm-v1-tokens
branch
from
April 9, 2024 11:25
f556e78
to
6319332
Compare
lukasoppermann
temporarily deployed
to
github-pages
April 9, 2024 11:27
— with
GitHub Actions
Inactive
lukasoppermann
force-pushed
the
rm-v1-tokens
branch
from
April 9, 2024 11:32
6319332
to
eabf048
Compare
lukasoppermann
temporarily deployed
to
github-pages
April 9, 2024 11:34
— with
GitHub Actions
Inactive
lukasoppermann
force-pushed
the
rm-v1-tokens
branch
from
April 9, 2024 11:41
eabf048
to
60eb421
Compare
lukasoppermann
temporarily deployed
to
github-pages
April 9, 2024 11:42
— with
GitHub Actions
Inactive
lukasoppermann
force-pushed
the
rm-v1-tokens
branch
from
April 9, 2024 11:46
60eb421
to
1da7cfe
Compare
lukasoppermann
temporarily deployed
to
github-pages
April 9, 2024 11:48
— with
GitHub Actions
Inactive
lukasoppermann
force-pushed
the
rm-v1-tokens
branch
from
April 9, 2024 11:54
1da7cfe
to
ddeb08a
Compare
lukasoppermann
temporarily deployed
to
github-pages
April 9, 2024 11:55
— with
GitHub Actions
Inactive
langermank
approved these changes
Apr 17, 2024
lukasoppermann
force-pushed
the
rm-v1-tokens
branch
from
April 18, 2024 06:58
ddeb08a
to
bc519c9
Compare
lukasoppermann
temporarily deployed
to
github-pages
April 18, 2024 07:00
— with
GitHub Actions
Inactive
lukasoppermann
force-pushed
the
rm-v1-tokens
branch
from
April 18, 2024 07:02
bc519c9
to
5a8a095
Compare
lukasoppermann
temporarily deployed
to
github-pages
April 18, 2024 07:04
— with
GitHub Actions
Inactive
lukasoppermann
force-pushed
the
rm-v1-tokens
branch
from
April 18, 2024 07:18
5a8a095
to
00634f3
Compare
lukasoppermann
temporarily deployed
to
github-pages
April 18, 2024 07:20
— with
GitHub Actions
Inactive
lukasoppermann
force-pushed
the
rm-v1-tokens
branch
from
April 18, 2024 07:43
00634f3
to
8728a95
Compare
lukasoppermann
temporarily deployed
to
github-pages
April 18, 2024 07:44
— with
GitHub Actions
Inactive
lukasoppermann
force-pushed
the
rm-v1-tokens
branch
from
April 18, 2024 09:29
8728a95
to
16faf34
Compare
lukasoppermann
temporarily deployed
to
github-pages
April 18, 2024 09:30
— with
GitHub Actions
Inactive
lukasoppermann
force-pushed
the
rm-v1-tokens
branch
from
April 19, 2024 20:01
16faf34
to
d22a5c4
Compare
lukasoppermann
temporarily deployed
to
github-pages
April 19, 2024 20:02
— with
GitHub Actions
Inactive
lukasoppermann
force-pushed
the
rm-v1-tokens
branch
from
April 19, 2024 20:06
d22a5c4
to
6471905
Compare
lukasoppermann
temporarily deployed
to
github-pages
April 19, 2024 20:07
— with
GitHub Actions
Inactive
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Changes:
./data
folder which had v1 tokens./scripts/build.ts
which was the v1 build file./scripts/lib/mode-collection.ts
used in v1 build script./scripts/lib/variable-collection.ts
used in v1 build script./src/utils-v1.ts
used inmode-collection.ts
andvariable-collection.ts
./tsconfig.build.json
used when running./scripts/build.ts
(v1 build script)"main": "dist/js/index.js"
and"types": "dist/js/index.d.ts"
and solely reyling onfiles
now"build": "ts-node ./scripts/build.ts && tsc --project tsconfig.build.json",
which is the v1 build scriptnpm run build
fromprepack
npm run build
withnpm run build:next
in.husky/pre-push
oldTokens
(v1 tokens) from.github/workflows/hasChanged.yml
npm run build
from.github/workflows/diff.yml
npm run build
from.github/workflows/deploy_preview.yml
npm run build
from.github/workflows/deploy.yml