Commit 2d8b9265 authored by Marek Veselý's avatar Marek Veselý
Browse files

Merge branch '5.0.0-release' into 'main'

update version and license

See merge request inject/frontend!898
parents 324c488c 83a24016
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
MIT License

Copyright 2024 Masaryk University
Copyright 2026 Masaryk University

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+1 −1
Original line number Diff line number Diff line
MIT License

Copyright 2024 Masaryk University
Copyright 2026 Masaryk University

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+1 −1
Original line number Diff line number Diff line
{
  "name": "@inject/analyst",
  "version": "5.0.0rc1",
  "version": "5.0.0",
  "description": "Analyst module for Inject Exercise Platform",
  "main": "index.js",
  "license": "MIT",
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ export const TeamButton: FC<TeamButtonProps> = ({
  onClick,
}) => {
  const users = team?.users || []
  // TODO: deduplicate, unite
  const usersTextFull = users
    .map(user => {
      const { firstName, lastName, username } = user
Compare 385b4ad9 to aac3fc30
Original line number Diff line number Diff line
Subproject commit 385b4ad92e88c98d467b68fe136417c45abcf3d6
Subproject commit aac3fc3002ca4ce278e76dc2baa6d6f8b5f1cc73
Loading